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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp289 uint32_t NumRelocationTableEntries; member in struct:__anon5864::MachOSection
341 Section.NumRelocationTableEntries = Sect.nreloc;
353 Section.NumRelocationTableEntries = Sect.nreloc;
482 W.printNumber("RelocationCount", MOSection.NumRelocationTableEntries);

Completed in 68 milliseconds