Searched refs:sections (Results 1 – 11 of 11) sorted by relevance
| /scripts/ |
| A D | Makefile.propeller | 5 …S_PROPELLER_CLANG := -fbasic-block-sections=list=$(CLANG_PROPELLER_PROFILE_PREFIX)_cc_profile.txt … 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
|
| A D | generate_initcall_order.pl | 227 my $sections = {}; # level -> [ secname, ...] 235 if (!exists($sections->{$level})) { 236 $sections->{$level} = []; 239 push(@{$sections->{$level}}, $result->{'secname'}); 243 die "$0: ERROR: no initcalls?" if (!keys(%{$sections})); 249 foreach my $level (sort(keys(%{$sections}))) { 260 foreach my $secname (@{$sections->{$level}}) {
|
| A D | extract-sys-certs.pl | 30 my @sections = (); 44 push @sections, { name => $name, 107 foreach my $sec (@sections) {
|
| A D | Makefile.debug | 40 KBUILD_LDFLAGS += --compress-debug-sections=zlib 45 KBUILD_LDFLAGS += --compress-debug-sections=zstd
|
| A D | kernel-doc.pl | 274 my %sections; 419 if (defined($sections{$name}) && ($sections{$name} ne "")) { 424 $sections{$name} .= $contents; 426 $sections{$name} = $contents; 454 'sections' => \%sections, 1212 'sections' => \%sections, 1319 'sections' => \%sections, 1624 if (!defined($sections{$section_return}) || 1625 $sections{$section_return} eq "") 1775 %sections = (); [all …]
|
| A D | Makefile.autofdo | 12 CFLAGS_AUTOFDO_CLANG += -fprofile-sample-use=$(CLANG_AUTOFDO_PROFILE) -ffunction-sections
|
| A D | get_maintainer.pl | 64 my $sections = 0; 282 'sections!' => \$sections, 323 if ($sections || $letters ne "") { 324 $sections = 1; 948 if ($sections) {
|
| /scripts/lib/kdoc/ |
| A D | kdoc_item.py | 12 self.sections = {} 34 def set_sections(self, sections, start_lines): argument 35 self.sections = sections
|
| A D | kdoc_parser.py | 131 self.sections = {} 195 if name in self.sections and self.sections[name] != "": 201 self.sections[name] += '\n' + contents 203 self.sections[name] = contents 285 sections = self.entry.sections 287 if section in sections and not sections[section].rstrip(): 288 del sections[section] 289 item.set_sections(sections, self.entry.section_start_lines) 495 for section in self.entry.sections: 519 if not self.entry.sections.get("Return", None):
|
| A D | kdoc_output.py | 339 for section, text in args.sections.items(): 623 for section, text in args.sections.items(): 669 for section, text in args.sections.items(): 699 for section, text in args.sections.items(): 712 for section, text in args.sections.items(): 747 for section, text in args.sections.items():
|
| /scripts/gdb/linux/ |
| A D | symbols.py | 171 textaddr=textaddr, sections="".join(args)) 193 sections=self._section_arguments(module, module_addr))
|
Completed in 19 milliseconds