Lines Matching refs:llhead
1571 Dwarf_Loc_Head_c llhead, in _dwarf_original_loclist_build() argument
1580 unsigned lkind = llhead->ll_kind; in _dwarf_original_loclist_build()
1581 unsigned address_size = llhead->ll_address_size; in _dwarf_original_loclist_build()
1602 llhead->ll_kind, in _dwarf_original_loclist_build()
1608 llhead->ll_kind, in _dwarf_original_loclist_build()
1626 llhead->ll_locdesc = llbuf; in _dwarf_original_loclist_build()
1627 llhead->ll_locdesc_count = listlen; in _dwarf_original_loclist_build()
1628 cucontext = llhead->ll_context; in _dwarf_original_loclist_build()
1629 llhead->ll_llearea_offset = loclist_offset; in _dwarf_original_loclist_build()
1667 llhead, in _dwarf_original_loclist_build()
1688 Dwarf_Loc_Head_c llhead, in _dwarf_original_expression_build() argument
1696 unsigned form = llhead->ll_attrform; in _dwarf_original_expression_build()
1700 Dwarf_CU_Context cucontext = llhead->ll_context; in _dwarf_original_expression_build()
1707 dwarf_loc_head_c_dealloc(llhead); in _dwarf_original_expression_build()
1710 loc_blockc.bl_kind = llhead->ll_kind; in _dwarf_original_expression_build()
1720 llhead->ll_context, in _dwarf_original_expression_build()
1728 loc_blockc.bl_kind = llhead->ll_kind; in _dwarf_original_expression_build()
1744 llhead->ll_locdesc = llbuf; in _dwarf_original_expression_build()
1746 llhead->ll_locdesc_count = listlen; in _dwarf_original_expression_build()
1758 llhead, in _dwarf_original_expression_build()
1760 llhead->ll_address_size, in _dwarf_original_expression_build()
1778 Dwarf_Loc_Head_c llhead, in cook_original_loclist_contents() argument
1781 Dwarf_Unsigned baseaddress = llhead->ll_cu_base_address; in cook_original_loclist_contents()
1782 Dwarf_Unsigned count = llhead->ll_locdesc_count; in cook_original_loclist_contents()
1788 llc = llhead->ll_locdesc +i; in cook_original_loclist_contents()
1826 Dwarf_Loc_Head_c llhead, in cook_gnu_loclist_contents() argument
1829 Dwarf_Unsigned baseaddress = llhead->ll_cu_base_address; in cook_gnu_loclist_contents()
1830 Dwarf_Unsigned count = llhead->ll_locdesc_count; in cook_gnu_loclist_contents()
1832 Dwarf_CU_Context cucontext = llhead->ll_context; in cook_gnu_loclist_contents()
1838 llc = llhead->ll_locdesc +i; in cook_gnu_loclist_contents()
1939 Dwarf_Loc_Head_c llhead, in cook_loclists_contents() argument
1942 Dwarf_Unsigned baseaddress = llhead->ll_cu_base_address; in cook_loclists_contents()
1943 Dwarf_Unsigned count = llhead->ll_locdesc_count; in cook_loclists_contents()
1945 Dwarf_CU_Context cucontext = llhead->ll_context; in cook_loclists_contents()
1951 llc = llhead->ll_locdesc +i; in cook_loclists_contents()
2078 Dwarf_Loc_Head_c llhead = 0; in dwarf_get_loclist_c() local
2129 llhead = (Dwarf_Loc_Head_c) in dwarf_get_loclist_c()
2131 if (!llhead) { in dwarf_get_loclist_c()
2135 llhead->ll_cuversion = cuversionstamp; in dwarf_get_loclist_c()
2136 llhead->ll_kind = lkind; in dwarf_get_loclist_c()
2137 llhead->ll_attrnum = attrnum; in dwarf_get_loclist_c()
2138 llhead->ll_attrform = form; in dwarf_get_loclist_c()
2139 llhead->ll_dbg = dbg; in dwarf_get_loclist_c()
2140 llhead->ll_address_size = address_size; in dwarf_get_loclist_c()
2141 llhead->ll_offset_size = cucontext->cc_length_size; in dwarf_get_loclist_c()
2142 llhead->ll_context = cucontext; in dwarf_get_loclist_c()
2144 llhead->ll_at_loclists_base_present = in dwarf_get_loclist_c()
2146 llhead->ll_at_loclists_base = cucontext->cc_loclists_base; in dwarf_get_loclist_c()
2147 llhead->ll_cu_base_address_present = cucontext->cc_low_pc_present; in dwarf_get_loclist_c()
2148 llhead->ll_cu_base_address = cucontext->cc_low_pc; in dwarf_get_loclist_c()
2149 llhead->ll_cu_addr_base = cucontext->cc_addr_base; in dwarf_get_loclist_c()
2150 llhead->ll_cu_addr_base_present = cucontext->cc_addr_base_present; in dwarf_get_loclist_c()
2158 dwarf_loc_head_c_dealloc(llhead); in dwarf_get_loclist_c()
2162 llhead, attr, error); in dwarf_get_loclist_c()
2164 dwarf_loc_head_c_dealloc(llhead); in dwarf_get_loclist_c()
2168 ores = cook_original_loclist_contents(dbg,llhead,error); in dwarf_get_loclist_c()
2170 ores = cook_gnu_loclist_contents(dbg,llhead,error); in dwarf_get_loclist_c()
2173 dwarf_loc_head_c_dealloc(llhead); in dwarf_get_loclist_c()
2180 llhead, attr, error); in dwarf_get_loclist_c()
2182 dwarf_loc_head_c_dealloc(llhead); in dwarf_get_loclist_c()
2190 attr,llhead,error); in dwarf_get_loclist_c()
2192 dwarf_loc_head_c_dealloc(llhead); in dwarf_get_loclist_c()
2195 leres = cook_loclists_contents(dbg,llhead,error); in dwarf_get_loclist_c()
2197 dwarf_loc_head_c_dealloc(llhead); in dwarf_get_loclist_c()
2201 *ll_header_out = llhead; in dwarf_get_loclist_c()
2202 *listlen_out = llhead->ll_locdesc_count; in dwarf_get_loclist_c()
2221 Dwarf_Loc_Head_c llhead = 0; in dwarf_loclist_from_expr_c() local
2229 llhead = (Dwarf_Loc_Head_c)_dwarf_get_alloc(dbg, in dwarf_loclist_from_expr_c()
2231 if (!llhead) { in dwarf_loclist_from_expr_c()
2244 dwarf_loc_head_c_dealloc(llhead); in dwarf_loclist_from_expr_c()
2248 llhead->ll_locdesc = llbuf; in dwarf_loclist_from_expr_c()
2249 llhead->ll_locdesc_count = local_listlen; in dwarf_loclist_from_expr_c()
2250 llhead->ll_context = 0; /* Not available! */ in dwarf_loclist_from_expr_c()
2251 llhead->ll_dbg = dbg; in dwarf_loclist_from_expr_c()
2252 llhead->ll_kind = DW_LKIND_expression; in dwarf_loclist_from_expr_c()
2266 llhead, in dwarf_loclist_from_expr_c()
2277 dwarf_loc_head_c_dealloc(llhead); in dwarf_loclist_from_expr_c()
2280 *loc_head = llhead; in dwarf_loclist_from_expr_c()