Searched refs:section (Results 1 – 9 of 9) sorted by relevance
379 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 …]
54 …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 CODE77 if is_executable_section ${section}; then82 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}" in97 handle_alt_replacement_reloc ${section} ${section_offset}100 handle_suspicious_generic_reloc ${section} ${section_offset}[all …]
18 -rpath-link|--sort-section|--section-start|-Tbss|-Tdata|-Ttext|\
580 * 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. */
134 /* In a future release of Bison, this section will be replaced
667 * 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. */
102 /* In a future release of Bison, this section will be replaced
872 * 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. */
1701 int section = sechdr->sh_info; in reloc_location() local1703 return (void *)elf->hdr + sechdrs[section].sh_offset + in reloc_location()