Searched refs:_endOfLoadCommands (Results 1 – 1 of 1) sorted by relevance
195 uint32_t _endOfLoadCommands; member in lld::mach_o::normalized::MachOFileLayout250 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 …]