Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DMachODumper.cpp300 uint32_t NumRelocationTableEntries; member
352 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
364 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
493 W.printNumber("RelocationCount", MOSection.NumRelocationTableEntries); in printSectionHeaders()