Searched defs:RelocationTableOffset (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp149 uint32_t RelocationTableOffset; member in struct:__anon21761::MachOSection
174 Section.RelocationTableOffset = Sect.RelocationTableOffset;
186 Section.RelocationTableOffset = Sect.RelocationTableOffset;
254 W.printHex ("RelocationOffset", Section.RelocationTableOffset);
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp74 uint32_t Align, uint32_t RelocationTableOffset,
87 outs() << " ('reloc_offset', " << RelocationTableOffset << ")\n";
141 Sect.RelocationTableOffset,
166 Sect.RelocationTableOffset,
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
/external/llvm/include/llvm/Object/
H A DMachOFormat.h281 uint32_t RelocationTableOffset; member in struct:llvm::object::macho::Section
294 uint32_t RelocationTableOffset; member in struct:llvm::object::macho::Section64

Completed in 51 milliseconds