Home
last modified time | relevance | path

Searched refs:section (Results 1 – 9 of 9) sorted by relevance

/scripts/
Dkernel-doc379 my $section = $section_default;
578 my $section;
580 foreach $section (@{$args{'sectionlist'}}) {
581 print "<h3>$section</h3>\n";
583 output_highlight($args{'sections'}{$section});
681 my ($parameter, $section);
723 my ($parameter, $section);
726 foreach $section (@{$args{'sectionlist'}}) {
727 print "<h3>$section</h3>\n";
729 output_highlight($args{'sections'}{$section});
[all …]
Dcheck_extable.sh54 …eval $(objdump -rj .altinstructions ${obj} | grep -B1 "${section}+${section_offset}" | head -n1 | …
61 find_alt_replacement_target ${section} ${section_offset}
71 objdump -hwj ${section} ${obj} | grep -q CODE
77 if is_executable_section ${section}; then
82 echo "Warning: found a reference to section \"${section}\" in __ex_table:"
83 addr2line -fip -j ${section} -e ${obj} ${section_offset} | awk '{print "\t" $0}'
88 …echo "Error: found a reference to non-executable section \"${section}\" in __ex_table at offset ${…
95 case "${section}" in
97 handle_alt_replacement_reloc ${section} ${section_offset}
100 handle_suspicious_generic_reloc ${section} ${section_offset}
[all …]
Dgcc-ld18 -rpath-link|--sort-section|--section-start|-Tbss|-Tdata|-Ttext|\
/scripts/genksyms/
Dlex.lex.c_shipped580 * down here because we want the user's section 1 to have been scanned first.
622 * section 1.
1711 /* Redefine yyless() so it works in section 3 code. */
Dparse.tab.c_shipped134 /* In a future release of Bison, this section will be replaced
/scripts/dtc/
Ddtc-lexer.lex.c_shipped667 * down here because we want the user's section 1 to have been scanned first.
709 * section 1.
2023 /* Redefine yyless() so it works in section 3 code. */
Ddtc-parser.tab.c_shipped102 /* In a future release of Bison, this section will be replaced
/scripts/kconfig/
Dzconf.lex.c_shipped872 * down here because we want the user's section 1 to have been scanned first.
914 * section 1.
2159 /* Redefine yyless() so it works in section 3 code. */
/scripts/mod/
Dmodpost.c1701 int section = sechdr->sh_info; in reloc_location() local
1703 return (void *)elf->hdr + sechdrs[section].sh_offset + in reloc_location()