Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DMachODumper.cpp277 uint32_t NumRelocationTableEntries; member
302 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
314 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
417 W.printNumber("RelocationCount", MOSection.NumRelocationTableEntries); in printSections()
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp75 uint32_t NumRelocationTableEntries, in DumpSectionData() argument
88 outs() << " ('num_reloc', " << NumRelocationTableEntries << ")\n"; in DumpSectionData()