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

/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp142 uint32_t RelocationTableOffset; member in struct:__anon26414::MachOSection
167 Section.RelocationTableOffset = Sect.reloff;
179 Section.RelocationTableOffset = Sect.reloff;
242 W.printHex("RelocationOffset", MOSection.RelocationTableOffset);
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp74 uint32_t Align, uint32_t RelocationTableOffset,
87 outs() << " ('reloc_offset', " << RelocationTableOffset << ")\n";
70 DumpSectionData(const MachOObjectFile &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

Completed in 97 milliseconds