Home
last modified time | relevance | path

Searched refs:_countOfLoadCommands (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryWriter.cpp194 uint32_t _countOfLoadCommands; member in lld::mach_o::normalized::MachOFileLayout
271 _countOfLoadCommands = 2; in MachOFileLayout()
274 _countOfLoadCommands++; in MachOFileLayout()
278 _countOfLoadCommands++; in MachOFileLayout()
282 _countOfLoadCommands++; in MachOFileLayout()
320 << " countOfLoadCommands=" << _countOfLoadCommands << "\n" in MachOFileLayout()
331 + loadCommandsSize(_countOfLoadCommands, in MachOFileLayout()
361 << " countOfLoadCommands=" << _countOfLoadCommands << "\n" in MachOFileLayout()
597 mh->ncmds = _countOfLoadCommands; in writeMachHeader()