Searched refs:RelocationTableOffset (Results 1 - 5 of 5) sorted by relevance

/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp72 uint32_t Align, uint32_t RelocationTableOffset,
85 outs() << " ('reloc_offset', " << RelocationTableOffset << ")\n";
99 Obj.ReadRelocationEntry(RelocationTableOffset, i, RE);
153 Sect->RelocationTableOffset,
189 Sect->RelocationTableOffset,
69 DumpSectionData(MachOObject &Obj, unsigned Index, StringRef Name, StringRef SegmentName, uint64_t Address, uint64_t Size, uint32_t Offset, uint32_t Align, uint32_t RelocationTableOffset, uint32_t NumRelocationTableEntries, uint32_t Flags, uint32_t Reserved1, uint32_t Reserved2, uint64_t Reserved3 = ~0ULL) argument
/external/llvm/include/llvm/Object/
H A DMachOObject.h169 uint64_t RelocationTableOffset, unsigned Index,
H A DMachOFormat.h244 uint32_t RelocationTableOffset; member in struct:llvm::object::macho::Section
257 uint32_t RelocationTableOffset; member in struct:llvm::object::macho::Section64
/external/llvm/lib/Object/
H A DMachOObject.cpp280 SwapValue(Value.RelocationTableOffset);
302 SwapValue(Value.RelocationTableOffset);
324 void MachOObject::ReadRelocationEntry(uint64_t RelocationTableOffset, argument
327 uint64_t Offset = (RelocationTableOffset +
H A DMachOObjectFile.cpp688 relOffset = Sect->RelocationTableOffset;
692 relOffset = Sect->RelocationTableOffset;

Completed in 206 milliseconds