Lines Matching refs:dbg
118 store_implicit_value (Dwarf *dbg, void **cache, Dwarf_Op *op,
121 struct loc_block_s *block = libdw_alloc (dbg, struct loc_block_s,
185 Dwarf_Op *result = libdw_alloc (attr->cu->dbg,
194 struct loc_s *newp = libdw_alloc (attr->cu->dbg,
217 __libdw_intern_expression (Dwarf *dbg, bool other_byte_order,
265 if (__libdw_read_address_inc (dbg, sec_index, &data,
272 if (__libdw_read_offset_inc (dbg, sec_index, &data, ref_size,
412 if (unlikely (dbg == NULL))
425 if (__libdw_read_offset_inc (dbg, sec_index, &data, ref_size,
463 if (dbg != NULL)
464 result = libdw_alloc (dbg, Dwarf_Op, sizeof (Dwarf_Op), n);
500 store_implicit_value (dbg, cache, &result[n], block->data);
508 if (dbg != NULL)
509 newp = libdw_alloc (dbg, struct loc_s, sizeof (struct loc_s), 1);
533 return __libdw_intern_expression (cu->dbg, cu->dbg->other_byte_order,
622 = __libdw_read_begin_end_pair_inc (attr->cu->dbg, IDX_debug_loc,
636 block.length = read_2ubyte_unaligned_inc (attr->cu->dbg, readp);