HomeSort by relevance Sort by last modified time
    Searched defs:type_offset (Results 1 - 8 of 8) 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;
libdw_findcu.c 78 Dwarf_Off type_offset = 0; local
84 debug_types ? &type_offset : NULL) != 0)
111 newp->type_offset = 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.27/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
dwarf_reader.cc 1327 off_t type_offset = 0; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c 479 ULong type_offset; member in struct:__anon42253
    [all...]
readpdb.c 381 unsigned long type_offset; member in struct:_PDB_TYPES
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
dwarf.c 2430 dwarf_vma type_offset = 0; local
7236 uint64_t type_offset = byte_get_little_endian (tu_list + i * 8 + 8, 8); local
    [all...]

Completed in 256 milliseconds