Searched refs:type_offset (Results 1 – 14 of 14) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_nextcu.c | 138 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()
|
D | libdw_findcu.c | 78 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()
|
D | dwarf_getlocation_die.c | 71 attr->cu->type_offset != 0) == NULL) in dwarf_getlocation_die()
|
D | dwarf_cu_die.c | 59 *type_offsetp = cu->type_offset; in dwarf_cu_die()
|
D | dwarf_getlocation_implicit_pointer.c | 66 attr->cu->type_offset != 0) == NULL) in dwarf_getlocation_implicit_pointer()
|
D | libdwP.h | 296 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()
|
D | dwarf_formref_die.c | 96 offset = cu->start + cu->type_offset; in dwarf_formref_die()
|
D | ChangeLog | 290 * 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/ |
D | type_dedup.test | 19 CHECK: 0x0000 addr_size = 0x08 type_signature = [[COMMONSIG:0x[0-9a-f]*]] type_offset = 0x[… 25 CHECK: 0x0000 addr_size = 0x08 type_signature = [[ASIG:0x[0-9a-f]*]] type_offset = 0x[[AOFF… 31 CHECK: 0x{{.*}} addr_size = 0x08 type_signature = [[BSIG:0x[0-9a-f]*]] type_offset = 0x[[BO…
|
D | simple.test | 61 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/ |
D | dwarfdump-type-units.test | 12 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/dbus/dbus/ |
D | dbus-marshal-recursive-util.c | 1079 int type_offset; member 1390 nid->type_offset, '\0')) in run_test_nodes_iteration() 1403 &nid->block->signature, nid->type_offset)) in run_test_nodes_iteration() 1407 _dbus_string_get_const_data_len (&nid->block->signature, nid->type_offset, 0), in run_test_nodes_iteration() 1408 nid->type_offset); in run_test_nodes_iteration() 1476 nid.type_offset = initial_offset; in run_test_nodes_in_one_configuration()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readpdb.c | 381 unsigned long type_offset; member 1158 types->type_offset = sizeof(PDB_TYPES_OLD); in pdb_convert_types_header()
|
D | readdwarf3.c | 479 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()
|