Searched refs:relocatablesec (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libdwarf/common/ |
H A D | dwarf_elf_access.c | 330 struct Dwarf_Section_s **relocatablesec, int *error) in find_section_to_relocate() argument 332 MATCH_REL_SEC(section_index,dbg->de_debug_info,relocatablesec); in find_section_to_relocate() 333 MATCH_REL_SEC(section_index,dbg->de_debug_abbrev,relocatablesec); in find_section_to_relocate() 334 MATCH_REL_SEC(section_index,dbg->de_debug_line,relocatablesec); in find_section_to_relocate() 335 MATCH_REL_SEC(section_index,dbg->de_debug_loc,relocatablesec); in find_section_to_relocate() 336 MATCH_REL_SEC(section_index,dbg->de_debug_aranges,relocatablesec); in find_section_to_relocate() 337 MATCH_REL_SEC(section_index,dbg->de_debug_macinfo,relocatablesec); in find_section_to_relocate() 338 MATCH_REL_SEC(section_index,dbg->de_debug_pubnames,relocatablesec); in find_section_to_relocate() 339 MATCH_REL_SEC(section_index,dbg->de_debug_ranges,relocatablesec); in find_section_to_relocate() 340 MATCH_REL_SEC(section_index,dbg->de_debug_frame,relocatablesec); in find_section_to_relocate() [all …]
|