Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp195 uint32_t _endOfLoadCommands; member in lld::mach_o::normalized::MachOFileLayout
251 return _endOfLoadCommands; in headerAndLoadCommandsSize()
267 _endOfLoadCommands = _startOfLoadCommands in MachOFileLayout()
273 _endOfLoadCommands += sizeof(version_min_command); in MachOFileLayout()
277 _endOfLoadCommands += sizeof(linkedit_data_command); in MachOFileLayout()
281 _endOfLoadCommands += sizeof(linkedit_data_command); in MachOFileLayout()
285 _startOfSectionsContent = _endOfLoadCommands; in MachOFileLayout()
330 _endOfLoadCommands = _startOfLoadCommands in MachOFileLayout()
631 seg->fileoff = _endOfLoadCommands; in writeSingleSegmentLoadCommand()
1016 assert(lc == &_buffer[_endOfLoadCommands]); in writeLoadCommands()
[all …]