Searched refs:RelocationTableOffset (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/LLVM/tools/macho-dump/ |
D | macho-dump.cpp | 72 uint32_t Align, uint32_t RelocationTableOffset, in DumpSectionData() argument 85 outs() << " ('reloc_offset', " << RelocationTableOffset << ")\n"; in DumpSectionData() 99 Obj.ReadRelocationEntry(RelocationTableOffset, i, RE); in DumpSectionData() 153 Sect->RelocationTableOffset, in DumpSegmentCommand() 189 Sect->RelocationTableOffset, in DumpSegment64Command()
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | MachOObject.cpp | 279 SwapValue(Value.RelocationTableOffset); in SwapStruct() 301 SwapValue(Value.RelocationTableOffset); in SwapStruct() 323 void MachOObject::ReadRelocationEntry(uint64_t RelocationTableOffset, in ReadRelocationEntry() argument 326 uint64_t Offset = (RelocationTableOffset + in ReadRelocationEntry()
|
D | MachOObjectFile.cpp | 530 relOffset = Sect->RelocationTableOffset; in getRelocation() 534 relOffset = Sect->RelocationTableOffset; in getRelocation()
|
/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
D | MachOFormat.h | 242 uint32_t RelocationTableOffset; member 255 uint32_t RelocationTableOffset; member
|
D | MachOObject.h | 169 uint64_t RelocationTableOffset, unsigned Index,
|
/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 261 uint32_t RelocationTableOffset; member 313 Section.RelocationTableOffset = Sect.reloff; in getSection() 325 Section.RelocationTableOffset = Sect.reloff; in getSection() 459 W.printHex("RelocationOffset", MOSection.RelocationTableOffset); in printSections()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 263 uint32_t RelocationTableOffset; member 315 Section.RelocationTableOffset = Sect.reloff; in getSection() 327 Section.RelocationTableOffset = Sect.reloff; in getSection() 461 W.printHex("RelocationOffset", MOSection.RelocationTableOffset); in printSections()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 217 Obj->ReadRelocationEntry(Sect->RelocationTableOffset, j, RE); in loadSegment32() 354 Obj->ReadRelocationEntry(Sect->RelocationTableOffset, j, RE); in loadSegment64()
|
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/ |
D | MachODump.cpp | 112 S.RelocTableOffset = Sect->RelocationTableOffset; in copySection()
|