Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DMachODumper.cpp299 uint32_t NumRelocationTableEntries; member
351 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
363 Section.NumRelocationTableEntries = Sect.nreloc; in getSection()
492 W.printNumber("RelocationCount", MOSection.NumRelocationTableEntries); in printSectionHeaders()