Home
last modified time | relevance | path

Searched refs:de_debug_pubnames (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libdwarf/common/
H A Ddwarf_alloc.c682 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 Ddwarf_global.c93 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 Ddwarf_init_finish.c280 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 Ddwarf_opaque.h266 struct Dwarf_Section_s de_debug_pubnames; member
H A Ddwarf_elf_access.c338 MATCH_REL_SEC(section_index,dbg->de_debug_pubnames,relocatablesec); in find_section_to_relocate()