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

  /external/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/llvm/include/llvm/Object/
MachOObject.h 169 uint64_t RelocationTableOffset, unsigned Index,
MachOFormat.h 242 uint32_t RelocationTableOffset;
255 uint32_t RelocationTableOffset;
  /external/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 581 relOffset = Sect->RelocationTableOffset;
585 relOffset = Sect->RelocationTableOffset;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 217 Obj->ReadRelocationEntry(Sect->RelocationTableOffset, j, RE);
354 Obj->ReadRelocationEntry(Sect->RelocationTableOffset, j, RE);

Completed in 204 milliseconds