/Linux-v6.1/LICENSES/deprecated/ |
D | GFDL-1.1 | 8 Invariant Sections, Front-Cover Texts or Back-Cover Texts. 10 part of sections that are already using it (notably, the 79 The "Invariant Sections" are certain Secondary Sections whose titles 80 are designated, as being those of Invariant Sections, in the notice 174 the conditions of sections 2 and 3 above, provided that you release 197 G. Preserve in that license notice the full lists of Invariant Sections 218 L. Preserve all the Invariant Sections of the Document, 226 If the Modified Version includes new front-matter sections or 227 appendices that qualify as Secondary Sections and contain no material 229 of these sections as invariant. To do this, add their titles to the [all …]
|
D | GFDL-1.2 | 8 Invariant Sections, Front-Cover Texts or Back-Cover Texts. 82 The "Invariant Sections" are certain Secondary Sections whose titles 83 are designated, as being those of Invariant Sections, in the notice 87 Invariant Sections. If the Document does not identify any Invariant 88 Sections then there are none. 199 the conditions of sections 2 and 3 above, provided that you release 223 G. Preserve in that license notice the full lists of Invariant Sections 244 L. Preserve all the Invariant Sections of the Document, 253 If the Modified Version includes new front-matter sections or 254 appendices that qualify as Secondary Sections and contain no material [all …]
|
/Linux-v6.1/Documentation/userspace-api/media/ |
D | fdl-appendix.rst | 75 The "Invariant Sections" are certain 76 :ref:`Secondary Sections <fdl-secondary>` whose titles are designated, 77 as being those of Invariant Sections, in the notice that says that the 192 of the :ref:`Document <fdl-document>` under the conditions of sections 237 :ref:`Invariant Sections <fdl-invariant>` and required 271 Preserve all the :ref:`Invariant Sections <fdl-invariant>` of the 285 front-matter sections or appendices that qualify as 286 :ref:`Secondary Sections <fdl-secondary>` and contain no material 288 of these sections as invariant. To do this, add their titles to the list 289 of :ref:`Invariant Sections <fdl-invariant>` in the Modified Version's [all …]
|
/Linux-v6.1/Documentation/livepatch/ |
D | module-elf-format.rst | 32 relocation sections and symbols, which are described in this document. The 33 Elf constants used to mark livepatch symbols and relocation sections were 45 embedding special "dynrela" (dynamic rela) sections in the resulting patch 46 module Elf output. Using these dynrela sections, livepatch could resolve 51 relocation sections in place of dynrela sections, and the symbols that the 80 3. Livepatch relocation sections 83 A livepatch module manages its own Elf relocation sections to apply 90 multiple livepatch relocation sections associated with it (e.g. patches to 95 sections, as in the case of the sample livepatch module (see 110 Livepatch relocation sections must be marked with the SHF_RELA_LIVEPATCH [all …]
|
/Linux-v6.1/arch/arm64/include/asm/ |
D | module.lds.h | 1 SECTIONS { 10 * Outlined checks go into comdat-deduplicated sections named .text.hot. 12 * we otherwise end up with multiple sections with the same .text.hot 14 * multiple sections with the same name so we use this sections
|
/Linux-v6.1/sound/firewire/dice/ |
D | dice-proc.c | 71 u32 sections[ARRAY_SIZE(section_names) * 2]; in dice_proc_read() local 117 if (dice_proc_read_mem(dice, sections, 0, ARRAY_SIZE(sections)) < 0) in dice_proc_read() 119 snd_iprintf(buffer, "sections:\n"); in dice_proc_read() 123 sections[i * 2], sections[i * 2 + 1]); in dice_proc_read() 125 quadlets = min_t(u32, sections[1], sizeof(buf.global) / 4); in dice_proc_read() 126 if (dice_proc_read_mem(dice, &buf.global, sections[0], quadlets) < 0) in dice_proc_read() 170 if (dice_proc_read_mem(dice, &tx_rx_header, sections[2], 2) < 0) in dice_proc_read() 174 if (dice_proc_read_mem(dice, &buf.tx, sections[2] + 2 + in dice_proc_read() 196 if (dice_proc_read_mem(dice, &tx_rx_header, sections[4], 2) < 0) in dice_proc_read() 200 if (dice_proc_read_mem(dice, &buf.rx, sections[4] + 2 + in dice_proc_read() [all …]
|
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | nvm.c | 220 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_parse_nvm_sections() local 225 /* Checking for required sections */ in iwl_parse_nvm_sections() 229 IWL_ERR(mvm, "Can't parse empty OTP/NVM sections\n"); in iwl_parse_nvm_sections() 238 /* SW and REGULATORY sections are mandatory */ in iwl_parse_nvm_sections() 242 "Can't parse empty family 8000 OTP/NVM sections\n"); in iwl_parse_nvm_sections() 249 "Can't parse mac_address, empty sections\n"); in iwl_parse_nvm_sections() 257 "Can't parse phy_sku in B0, empty sections\n"); in iwl_parse_nvm_sections() 262 hw = (const __be16 *)sections[mvm->cfg->nvm_hw_section_num].data; in iwl_parse_nvm_sections() 263 sw = (const __le16 *)sections[NVM_SECTION_TYPE_SW].data; in iwl_parse_nvm_sections() 264 calib = (const __le16 *)sections[NVM_SECTION_TYPE_CALIBRATION].data; in iwl_parse_nvm_sections() [all …]
|
/Linux-v6.1/drivers/net/wireless/ath/ath10k/ |
D | coredump.c | 807 .sections = NULL, 822 .sections = NULL, 837 .sections = NULL, 850 .sections = NULL, 860 .sections = NULL, 870 .sections = qca6174_hw21_register_sections, 883 .sections = NULL, 893 .sections = NULL, 903 .sections = NULL, 913 .sections = NULL, [all …]
|
D | coredump.h | 106 /* magic number to fill the holes not copied due to sections in regions */ 123 * be like that, sections can be used to define what is safe to copy. 135 /* One region of a memory layout. If the sections field is null entire 136 * region is copied. If sections is non-null only the areas specified in 137 * sections are copied and rest of the areas are filled with 148 const struct ath10k_mem_section *sections; member
|
/Linux-v6.1/scripts/ |
D | module.lds.S | 6 SECTIONS { 32 * With CONFIG_LTO_CLANG, LLD always enables -fdata-sections and 33 * -ffunction-sections, which increases the size of the final module. 34 * Merge the split sections in the final binary. 53 /* bring in arch-specific sections */
|
D | generate_initcall_order.pl | 227 my $sections = {}; # level -> [ secname, ...] 229 # sort results to retain link order and split to sections per 235 if (!exists($sections->{$level})) { 236 $sections->{$level} = []; 239 push(@{$sections->{$level}}, $result->{'secname'}); 243 die "$0: ERROR: no initcalls?" if (!keys(%{$sections})); 247 print "SECTIONS {\n"; 249 foreach my $level (sort(keys(%{$sections}))) { 260 foreach my $secname (@{$sections->{$level}}) {
|
D | extract-sys-certs.pl | 30 my @sections = (); 44 push @sections, { name => $name, 51 print "Have $#sections sections\n"; 107 foreach my $sec (@sections) { 120 die "Cert object in multiple sections: ", $s_name, " and ", $s->{name}, "\n"
|
/Linux-v6.1/arch/s390/include/asm/ |
D | dwarf.h | 21 * Emit CFI data in .debug_frame sections and not in .eh_frame 22 * sections. The .eh_frame CFI is used for runtime unwind 24 * can discard the .eh_frame sections. 30 * sections.
|
/Linux-v6.1/include/asm-generic/ |
D | sections.h | 13 * [_stext, _etext]: contains .text.* sections, may also contain .rodata.* 14 * and/or .init.* sections 15 * [_sdata, _edata]: contains .data.* sections, may also contain .rodata.* 16 * and/or .init.* sections. 17 * [__start_rodata, __end_rodata]: contains .rodata.* sections 20 * [__init_begin, __init_end]: contains .init.* sections, but .init.text.* 22 * [_sinittext, _einittext]: contains .init.text.* sections 23 * [__bss_start, __bss_stop]: contains BSS sections 61 /* Function descriptor handling (if any). Override in asm/sections.h */
|
D | vmlinux.lds.h | 11 * SECTIONS 62 * the default again so that all the following sections don't also end 88 * LD_DEAD_CODE_DATA_ELIMINATION option enables -fdata-sections, which 89 * generates .data.identifier sections, which need to be pulled in with 90 * .data. We don't want to pull in .data..other sections, which Linux 93 * With LTO_CLANG, the linker also splits sections by default, so we need 94 * these macros to combine the sections during the final link. 97 * sections to be brought in with rodata. 137 /* The actual configuration determine if the init/exit sections 545 /* __*init sections */ \ [all …]
|
/Linux-v6.1/Documentation/mm/ |
D | memory-model.rst | 72 sections. A section is represented with struct mem_section 75 that aids the sections management. The section size and maximal number 82 The maximal number of sections is denoted `NR_MEM_SECTIONS` and 92 sections: 100 all the memory sections. 103 initialize the memory sections and the memory maps. 154 While `SPARSEMEM` presents memory as a collection of sections,
|
/Linux-v6.1/arch/arm/kernel/ |
D | vmlinux.lds.S | 28 SECTIONS 31 * XXX: The linker does not define how output sections are 32 * assigned to input sections when there are multiple statements 36 * unwind exit sections must be discarded before the rest of the 37 * unwind sections get included.
|
/Linux-v6.1/arch/ia64/include/asm/ |
D | module.lds.h | 2 SECTIONS { 3 /* Group unwind sections into a single section: */ 7 * Create place-holder sections to hold the PLTs, GOT, and
|
/Linux-v6.1/arch/openrisc/kernel/ |
D | vmlinux.lds.S | 39 SECTIONS 41 /* Read-only sections, merged into text segment: */ 103 /* Throw in the debugging sections */ 108 /* Sections to be discarded -- must be last */
|
/Linux-v6.1/include/linux/ |
D | kcsan.h | 35 * seqlocks, we declare seqlock writer critical sections as (a) nestable 36 * atomic regions, but reader critical sections as (b) flat atomic 38 * sections are contained within writer critical sections (the opposite
|
D | moduleloader.h | 16 /* Adjust arch-specific sections. Return 0 on success. */ 22 /* Additional bytes needed by arch in front of individual sections */ 25 /* Allocator used for allocating struct module, core sections and init 26 sections. Returns NULL on failure. */
|
/Linux-v6.1/drivers/firmware/efi/libstub/ |
D | Makefile | 137 STUBCOPY_FLAGS-$(CONFIG_ARM64) += --prefix-alloc-sections=.init \ 144 STUBCOPY_FLAGS-$(CONFIG_RISCV) += --prefix-alloc-sections=.init \ 150 STUBCOPY_FLAGS-$(CONFIG_LOONGARCH) += --prefix-alloc-sections=.init \ 158 # Strip debug sections and some other sections that may legally contain 159 # absolute relocations, so that we can inspect the remaining sections for 161 # this time, use objcopy and leave all sections in place.
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | feature-fixups.h | 73 /* CPU feature dependent sections */ 90 /* CPU feature sections with alternatives, use BEGIN_FTR_SECTION to start */ 105 /* MMU feature dependent sections */ 125 /* MMU feature sections with alternatives, use BEGIN_FTR_SECTION to start */ 141 /* Firmware feature dependent sections */ 155 /* Firmware feature sections with alternatives */ 201 /* LWSYNC feature sections */
|
/Linux-v6.1/tools/testing/selftests/powerpc/primitives/asm/ |
D | feature-fixups.h | 73 /* CPU feature dependent sections */ 90 /* CPU feature sections with alternatives, use BEGIN_FTR_SECTION to start */ 105 /* MMU feature dependent sections */ 125 /* MMU feature sections with alternatives, use BEGIN_FTR_SECTION to start */ 141 /* Firmware feature dependent sections */ 155 /* Firmware feature sections with alternatives */ 201 /* LWSYNC feature sections */
|
/Linux-v6.1/tools/testing/selftests/sgx/ |
D | load.c | 139 Elf64_Shdr *sections; in encl_get_entry() local 147 sections = encl->bin + ehdr->e_shoff; in encl_get_entry() 150 if (sections[i].sh_type == SHT_SYMTAB) { in encl_get_entry() 151 symtab = (Elf64_Sym *)((char *)encl->bin + sections[i].sh_offset); in encl_get_entry() 152 num_sym = sections[i].sh_size / sections[i].sh_entsize; in encl_get_entry() 158 if (sections[i].sh_type == SHT_STRTAB) { in encl_get_entry() 159 sym_names = (char *)encl->bin + sections[i].sh_offset; in encl_get_entry()
|