Lines Matching defs:dbg
142 store_implicit_value (Dwarf *dbg, void **cache, Dwarf_Op *op)
144 if (dbg == NULL)
146 struct loc_block_s *block = libdw_alloc (dbg, struct loc_block_s,
222 Dwarf_Op *result = libdw_alloc (attr->cu->dbg,
231 struct loc_s *newp = libdw_alloc (attr->cu->dbg,
254 __libdw_intern_expression (Dwarf *dbg, bool other_byte_order,
331 if (dbg == NULL)
349 else if (__libdw_read_address_inc (dbg, sec_index, &data,
357 if (dbg == NULL || __libdw_read_offset_inc (dbg, sec_index, &data,
521 if (unlikely (dbg == NULL))
535 if (dbg == NULL || __libdw_read_offset_inc (dbg, sec_index, &data,
595 if (dbg != NULL)
596 result = libdw_alloc (dbg, Dwarf_Op, sizeof (Dwarf_Op), n);
623 int store = store_implicit_value (dbg, cache, &result[n]);
642 if (dbg != NULL)
643 newp = libdw_alloc (dbg, struct loc_s, sizeof (struct loc_s), 1);
668 Note that synthetic empty_cu doesn't have an associated DWARF dbg. */
675 return __libdw_intern_expression (cu->dbg, cu->dbg->other_byte_order,
761 Elf_Data *data = cu->dbg->sectiondata[secidx];
766 data = cu->dbg->sectiondata[secidx];
780 size_t sec_size = cu->dbg->sectiondata[secidx]->d_size;
797 datap = (cu->dbg->sectiondata[secidx]->d_buf
800 start_offset = read_4ubyte_unaligned (cu->dbg, datap);
802 start_offset = read_8ubyte_unaligned (cu->dbg, datap);
827 Dwarf *dbg = cu->dbg;
861 block.length = read_2ubyte_unaligned_inc (dbg, readp);
943 const Elf_Data *d = attr->cu->dbg->sectiondata[secidx];
1029 const Elf_Data *d = attr->cu->dbg->sectiondata[secidx];