Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DInputFiles.cpp409 uint64_t frameOff = off; in splitEhFrames() local
413 uint64_t fullLength = length + (off - frameOff); in splitEhFrames()
424 {frameOff, make<ConcatInputSection>(ehFrameSection, in splitEhFrames()
425 data.slice(frameOff, fullLength), in splitEhFrames()