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

  /external/swiftshader/third_party/LLVM/tools/macho-dump/
macho-dump.cpp 72 uint32_t Align, uint32_t RelocationTableOffset,
85 outs() << " ('reloc_offset', " << RelocationTableOffset << ")\n";
99 Obj.ReadRelocationEntry(RelocationTableOffset, i, RE);
153 Sect->RelocationTableOffset,
189 Sect->RelocationTableOffset,
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
MachOObject.h 169 uint64_t RelocationTableOffset, unsigned Index,
MachOFormat.h 242 uint32_t RelocationTableOffset;
255 uint32_t RelocationTableOffset;
  /external/swiftshader/third_party/LLVM/lib/Object/
MachOObject.cpp 279 SwapValue(Value.RelocationTableOffset);
301 SwapValue(Value.RelocationTableOffset);
323 void MachOObject::ReadRelocationEntry(uint64_t RelocationTableOffset,
326 uint64_t Offset = (RelocationTableOffset +
MachOObjectFile.cpp 530 relOffset = Sect->RelocationTableOffset;
534 relOffset = Sect->RelocationTableOffset;
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 217 Obj->ReadRelocationEntry(Sect->RelocationTableOffset, j, RE);
354 Obj->ReadRelocationEntry(Sect->RelocationTableOffset, j, RE);
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 261 uint32_t RelocationTableOffset;
313 Section.RelocationTableOffset = Sect.reloff;
325 Section.RelocationTableOffset = Sect.reloff;
459 W.printHex("RelocationOffset", MOSection.RelocationTableOffset);
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
MachODump.cpp 112 S.RelocTableOffset = Sect->RelocationTableOffset;

Completed in 501 milliseconds