Searched refs:LoadCommandCount (Results 1 – 2 of 2) sorted by relevance
38 uint32_t LoadCommandCount = MachOObj->getHeader().NumLoadCommands; in MachOObjectFile() local39 while (DRI.d.a < LoadCommandCount) { in MachOObjectFile()59 uint32_t LoadCommandCount = MachOObj->getHeader().NumLoadCommands; in moveToNextSymbol() local60 while (DRI.d.a < LoadCommandCount) { in moveToNextSymbol()280 uint32_t LoadCommandCount = MachOObj->getHeader().NumLoadCommands; in moveToNextSection() local281 while (DRI.d.a < LoadCommandCount) { in moveToNextSection()
287 uint32_t LoadCommandCount = getHeader().ncmds; in MachOObjectFile() local288 if (LoadCommandCount == 0) in MachOObjectFile()299 for (unsigned I = 0; I < LoadCommandCount; ++I) { in MachOObjectFile()379 if (I < LoadCommandCount - 1) { in MachOObjectFile()437 assert(LoadCommands.size() == LoadCommandCount); in MachOObjectFile()