| /linux/LICENSES/deprecated/ |
| H A 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 …]
|
| H A 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/scripts/kconfig/tests/err_transitional/ |
| H A D | expected_stderr | 2 Kconfig:7: error: transitional symbols can only have help sections 3 Kconfig:14: error: transitional symbols can only have help sections 4 Kconfig:21: error: transitional symbols can only have help sections 5 Kconfig:28: error: transitional symbols can only have help sections 6 Kconfig:32: error: transitional symbols can only have help sections 7 Kconfig:42: error: transitional symbols can only have help sections
|
| /linux/scripts/ |
| H A D | Makefile.propeller | 5 …S_PROPELLER_CLANG := -fbasic-block-sections=list=$(CLANG_PROPELLER_PROFILE_PREFIX)_cc_profile.txt … 8 # Starting with Clang v20, the '-fbasic-block-sections=labels' option is 14 CFLAGS_PROPELLER_CLANG := -fbasic-block-sections=labels 29 KBUILD_LDFLAGS += --lto-basic-block-sections=$(CLANG_PROPELLER_PROFILE_PREFIX)_cc_profile.txt 34 KBUILD_LDFLAGS += --lto-basic-block-sections=labels
|
| H A 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}}) {
|
| H A 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"
|
| H A D | kernel-doc | 147 title. All other functions and DOC: sections are ignored. 163 Warn if there are contents before sections (deprecated). 229 parser.add_argument("-Wcontents-before-sections", 230 "--wcontents-before-sections", action="store_true", 281 parser.add_argument("-D", "-no-doc-sections", "--no-doc-sections", 282 action='store_true', help="Don't output DOC sections")
|
| H A D | kernel-doc.py | |
| /linux/Documentation/userspace-api/media/ |
| H A 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/Documentation/livepatch/ |
| H A 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/sound/firewire/dice/ |
| H A 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/arch/s390/include/asm/ |
| H A D | dwarf.h | 22 * Emit CFI data in .debug_frame sections and not in .eh_frame 23 * sections. The .eh_frame CFI is used for runtime unwind 25 * can discard the .eh_frame sections. 31 * sections.
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | nvm.c | 219 struct iwl_nvm_section *sections = mvm->nvm_sections; in iwl_parse_nvm_sections() local 226 /* Checking for required sections */ in iwl_parse_nvm_sections() 230 IWL_ERR(mvm, "Can't parse empty OTP/NVM sections\n"); in iwl_parse_nvm_sections() 239 /* SW and REGULATORY sections are mandatory */ in iwl_parse_nvm_sections() 243 "Can't parse empty family 8000 OTP/NVM sections\n"); in iwl_parse_nvm_sections() 250 "Can't parse mac_address, empty sections\n"); in iwl_parse_nvm_sections() 258 "Can't parse phy_sku in B0, empty sections\n"); in iwl_parse_nvm_sections() 263 hw = (const __be16 *)sections[mvm->trans->mac_cfg->base->nvm_hw_section_num].data; in iwl_parse_nvm_sections() 264 sw = (const __le16 *)sections[NVM_SECTION_TYPE_SW].data; in iwl_parse_nvm_sections() 265 calib = (const __le16 *)sections[NVM_SECTION_TYPE_CALIBRATION].data; in iwl_parse_nvm_sections() [all …]
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_item.py | 23 self.sections = {} 39 'sections', 84 def set_sections(self, sections, start_lines): 86 Set sections and start lines. 88 self.sections = sections 35 set_sections(self, sections, start_lines) global() argument
|
| /linux/arch/arm/kernel/ |
| H A D | vmlinux.lds.S | 27 SECTIONS 30 * XXX: The linker does not define how output sections are 31 * assigned to input sections when there are multiple statements 35 * unwind exit sections must be discarded before the rest of the 36 * unwind sections get included.
|
| H A D | vmlinux-xip.lds.S | 27 SECTIONS 30 * XXX: The linker does not define how output sections are 31 * assigned to input sections when there are multiple statements 35 * unwind exit sections must be discarded before the rest of the 36 * unwind sections get included.
|
| /linux/include/linux/ |
| H A 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
|
| /linux/arch/openrisc/kernel/ |
| H A D | vmlinux.lds.S | 39 SECTIONS 41 /* Read-only sections, merged into text segment: */ 101 /* Throw in the debugging sections */ 107 /* Sections to be discarded -- must be last */
|
| /linux/tools/testing/selftests/powerpc/primitives/asm/ |
| H A 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/arch/powerpc/include/asm/ |
| H A 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/tools/testing/selftests/sgx/ |
| H A D | load.c | 141 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()
|
| /linux/arch/powerpc/kernel/ |
| H A D | vmlinux.lds.S | 48 SECTIONS 53 * Text, read only data and other permanent read-only sections 62 * branch trampoline stubs randomly throughout the fixed sections, 102 /* careful! __ftr_alt_* sections need to be close to .text */ 115 * sections, which can break start-of-text offset if it is 116 * included with the main text sections, so put it by itself. 256 * Init sections discarded at runtime
|
| /linux/arch/mips/include/asm/sn/ |
| H A D | mapped_kernel.h | 15 * ld.script file (so that tlblo0 and tlblo1 maps the sections). 18 * on IRIX to see where the sections go. The Origin loader loads 19 * the two sections contiguously in physical memory. The loader
|
| /linux/tools/perf/util/ |
| H A D | config.c | 632 static struct perf_config_section *find_section(struct list_head *sections, in find_section() 637 list_for_each_entry(section, sections, node) 656 static struct perf_config_section *add_section(struct list_head *sections, in add_section() 672 list_add_tail(§ion->node, sections); in add_config_item() 716 struct list_head *sections; in collect_config() 721 sections = &set->sections; in collect_config() 733 section = find_section(sections, section_name); in collect_config() 735 section = add_section(sections, section_name); in collect_config() 799 INIT_LIST_HEAD(&set->sections); 626 find_section(struct list_head * sections,const char * section_name) find_section() argument 650 add_section(struct list_head * sections,const char * section_name) add_section() argument 710 struct list_head *sections; collect_config() local [all...] |
| /linux/Documentation/admin-guide/ |
| H A D | spkguide.txt | 16 Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A 102 See the sections on loading modules and software synthesizers later in 1288 The "Invariant Sections" are certain Secondary Sections whose titles 1289 are designated, as being those of Invariant Sections, in the notice 1293 Invariant Sections. If the Document does not identify any Invariant 1294 Sections then there are none. 1405 the conditions of sections 2 and 3 above, provided that you release 1429 G. Preserve in that license notice the full lists of Invariant Sections 1450 L. Preserve all the Invariant Sections of the Document, 1459 If the Modified Version includes new front-matter sections or [all …]
|