Lines Matching refs:section
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 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}
122 if [ -z "$( echo $section | grep -v $(eval echo -e{${white_list}}))" ]; then