Searched refs:NextCommand (Results 1 – 1 of 1) sorted by relevance
331 static const load_command *NextCommand(const load_command *lc) { in NextCommand() function336 for (const load_command *lc = first_lc; lc->cmd != 0; lc = NextCommand(lc)) { in FindUUID()347 for (const load_command *lc = first_lc; lc->cmd != 0; lc = NextCommand(lc)) { in IsModuleInstrumented()