Home
last modified time | relevance | path

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

/xnu-11215.41.3/bsd/kern/
H A Dmach_loader.c783 struct dylinker_command *dlp = 0; in parse_machfile() local
1266 if ((depth == 1) && (dlp == 0)) { in parse_machfile()
1267 dlp = (struct dylinker_command *)lcp; in parse_machfile()
1468 if (result->needs_dynlinker && !dlp) { in parse_machfile()
1472 if ((ret == LOAD_SUCCESS) && (dlp != 0)) { in parse_machfile()
1477 ret = load_dylinker(dlp, header->cputype, map, thread, depth, in parse_machfile()
1492 if (dlp != 0) { in parse_machfile()