Home
last modified time | relevance | path

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

/xnu-8020.121.3/libkern/libkern/
H A DOSByteOrder.h68 #define OSSwapInt64(x) __DARWIN_OSSwapInt64(x) macro
213 #define OSSwapHostToLittleInt64(x) OSSwapInt64(x)
237 #define OSSwapLittleToHostInt64(x) OSSwapInt64(x)
275 #define OSSwapHostToBigInt64(x) OSSwapInt64(x)
299 #define OSSwapBigToHostInt64(x) OSSwapInt64(x)
/xnu-8020.121.3/EXTERNAL_HEADERS/architecture/
H A Dbyte_order.h72 return (unsigned long long)OSSwapInt64((uint64_t)inv); in NXSwapLongLong()
128 return (NXSwappedDouble)OSSwapInt64((uint64_t)x); in NXSwapDouble()
/xnu-8020.121.3/libkern/kxld/
H A Dkxld_reloc.c726 addr = OSSwapInt64(addr); in get_pointer_at_addr_64()
1472 instr64 = OSSwapInt64(instr64); in x86_64_process_reloc()
1504 instr64 = OSSwapInt64(instr64); in x86_64_process_reloc()
1753 instr64 = OSSwapInt64(instr64); in arm64_process_reloc()
1769 instr64 = OSSwapInt64(instr64); in arm64_process_reloc()
H A Dkxld_sect.c684 *entry = OSSwapInt64(*entry); in kxld_sect_populate_got()
H A Dkxld_object.c2681 kmod->address = OSSwapInt64(kmod->address);
2682 kmod->size = OSSwapInt64(kmod->size);
2683 kmod->hdr_size = OSSwapInt64(kmod->hdr_size);
/xnu-8020.121.3/bsd/skywalk/core/
H A Dskywalk_var.h105 #define bswap64(x) OSSwapInt64(x)