HomeSort by relevance Sort by last modified time
    Searched full:dwarf64 (Results 1 - 8 of 8) sorted by null

  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFFormValue.cpp 152 m_value.value.uval = data.GetU32(offset_ptr); // 4 for DWARF32, 8 for DWARF64, but we don't support DWARF64 yet
218 *offset_ptr += 4;// 4 for DWARF32, 8 for DWARF64, but we don't support DWARF64 yet
354 s.Address(uvalue, 4 * 2);// 4 for DWARF32, 8 for DWARF64, but we don't support DWARF64 yet
DWARFDebugInfoEntry.cpp 193 form_size = 4; // 4 bytes for DWARF 32, 8 bytes for DWARF 64, but we don't support DWARF64 yet
357 form_size = 4; // 4 bytes for DWARF 32, 8 bytes for DWARF 64, but we don't support DWARF64 yet
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfStringPool.cpp 68 unsigned size = 4; // FIXME: DWARF64 is 8.
  /external/llvm/lib/DebugInfo/
DWARFFormValue.cpp 25 // FIXME: Support DWARF64.
217 // FIXME: This is 64-bit for DWARF64.
349 // FIXME: 4 for DWARF32, 8 for DWARF64.
472 // Should be formatted to 64-bit for DWARF64.
DWARFUnit.h 84 // FIXME: Result should be uint64_t in DWARF64.
DWARFDebugFrame.cpp 321 // TODO: For honest DWARF64 support, DataExtractor will have to treat
DWARFUnit.cpp 44 // FIXME: string offset section entries are 8-byte for DWARF64.
  /external/elfutils/0.153/src/
readelf.c 4430 bool dwarf64:1; member in struct:listptr
    [all...]

Completed in 1111 milliseconds