Home
last modified time | relevance | path

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

/xnu-12377.41.6/EXTERNAL_HEADERS/mach-o/
H A Dfat.h48 #define FAT_MAGIC 0xcafebabe macro
/xnu-12377.41.6/tests/
H A Dmacho_size_63133398.c3193 fat_header->magic = htonl(FAT_MAGIC);
/xnu-12377.41.6/bsd/kern/
H A Dmach_fat.c253 if (magic != FAT_MAGIC) { in fatfile_validate_fatarches()
H A Dmach_loader.c3967 } else if (OSSwapBigToHostInt32(header->fat_header.magic) == FAT_MAGIC) { in get_macho_vnode()
H A Dkern_exec.c789 if (OSSwapBigToHostInt32(fat_header->magic) != FAT_MAGIC) { in exec_fat_imgact()
/xnu-12377.41.6/libkern/kxld/
H A Dkxld_object.c508 if (fat->magic == FAT_MAGIC) { in get_macho_slice_for_arch()