Searched refs:de_debug_pubnames (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libdwarf/common/ |
H A D | dwarf_alloc.c | 682 if (dbg->de_debug_pubnames.dss_data != NULL && in dwarf_dealloc() 683 (Dwarf_Small *) space >= dbg->de_debug_pubnames.dss_data && in dwarf_dealloc() 685 dbg->de_debug_pubnames.dss_data + in dwarf_dealloc() 686 dbg->de_debug_pubnames.dss_size) in dwarf_dealloc() 1098 rela_free(&dbg->de_debug_pubnames); in _dwarf_free_all_of_one_debug()
|
H A D | dwarf_global.c | 93 int res = _dwarf_load_section(dbg, &dbg->de_debug_pubnames,error); in dwarf_get_globals() 99 dbg->de_debug_pubnames.dss_data, in dwarf_get_globals() 100 dbg->de_debug_pubnames.dss_size, in dwarf_get_globals()
|
H A D | dwarf_init_finish.c | 280 res = get_basic_section_data(dbg,&dbg->de_debug_pubnames, &doas, in _dwarf_setup() 390 add_rela_data(&dbg->de_debug_pubnames,&doas,section_index); in _dwarf_setup() 571 *debug_pubnames_size = dbg->de_debug_pubnames.dss_size; in dwarf_get_section_max_offsets()
|
H A D | dwarf_opaque.h | 266 struct Dwarf_Section_s de_debug_pubnames; member
|
H A D | dwarf_elf_access.c | 338 MATCH_REL_SEC(section_index,dbg->de_debug_pubnames,relocatablesec); in find_section_to_relocate()
|