Searched defs:MATCH_REL_SEC (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_elf_access.c | 322 #define MATCH_REL_SEC(i_,s_,r_) \ macro 332 MATCH_REL_SEC(section_index,dbg->de_debug_info,relocatablesec); 333 MATCH_REL_SEC(section_index,dbg->de_debug_abbrev,relocatablesec); 334 MATCH_REL_SEC(section_index,dbg->de_debug_line,relocatablesec); 335 MATCH_REL_SEC(section_index,dbg->de_debug_loc,relocatablesec); 336 MATCH_REL_SEC(section_index,dbg->de_debug_aranges,relocatablesec); 337 MATCH_REL_SEC(section_index,dbg->de_debug_macinfo,relocatablesec); 338 MATCH_REL_SEC(section_index,dbg->de_debug_pubnames,relocatablesec); 339 MATCH_REL_SEC(section_index,dbg->de_debug_ranges,relocatablesec); 340 MATCH_REL_SEC(section_inde 354 #undef MATCH_REL_SEC macro [all...] |
Completed in 60 milliseconds