Searched refs:DW_DLA_LOCDESC (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libdwarf/common/ |
H A D | dwarf_loc.c | 498 (Dwarf_Locdesc *) _dwarf_get_alloc(dbg, DW_DLA_LOCDESC, 1); in _dwarf_get_locdesc() 684 dwarf_dealloc(dbg, llbuf[i], DW_DLA_LOCDESC); in _dwarf_cleanup_llbuf() 829 dwarf_dealloc(dbg, locdesc, DW_DLA_LOCDESC); in dwarf_loclist_n()
|
H A D | dwarf_addr_finder.c | 376 dwarf_dealloc(dbg, llbuf, DW_DLA_LOCDESC); in handle_attr_locdesc()
|
H A D | libdwarf.h | 725 #define DW_DLA_LOCDESC 0x03 /* Dwarf_Locdesc */ macro
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 607 dwarf_dealloc(cup->cu_dwarf, loc, DW_DLA_LOCDESC); in ctf_dwarf_member_location() 614 dwarf_dealloc(cup->cu_dwarf, loc, DW_DLA_LOCDESC); in ctf_dwarf_member_location()
|
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | dwarf.c | 594 dwarf_dealloc(dw->dw_dw, loc, DW_DLA_LOCDESC); in die_mem_offset()
|