Searched refs:de_debug_varnames (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_vars.c | 50 int res = _dwarf_load_section(dbg, &dbg->de_debug_varnames,error); in dwarf_get_vars() 56 dbg->de_debug_varnames.dss_data, in dwarf_get_vars() 57 dbg->de_debug_varnames.dss_size, in dwarf_get_vars()
|
H A D | dwarf_alloc.c | 721 if (dbg->de_debug_varnames.dss_data != NULL && in dwarf_dealloc() 722 (Dwarf_Small *) space >= dbg->de_debug_varnames.dss_data && in dwarf_dealloc() 724 dbg->de_debug_varnames.dss_data + in dwarf_dealloc() 725 dbg->de_debug_varnames.dss_size) in dwarf_dealloc() 1105 rela_free(&dbg->de_debug_varnames); in _dwarf_free_all_of_one_debug()
|
H A D | dwarf_opaque.h | 278 struct Dwarf_Section_s de_debug_varnames; member
|
H A D | dwarf_init_finish.c | 325 res = get_basic_section_data(dbg,&dbg->de_debug_varnames, &doas, in _dwarf_setup() 400 add_rela_data(&dbg->de_debug_varnames,&doas,section_index); in _dwarf_setup()
|
H A D | dwarf_elf_access.c | 345 MATCH_REL_SEC(section_index,dbg->de_debug_varnames,relocatablesec); in find_section_to_relocate()
|