Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp284 unsigned relocCount = 0; in MachOFileLayout() local
294 relocCount += sect.relocations.size(); in MachOFileLayout()
304 _startOfFunctionStarts = _startOfRelocations + relocCount * 8; in MachOFileLayout()