Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp431 uint64_t frameOff = off; in splitEhFrames() local
435 uint64_t fullLength = length + (off - frameOff); in splitEhFrames()
446 {frameOff, make<ConcatInputSection>(ehFrameSection, in splitEhFrames()
447 data.slice(frameOff, fullLength), in splitEhFrames()