Searched refs:RelocationTableOffset (Results 1 – 5 of 5) sorted by relevance
/external/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/llvm/lib/Object/ |
D | MachOObject.cpp | 292 SwapValue(Value.RelocationTableOffset); in SwapStruct() 314 SwapValue(Value.RelocationTableOffset); in SwapStruct() 336 void MachOObject::ReadRelocationEntry(uint64_t RelocationTableOffset, in ReadRelocationEntry() argument 339 uint64_t Offset = (RelocationTableOffset + in ReadRelocationEntry()
|
D | MachOObjectFile.cpp | 729 relOffset = Sect->RelocationTableOffset; in getRelocation() 733 relOffset = Sect->RelocationTableOffset; in getRelocation()
|
/external/llvm/include/llvm/Object/ |
D | MachOFormat.h | 263 uint32_t RelocationTableOffset; member 276 uint32_t RelocationTableOffset; member
|
D | MachOObject.h | 172 uint64_t RelocationTableOffset, unsigned Index,
|