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

/darwin-on-arm/xnu/bsd/kern/
H A Dmach_loader.c471 struct dylinker_command *dlp = 0; local
676 if ((depth == 1) && (dlp == 0)) {
677 dlp = (struct dylinker_command *)lcp;
756 if (result->needs_dynlinker && !dlp) {
760 if ((ret == LOAD_SUCCESS) && (dlp != 0)) {
763 ret = load_dylinker(dlp, dlarchbits, map, thread, depth, aslr_offset, result);

Completed in 76 milliseconds