Searched refs:_startOfLoadCommands (Results 1 – 1 of 1) sorted by relevance
193 uint32_t _startOfLoadCommands; member in lld::mach_o::normalized::MachOFileLayout259 _startOfLoadCommands = _is64 ? sizeof(mach_header_64) : sizeof(mach_header); in MachOFileLayout()265 _endOfLoadCommands = _startOfLoadCommands in MachOFileLayout()317 << " startOfLoadCommands=" << _startOfLoadCommands << "\n" in MachOFileLayout()328 _endOfLoadCommands = _startOfLoadCommands in MachOFileLayout()357 << " startOfLoadCommands=" << _startOfLoadCommands << "\n" in MachOFileLayout()594 mh->sizeofcmds = _endOfLoadCommands - _startOfLoadCommands; in writeMachHeader()766 uint8_t *lc = &_buffer[_startOfLoadCommands]; in writeLoadCommands()