Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp343 static void FindUUID(const load_command *first_lc, const mach_header *hdr, in FindUUID() argument
346 for (const load_command *lc = first_lc; curcmd < hdr->ncmds; in FindUUID()
361 static bool IsModuleInstrumented(const load_command *first_lc, in IsModuleInstrumented() argument
364 for (const load_command *lc = first_lc; curcmd < hdr->ncmds; in IsModuleInstrumented()