Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttcpal.c129 FT_ULong type_offset, label_offset, entry_label_offset; in tt_face_load_cpal() local
142 type_offset = FT_NEXT_ULONG( p ); in tt_face_load_cpal()
146 if ( type_offset ) in tt_face_load_cpal()
148 if ( type_offset >= table_size ) in tt_face_load_cpal()
151 table_size - type_offset ) in tt_face_load_cpal()
157 p = table + type_offset; in tt_face_load_cpal()
/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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwp/X86/
Dtype_dedup.test22 …size = 0x08 name = 'common' type_signature = [[COMMONSIG:0x[0-9a-f]*]] type_offset = 0x[[COMMONOFF…
28 …r_size = 0x08 name = 'adistinct' type_signature = [[ASIG:0x[0-9a-f]*]] type_offset = 0x[[AOFF:.*]]…
34 …r_size = 0x08 name = 'bdistinct' type_signature = [[BSIG:0x[0-9a-f]*]] type_offset = 0x[[BOFF:.*]]…
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/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/
Ddwarfdump-type-units.test23 LONG-SAME: type_offset = 0x[[BAR_OFF:[0-9a-f]*]] (next unit at
32 LONG-SAME: type_offset = 0x[[FOO_OFF:[0-9a-f]*]] (next unit at
Dtypeunit-header.test13 … 0x0000 addr_size = 0x08 name = '' type_signature = 0x0011223344556677 type_offset = 0x0019 (next …
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/Inputs/
Dtypeunit-header.s3 # type_offset field.
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Inputs/
Dtypeunit-header.s3 # type_offset field.
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddwarfdump-header.s177 …_size = 0x08 name = 'V4_type_unit' type_signature = 0x0011223344556677 type_offset = 0x001c (next …
205 …= 0x08 name = 'V5_split_type_unit' type_signature = 0x8899aabbccddeeff type_offset = 0x001d (next …
/external/elfutils/libdw/
DChangeLog627 instead of checking type_offset by hand.
633 * libdwP.h (struct Dwarf_CU): Renamed type_offset to subdie_offset
1184 * dwarf_formref_die.c (dwarf_formref_die): Offset is cu->type_offset
2081 * libdwP.h (struct Dwarf_CU): Add new members type_offset, type_sig8.