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

  /external/elfutils/0.153/libdw/
dwarf_nextcu.c 166 Dwarf_Off type_offset; local
168 &type_offset, sec_idx, 0))
171 /* Validate that the TYPE_OFFSET points past the header. */
172 if (unlikely (type_offset < (size_t) (bytes - (data + off))))
177 *type_offsetp = type_offset;
libdw_findcu.c 75 Dwarf_Off type_offset = 0; local
81 debug_types ? &type_offset : NULL) != 0)
102 newp->type_offset = type_offset;
libdwP.h 295 size_t type_offset; member in struct:Dwarf_CU
339 (fromcu)->type_offset != 0)) \
615 return cu->type_offset == 0 ? IDX_debug_info : IDX_debug_types;
  /external/chromium_org/net/dns/
dns_response.cc 252 const size_t type_offset = parser_.GetOffset() - 2 * sizeof(uint16); local
254 base::ReadBigEndian<uint16>(io_buffer_->data() + type_offset, &type);
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
event-parse.h 423 int type_offset; member in struct:pevent
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 445 ULong type_offset; member in struct:__anon37075
907 cc->type_offset = get_Dwarfish_UWord( c, cc->is_dw64 );
    [all...]
readpdb.c 381 unsigned long type_offset; member in struct:_PDB_TYPES
    [all...]

Completed in 1265 milliseconds