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