Searched refs:type_offset (Results 1 - 9 of 9) sorted by relevance

/external/elfutils/0.153/libdw/
H A Ddwarf_getlocation_implicit_pointer.c75 attr->cu->type_offset != 0) == NULL)
H A Ddwarf_nextcu.c166 Dwarf_Off type_offset; local
168 &type_offset, sec_idx, 0))
172 if (unlikely (type_offset < (size_t) (bytes - (data + off))))
177 *type_offsetp = type_offset;
H A Dlibdw_findcu.c75 Dwarf_Off type_offset = 0; local
81 debug_types ? &type_offset : NULL) != 0)
102 newp->type_offset = type_offset;
H A Ddwarf_formref_die.c109 offset = cu->type_offset;
H A DlibdwP.h295 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/
H A Ddns_response.cc252 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/
H A Devent-parse.h423 int type_offset; member in struct:pevent
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c381 unsigned long type_offset; member in struct:_PDB_TYPES
1158 types->type_offset = sizeof(PDB_TYPES_OLD);
H A Dreaddwarf3.c445 ULong type_offset; member in struct:__anon32471
907 cc->type_offset = get_Dwarfish_UWord( c, cc->is_dw64 );
3803 cook_die( &cc, cc.type_offset ));

Completed in 188 milliseconds