Home
last modified time | relevance | path

Searched refs:de_debug_funcnames (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_funcs.c40 int res = _dwarf_load_section(dbg, &dbg->de_debug_funcnames,error); in dwarf_get_funcs()
44 if (!dbg->de_debug_funcnames.dss_size) { in dwarf_get_funcs()
50 dbg->de_debug_funcnames.dss_data, in dwarf_get_funcs()
51 dbg->de_debug_funcnames.dss_size, in dwarf_get_funcs()
H A Ddwarf_opaque.h622 struct Dwarf_Section_s de_debug_funcnames; member
H A Ddwarf_alloc.c990 rela_free(&dbg->de_debug_funcnames); in _dwarf_free_all_of_one_debug()
H A Ddwarf_elfread.c317 MATCH_REL_SEC(section_index,dbg->de_debug_funcnames,relocatablesec); in find_section_to_relocate()
H A Ddwarf_elf_access.c435 MATCH_REL_SEC(section_index,dbg->de_debug_funcnames,relocatablesec); in find_section_to_relocate()
H A Ddwarf_init_finish.c587 &dbg->de_debug_funcnames, in enter_section_in_de_debug_sections_array()