Home
last modified time | relevance | path

Searched refs:ll_locdesc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_loclists.c1093 rctx->ll_locdesc = array; in build_array_of_lle()
1105 Dwarf_Locdesc_c ldc = rctx->ll_locdesc + i; in build_array_of_lle()
1279 e = head->ll_locdesc + entrynum; in dwarf_get_loclists_entry_fields()
1309 Dwarf_Locdesc_c desc = head->ll_locdesc; in _dwarf_free_loclists_head()
1320 dwarf_dealloc(dbg,head->ll_locdesc,DW_DLA_LOCDESC_C); in _dwarf_free_loclists_head()
1321 head->ll_locdesc = 0; in _dwarf_free_loclists_head()
H A Ddwarf_loc.c1248 Dwarf_Locdesc_c locdesc = loc_head->ll_locdesc + locdesc_index; in _dwarf_fill_in_locdesc_op_c()
1626 llhead->ll_locdesc = llbuf; in _dwarf_original_loclist_build()
1744 llhead->ll_locdesc = llbuf; in _dwarf_original_expression_build()
1788 llc = llhead->ll_locdesc +i; in cook_original_loclist_contents()
1838 llc = llhead->ll_locdesc +i; in cook_gnu_loclist_contents()
1951 llc = llhead->ll_locdesc +i; in cook_loclists_contents()
2248 llhead->ll_locdesc = llbuf; in dwarf_loclist_from_expr_c()
2310 descs_base = loclist_head->ll_locdesc; in dwarf_get_locdesc_entry_d()
H A Ddwarf_loc.h225 Dwarf_Locdesc_c ll_locdesc; member