Home
last modified time | relevance | path

Searched refs:type_offset (Results 1 – 13 of 13) sorted by relevance

/external/elfutils/libdw/
Ddwarf_nextcu.c138 Dwarf_Off type_offset; in dwarf_next_unit() local
140 &type_offset, sec_idx, 0)) in dwarf_next_unit()
144 if (unlikely (type_offset < (size_t) (bytes - (data + off)))) in dwarf_next_unit()
149 *type_offsetp = type_offset; in dwarf_next_unit()
Dlibdw_findcu.c78 Dwarf_Off type_offset = 0; in __libdw_intern_next_unit() local
84 debug_types ? &type_offset : NULL) != 0) in __libdw_intern_next_unit()
111 newp->type_offset = type_offset; in __libdw_intern_next_unit()
Ddwarf_getlocation_die.c71 attr->cu->type_offset != 0) == NULL) in dwarf_getlocation_die()
Ddwarf_cu_die.c59 *type_offsetp = cu->type_offset; in dwarf_cu_die()
Ddwarf_getlocation_implicit_pointer.c66 attr->cu->type_offset != 0) == NULL) in dwarf_getlocation_implicit_pointer()
DlibdwP.h296 size_t type_offset; member
344 (fromcu)->type_offset != 0)) \
716 return cu->type_offset == 0 ? IDX_debug_info : IDX_debug_types; in cu_sec_idx()
Ddwarf_formref_die.c96 offset = cu->start + cu->type_offset; in dwarf_formref_die()
DChangeLog290 * dwarf_formref_die.c (dwarf_formref_die): Offset is cu->type_offset
1187 * libdwP.h (struct Dwarf_CU): Add new members type_offset, type_sig8.
/external/llvm/test/tools/llvm-dwp/X86/
Dtype_dedup.test22 CHECK: 0x0000 addr_size = 0x08 type_signature = [[COMMONSIG:0x[0-9a-f]*]] type_offset = 0x[…
28 CHECK: 0x0000 addr_size = 0x08 type_signature = [[ASIG:0x[0-9a-f]*]] type_offset = 0x[[AOFF…
34 CHECK: 0x{{.*}} addr_size = 0x08 type_signature = [[BSIG:0x[0-9a-f]*]] type_offset = 0x[[BO…
Dsimple.test61 TYPES: 0x[[AAOFF]] addr_size = 0x08 type_signature = [[FOOSIG]] type_offset = 0x[[FOOOFF:.*…
67 TYPES: 0x[[BAOFF]] addr_size = 0x08 type_signature = [[BARSIG]] type_offset = 0x001e (next …
/external/llvm/test/DebugInfo/
Ddwarfdump-type-units.test12 FOO: 0x00000000: Type Unit: {{.*}} type_signature = [[FOO_SIG]] type_offset = 0x[[FOO_OFF:[0-9a-f]*…
25 BAR: 0x00000000: Type Unit: {{.*}} type_signature = [[BAR_SIG]] type_offset = 0x[[BAR_OFF:[0-9a-f]*…
/external/valgrind/coregrind/m_debuginfo/
Dreadpdb.c381 unsigned long type_offset; member
1158 types->type_offset = sizeof(PDB_TYPES_OLD); in pdb_convert_types_header()
Dreaddwarf3.c479 ULong type_offset; member
1050 cc->type_offset = get_Dwarfish_UWord( c, cc->is_dw64 ); in parse_CU_Header()
4585 cook_die( &cc, cc.type_offset )); in new_dwarf3_reader_wrk()