Searched refs:first_lc (Results 1 – 1 of 1) sorted by relevance
337 static void FindUUID(const load_command *first_lc, u8 *uuid_output) { in FindUUID() argument338 for (const load_command *lc = first_lc; lc->cmd != 0; lc = NextCommand(lc)) { in FindUUID()348 static bool IsModuleInstrumented(const load_command *first_lc) { in IsModuleInstrumented() argument349 for (const load_command *lc = first_lc; lc->cmd != 0; lc = NextCommand(lc)) { in IsModuleInstrumented()