Searched refs:relocatablesec (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_elf_access.c | 422 struct Dwarf_Section_s **relocatablesec, int *error) in find_section_to_relocate() argument 424 MATCH_REL_SEC(section_index,dbg->de_debug_info,relocatablesec); in find_section_to_relocate() 425 MATCH_REL_SEC(section_index,dbg->de_debug_abbrev,relocatablesec); in find_section_to_relocate() 426 MATCH_REL_SEC(section_index,dbg->de_debug_line,relocatablesec); in find_section_to_relocate() 427 MATCH_REL_SEC(section_index,dbg->de_debug_loc,relocatablesec); in find_section_to_relocate() 428 MATCH_REL_SEC(section_index,dbg->de_debug_aranges,relocatablesec); in find_section_to_relocate() 429 MATCH_REL_SEC(section_index,dbg->de_debug_macinfo,relocatablesec); in find_section_to_relocate() 430 MATCH_REL_SEC(section_index,dbg->de_debug_pubnames,relocatablesec); in find_section_to_relocate() 431 MATCH_REL_SEC(section_index,dbg->de_debug_ranges,relocatablesec); in find_section_to_relocate() 432 MATCH_REL_SEC(section_index,dbg->de_debug_frame,relocatablesec); in find_section_to_relocate() [all …]
|
H A D | dwarf_elfread.c | 304 struct Dwarf_Section_s **relocatablesec, int *error) in find_section_to_relocate() argument 306 MATCH_REL_SEC(section_index,dbg->de_debug_info,relocatablesec); in find_section_to_relocate() 307 MATCH_REL_SEC(section_index,dbg->de_debug_abbrev,relocatablesec); in find_section_to_relocate() 308 MATCH_REL_SEC(section_index,dbg->de_debug_line,relocatablesec); in find_section_to_relocate() 309 MATCH_REL_SEC(section_index,dbg->de_debug_loc,relocatablesec); in find_section_to_relocate() 310 MATCH_REL_SEC(section_index,dbg->de_debug_aranges,relocatablesec); in find_section_to_relocate() 311 MATCH_REL_SEC(section_index,dbg->de_debug_macinfo,relocatablesec); in find_section_to_relocate() 312 MATCH_REL_SEC(section_index,dbg->de_debug_pubnames,relocatablesec); in find_section_to_relocate() 313 MATCH_REL_SEC(section_index,dbg->de_debug_ranges,relocatablesec); in find_section_to_relocate() 314 MATCH_REL_SEC(section_index,dbg->de_debug_frame,relocatablesec); in find_section_to_relocate() [all …]
|