Lines Matching refs:_endOfLoadCommands
195 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()
321 << " endOfLoadCommands=" << _endOfLoadCommands << "\n" in MachOFileLayout()
330 _endOfLoadCommands = _startOfLoadCommands in MachOFileLayout()
362 << " endOfLoadCommands=" << _endOfLoadCommands << "\n" in MachOFileLayout()
598 mh->sizeofcmds = _endOfLoadCommands - _startOfLoadCommands; in writeMachHeader()
631 seg->fileoff = _endOfLoadCommands; in writeSingleSegmentLoadCommand()
1016 assert(lc == &_buffer[_endOfLoadCommands]); in writeLoadCommands()
1028 assert(offset >= _endOfLoadCommands); in writeSectionContent()