Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp286 uint32_t NumRelocationTableEntries; member
338 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
350 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
479 W.printNumber("RelocationCount", MOSection.NumRelocationTableEntries); in printSectionHeaders()