Searched defs:llbuf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_addr_finder.c314 Dwarf_Locdesc *llbuf; local
335 llbuf = 0;
338 int lres = dwarf_loclist(attr, &llbuf, &count, perr);
351 unsigned int ents = llbuf[i].ld_cents;
353 locp = llbuf[i].ld_s;
373 dwarf_dealloc(dbg, llbuf[i].ld_s,
376 dwarf_dealloc(dbg, llbuf, DW_DLA_LOCDESC);
H A Ddwarf_loc.c674 /* When llbuf (see dwarf_loclist_n) is partially set up
679 _dwarf_cleanup_llbuf(Dwarf_Debug dbg, Dwarf_Locdesc ** llbuf, int count) argument
683 dwarf_dealloc(dbg, llbuf[i]->ld_s, DW_DLA_LOC_BLOCK);
684 dwarf_dealloc(dbg, llbuf[i], DW_DLA_LOCDESC);
686 dwarf_dealloc(dbg, llbuf, DW_DLA_LIST);
691 Returns all the Locdesc's thru llbuf.
716 Dwarf_Locdesc **llbuf = 0; local
764 llbuf = (Dwarf_Locdesc **)
766 if (!llbuf) {
779 _dwarf_cleanup_llbuf(dbg, llbuf, ll
855 dwarf_loclist(Dwarf_Attribute attr, Dwarf_Locdesc ** llbuf, Dwarf_Signed * listlen, Dwarf_Error * error) argument
973 dwarf_loclist_from_expr(Dwarf_Debug dbg, Dwarf_Ptr expression_in, Dwarf_Unsigned expression_length, Dwarf_Locdesc ** llbuf, Dwarf_Signed * listlen, Dwarf_Error * error) argument
988 dwarf_loclist_from_expr_a(Dwarf_Debug dbg, Dwarf_Ptr expression_in, Dwarf_Unsigned expression_length, Dwarf_Half addr_size, Dwarf_Locdesc ** llbuf, Dwarf_Signed * listlen, Dwarf_Error * error) argument
[all...]

Completed in 47 milliseconds