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

/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp143 uint32_t NumRelocationTableEntries; member in struct:__anon26414::MachOSection
168 Section.NumRelocationTableEntries = Sect.nreloc;
180 Section.NumRelocationTableEntries = Sect.nreloc;
243 W.printNumber("RelocationCount", MOSection.NumRelocationTableEntries);
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp75 uint32_t NumRelocationTableEntries,
88 outs() << " ('num_reloc', " << NumRelocationTableEntries << ")\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 191 milliseconds