Searched refs:first_lc (Results 1 – 1 of 1) sorted by relevance
343 static void FindUUID(const load_command *first_lc, const mach_header *hdr, in FindUUID() argument346 for (const load_command *lc = first_lc; curcmd < hdr->ncmds; in FindUUID()361 static bool IsModuleInstrumented(const load_command *first_lc, in IsModuleInstrumented() argument364 for (const load_command *lc = first_lc; curcmd < hdr->ncmds; in IsModuleInstrumented()