Searched refs:_startOfLoadCommands (Results 1 – 1 of 1) sorted by relevance
193 uint32_t _startOfLoadCommands; member in lld::mach_o::normalized::MachOFileLayout261 _startOfLoadCommands = _is64 ? sizeof(mach_header_64) : sizeof(mach_header); in MachOFileLayout()267 _endOfLoadCommands = _startOfLoadCommands in MachOFileLayout()319 << " startOfLoadCommands=" << _startOfLoadCommands << "\n" in MachOFileLayout()330 _endOfLoadCommands = _startOfLoadCommands in MachOFileLayout()360 << " startOfLoadCommands=" << _startOfLoadCommands << "\n" in MachOFileLayout()598 mh->sizeofcmds = _endOfLoadCommands - _startOfLoadCommands; in writeMachHeader()772 uint8_t *lc = &_buffer[_startOfLoadCommands]; in writeLoadCommands()