Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryWriter.cpp196 uint32_t _startOfRelocations; member in lld::mach_o::normalized::MachOFileLayout
305 _startOfRelocations = pointerAlign(_endOfSectionsContent); in MachOFileLayout()
306 _startOfFunctionStarts = _startOfRelocations + relocCount * 8; in MachOFileLayout()
322 << " startOfRelocations=" << _startOfRelocations << "\n" in MachOFileLayout()
646 uint32_t relOffset = _startOfRelocations; in writeSingleSegmentLoadCommand()
1036 uint32_t relOffset = _startOfRelocations; in writeRelocations()