Home
last modified time | relevance | path

Searched refs:sections (Results 1 – 11 of 11) sorted by relevance

/scripts/
A DMakefile.propeller5 …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 Dgenerate_initcall_order.pl227 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 Dextract-sys-certs.pl30 my @sections = ();
44 push @sections, { name => $name,
107 foreach my $sec (@sections) {
A DMakefile.debug40 KBUILD_LDFLAGS += --compress-debug-sections=zlib
45 KBUILD_LDFLAGS += --compress-debug-sections=zstd
A Dkernel-doc.pl274 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 DMakefile.autofdo12 CFLAGS_AUTOFDO_CLANG += -fprofile-sample-use=$(CLANG_AUTOFDO_PROFILE) -ffunction-sections
A Dget_maintainer.pl64 my $sections = 0;
282 'sections!' => \$sections,
323 if ($sections || $letters ne "") {
324 $sections = 1;
948 if ($sections) {
/scripts/lib/kdoc/
A Dkdoc_item.py12 self.sections = {}
34 def set_sections(self, sections, start_lines): argument
35 self.sections = sections
A Dkdoc_parser.py131 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 Dkdoc_output.py339 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 Dsymbols.py171 textaddr=textaddr, sections="".join(args))
193 sections=self._section_arguments(module, module_addr))

Completed in 19 milliseconds