Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dmach_fat.c286 uint32_t j_begin = OSSwapBigToHostInt32(arches[j].offset); in fatfile_validate_fatarches() local
296 if ((UINT32_MAX - j_size) < j_begin) { in fatfile_validate_fatarches()
300 uint32_t j_end = j_begin + j_size; in fatfile_validate_fatarches()
302 if (i_begin <= j_begin) { in fatfile_validate_fatarches()
303 if (i_end <= j_begin) { in fatfile_validate_fatarches()