HomeSort by relevance Sort by last modified time
    Searched full:type_offset (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/test/DebugInfo/
dwarfdump-type-units.test 12 FOO: 0x00000000: Type Unit: {{.*}} type_signature = [[FOO_SIG]] type_offset = 0x[[FOO_OFF:[0-9a-f]*]] (next unit at
25 BAR: 0x00000000: Type Unit: {{.*}} type_signature = [[BAR_SIG]] type_offset = 0x[[BAR_OFF:[0-9a-f]*]] (next unit at
  /external/elfutils/src/libdw/
dwarf_nextcu.c 145 Dwarf_Off type_offset; local
147 &type_offset, sec_idx, 0))
150 /* Validate that the TYPE_OFFSET points past the header. */
151 if (unlikely (type_offset < (size_t) (bytes - (data + off))))
156 *type_offsetp = type_offset;
libdw_findcu.c 80 Dwarf_Off type_offset = 0; local
86 debug_types ? &type_offset : NULL) != 0)
113 newp->type_offset = type_offset;
dwarf_cu_die.c 65 *type_offsetp = cu->type_offset;
dwarf_getlocation_die.c 73 attr->cu->type_offset != 0) == NULL)
dwarf_getlocation_implicit_pointer.c 68 attr->cu->type_offset != 0) == NULL)
dwarf_formref_die.c 98 offset = cu->type_offset;
libdwP.h 299 size_t type_offset; member in struct:Dwarf_CU
347 (fromcu)->type_offset != 0)) \
724 return cu->type_offset == 0 ? IDX_debug_info : IDX_debug_types;
libdw.h 374 also provided, otherwise type_offset will be set to zero. See also
    [all...]
ChangeLog 877 * libdwP.h (struct Dwarf_CU): Add new members type_offset, type_sig8.
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 212 static const uint32_t TYPE_OFFSET = 7;
213 static const uint32_t TYPE_MASK = 0xF << TYPE_OFFSET;
244 static const uint32_t object_flag = Object << TYPE_OFFSET;
245 static const uint32_t function_flag = Function << TYPE_OFFSET;
246 static const uint32_t section_flag = Section << TYPE_OFFSET;
247 static const uint32_t file_flag = File << TYPE_OFFSET;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
FieldIdItem.java 45 public static final int TYPE_OFFSET = 2;
75 int typeIndex = dexFile.readUshort(fieldOffset + TYPE_OFFSET);
MapItem.java 44 public static final int TYPE_OFFSET = 0;
57 return dexFile.readUshort(offset + TYPE_OFFSET);
  /external/llvm/lib/DebugInfo/DWARF/
DWARFTypeUnit.cpp 32 << " type_offset = " << format("0x%04x", TypeOffset)
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/reference/
DexBackedFieldReference.java 64 return dexFile.getType(dexFile.readUshort(fieldIdItemOffset + FieldIdItem.TYPE_OFFSET));
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 93 m_BitField |= ((pType << TYPE_OFFSET) & TYPE_MASK);
187 return (m_BitField & TYPE_MASK) >> TYPE_OFFSET;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DexBackedField.java 102 return dexFile.getType(dexFile.readUshort(getFieldIdItemOffset() + FieldIdItem.TYPE_OFFSET));
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 319 /// The TYPE_OFFSET constant describes the record that occurs
327 /// TYPE_OFFSET block to determine the offset of that type's
329 TYPE_OFFSET = 1,
    [all...]
  /external/linux-tools-perf/src/tools/lib/traceevent/
event-parse.h 423 int type_offset; member in struct:pevent
event-parse.c     [all...]
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 381 unsigned long type_offset; member in struct:_PDB_TYPES
    [all...]
readdwarf3.c 479 ULong type_offset; member in struct:__anon20241
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 887 RECORD(TYPE_OFFSET);
    [all...]
ASTReader.cpp     [all...]
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 2850 milliseconds

1 2