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

/external/swiftshader/third_party/LLVM/tools/macho-dump/
H A Dmacho-dump.cpp73 uint32_t NumRelocationTableEntries,
86 outs() << " ('num_reloc', " << NumRelocationTableEntries << ")\n";
97 for (unsigned i = 0; i != NumRelocationTableEntries; ++i) {
154 Sect->NumRelocationTableEntries, Sect->Flags,
190 Sect->NumRelocationTableEntries, Sect->Flags,
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/tools/llvm-readobj/
H A DMachODumper.cpp262 uint32_t NumRelocationTableEntries; member in struct:__anon14886::MachOSection
314 Section.NumRelocationTableEntries = Sect.nreloc;
326 Section.NumRelocationTableEntries = Sect.nreloc;
460 W.printNumber("RelocationCount", MOSection.NumRelocationTableEntries);
/external/swiftshader/third_party/LLVM/include/llvm/Object/
H A DMachOFormat.h243 uint32_t NumRelocationTableEntries; member in struct:llvm::object::macho::Section
256 uint32_t NumRelocationTableEntries; member in struct:llvm::object::macho::Section64

Completed in 137 milliseconds