Home
last modified time | relevance | path

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

/external/llvm/tools/macho-dump/
Dmacho-dump.cpp72 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/
DMachOObject.cpp292 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()
DMachOObjectFile.cpp729 relOffset = Sect->RelocationTableOffset; in getRelocation()
733 relOffset = Sect->RelocationTableOffset; in getRelocation()
/external/llvm/include/llvm/Object/
DMachOFormat.h263 uint32_t RelocationTableOffset; member
276 uint32_t RelocationTableOffset; member
DMachOObject.h172 uint64_t RelocationTableOffset, unsigned Index,