Home | History | Annotate | Download | only in libdw

Lines Matching refs:dbg

102 store_implicit_value (Dwarf *dbg, void **cache, Dwarf_Op *op)
104 struct loc_block_s *block = libdw_alloc (dbg, struct loc_block_s,
169 Dwarf_Op *result = libdw_alloc (attr->cu->dbg,
178 struct loc_s *newp = libdw_alloc (attr->cu->dbg,
201 __libdw_intern_expression (Dwarf *dbg, bool other_byte_order,
278 if (dbg == NULL)
296 else if (__libdw_read_address_inc (dbg, sec_index, &data,
303 if (dbg == NULL || __libdw_read_offset_inc (dbg, sec_index, &data,
459 if (unlikely (dbg == NULL))
472 if (dbg == NULL || __libdw_read_offset_inc (dbg, sec_index, &data,
529 if (dbg != NULL)
530 result = libdw_alloc (dbg, Dwarf_Op, sizeof (Dwarf_Op), n);
556 store_implicit_value (dbg, cache, &result[n]);
567 if (dbg != NULL)
568 newp = libdw_alloc (dbg, struct loc_s, sizeof (struct loc_s), 1);
593 Note that synthetic empty_cu doesn't have an associated DWARF dbg. */
600 return __libdw_intern_expression (cu->dbg, cu->dbg->other_byte_order,
693 switch (__libdw_read_begin_end_pair_inc (attr->cu->dbg, IDX_debug_loc,
712 block.length = read_2ubyte_unaligned_inc (attr->cu->dbg, readp);
775 const Elf_Data *d = attr->cu->dbg->sectiondata[IDX_debug_loc];
856 const Elf_Data *d = attr->cu->dbg->sectiondata[IDX_debug_loc];