Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp264 uint32_t NumRelocationTableEntries; member
316 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
328 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
460 W.printNumber("RelocationCount", MOSection.NumRelocationTableEntries); in printSectionHeaders()