Searched refs:ld_s (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libdwarf/common/ |
H A D | dwarf_addr_finder.c | 353 locp = llbuf[i].ld_s; in handle_attr_locdesc() 373 dwarf_dealloc(dbg, llbuf[i].ld_s, in handle_attr_locdesc()
|
H A D | dwarf_loc.c | 505 locdesc->ld_s = block_loc; in _dwarf_get_locdesc() 683 dwarf_dealloc(dbg, llbuf[i]->ld_s, DW_DLA_LOC_BLOCK); in _dwarf_cleanup_llbuf()
|
H A D | libdwarf.h | 152 Dwarf_Loc* ld_s; /* pointer to list of same */ member
|
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | dwarf.c | 586 if (locnum != 1 || loc->ld_s->lr_atom != DW_OP_plus_uconst) { in die_mem_offset() 591 *valp = loc->ld_s->lr_number; in die_mem_offset() 593 dwarf_dealloc(dw->dw_dw, loc->ld_s, DW_DLA_LOC_BLOCK); in die_mem_offset()
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 603 if (locnum != 1 || loc->ld_s->lr_atom != DW_OP_plus_uconst) { in ctf_dwarf_member_location() 606 dwarf_dealloc(cup->cu_dwarf, loc->ld_s, DW_DLA_LOC_BLOCK); in ctf_dwarf_member_location() 611 *valp = loc->ld_s->lr_number; in ctf_dwarf_member_location() 613 dwarf_dealloc(cup->cu_dwarf, loc->ld_s, DW_DLA_LOC_BLOCK); in ctf_dwarf_member_location()
|