HomeSort by relevance Sort by last modified time
    Searched refs:type_offset (Results 1 - 16 of 16) sorted by null

  /external/elfutils/libdw/
dwarf_nextcu.c 138 Dwarf_Off type_offset; local
140 &type_offset, sec_idx, 0))
143 /* Validate that the TYPE_OFFSET points past the header. */
144 if (unlikely (type_offset < (size_t) (bytes - (data + off))))
149 *type_offsetp = type_offset;
dwarf_cu_die.c 59 *type_offsetp = cu->type_offset;
dwarf_getlocation_die.c 71 attr->cu->type_offset != 0) == NULL)
dwarf_getlocation_implicit_pointer.c 66 attr->cu->type_offset != 0) == NULL)
libdw_findcu.c 78 Dwarf_Off type_offset = 0; local
84 debug_types ? &type_offset : NULL) != 0)
111 newp->type_offset = type_offset;
dwarf_formref_die.c 96 offset = cu->start + cu->type_offset;
libdwP.h 296 size_t type_offset; member in struct:Dwarf_CU
344 (fromcu)->type_offset != 0)) \
716 return cu->type_offset == 0 ? IDX_debug_info : IDX_debug_types;
  /toolchain/binutils/binutils-2.25/gold/
gdb-index.h 78 add_type_unit(off_t tu_offset, off_t type_offset, uint64_t signature)
80 this->type_units_.push_back(Type_unit(tu_offset, type_offset, signature));
181 : tu_offset(off), type_offset(toff), type_signature(sig)
184 uint64_t type_offset; member in struct:gold::Gdb_index::Type_unit
gdb-index.cc 206 visit_type_unit(off_t tu_offset, off_t tu_length, off_t type_offset,
333 off_t type_offset, uint64_t signature,
338 this->cu_index_ = -1 - this->gdb_index_->add_type_unit(tu_offset, type_offset,
    [all...]
dwarf_reader.cc 1327 off_t type_offset = 0; local
    [all...]
dwarf_reader.h 807 visit_type_unit(off_t tu_offset, off_t tu_length, off_t type_offset,
    [all...]
dwp.cc 739 visit_type_unit(off_t tu_offset, off_t tu_length, off_t type_offset,
    [all...]
  /external/dbus/dbus/
dbus-marshal-recursive-util.c 1079 int type_offset; member in struct:__anon8739
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 2339 dwarf_vma type_offset = 0; local
6782 uint64_t type_offset = byte_get_little_endian (tu_list + i * 8 + 8, 8); local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 381 unsigned long type_offset; member in struct:_PDB_TYPES
    [all...]
readdwarf3.c 479 ULong type_offset; member in struct:__anon25044
    [all...]

Completed in 292 milliseconds