Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp195 uint32_t _endOfLoadCommands; member in lld::mach_o::normalized::MachOFileLayout
250 return _endOfLoadCommands; in headerAndLoadCommandsSize()
265 _endOfLoadCommands = _startOfLoadCommands in MachOFileLayout()
271 _endOfLoadCommands += sizeof(version_min_command); in MachOFileLayout()
275 _endOfLoadCommands += sizeof(linkedit_data_command); in MachOFileLayout()
279 _endOfLoadCommands += sizeof(linkedit_data_command); in MachOFileLayout()
283 _startOfSectionsContent = _endOfLoadCommands; in MachOFileLayout()
319 << " endOfLoadCommands=" << _endOfLoadCommands << "\n" in MachOFileLayout()
328 _endOfLoadCommands = _startOfLoadCommands in MachOFileLayout()
359 << " endOfLoadCommands=" << _endOfLoadCommands << "\n" in MachOFileLayout()
[all …]