Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dmach_loader.h122 #define LOAD_IOERROR 9 /* IO error */ macro
H A Dmach_loader.c905 return LOAD_IOERROR; in parse_machfile()
3207 ret = LOAD_IOERROR; in load_code_signature()
3506 error = LOAD_IOERROR; in get_macho_vnode()
3544 error = LOAD_IOERROR; in get_macho_vnode()
H A Dkern_exec.c6563 case LOAD_IOERROR: in load_return_to_errno()