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

/xnu-2782.1.97/SETUP/setsegname/
H A Dsetsegname.c30 #include <mach-o/swap.h>
127 boolean_t swap = false; local
174 swap = true;
182 swap = true;
196 if (swap) {
201 if (swap) {
228 if (swap)
232 if (swap) {
249 if (swap) {
/xnu-2782.1.97/libkern/kxld/
H A Dkxld_util.c42 #include <mach-o/swap.h>
287 boolean_t swap = FALSE; local
302 swap = TRUE;
324 /* Validate and potentially swap the load commands */
333 if (swap) {
346 /* Get and swap the segment header */
349 if (swap) swap_segment_command(seg_hdr, host_order);
352 /* Get and swap the section headers */
355 if (swap) swap_section(sects, seg_hdr->nsects, host_order);
387 if (swap) {
458 boolean_t swap = FALSE; local
[all...]
H A Dkxld_reloc.h57 kxld_addr_t target, kxld_addr_t pair_target, boolean_t swap);
71 boolean_t swap; member in struct:kxld_relocator
92 cpu_type_t cputype, cpu_subtype_t cpusubtype, boolean_t swap)
H A Dkxld_reloc.c123 kxld_addr_t pair_target, boolean_t swap);
136 kxld_addr_t pair_target, boolean_t swap);
151 kxld_addr_t pair_target, boolean_t swap);
164 kxld_addr_t pair_target, boolean_t swap);
206 cpu_subtype_t cpusubtype __unused, boolean_t swap)
269 relocator->swap = swap;
664 if (relocator->swap) {
686 if (relocator->swap) {
755 pair_target, relocator->swap);
204 kxld_relocator_init(KXLDRelocator *relocator, u_char *file, const KXLDSymtab *symtab, const KXLDArray *sectarray, cpu_type_t cputype, cpu_subtype_t cpusubtype __unused, boolean_t swap) argument
1597 arm64_process_reloc(const KXLDRelocator *relocator __unused, u_char *instruction, u_int length, u_int pcrel, kxld_addr_t _base_pc __unused, kxld_addr_t _link_pc, kxld_addr_t _link_disp __unused, u_int _type, kxld_addr_t _target, kxld_addr_t _pair_target __unused, boolean_t swap) argument
[all...]
H A Dkxld_sect.h172 boolean_t swap)
H A Dkxld_sect.c563 boolean_t swap __unused)
587 if (swap) *entry = OSSwapInt64(*entry);
H A Dkxld_object.c45 #include <mach-o/swap.h>
427 boolean_t swap = FALSE; local
444 /* The fat header is always big endian, so swap if necessary */
447 swap = TRUE;
459 if (swap) {
H A Dkxld_kext.c47 #include <mach-o/swap.h>
/xnu-2782.1.97/bsd/kern/
H A Dqsort.c104 #define swap(a, b) \ macro
136 swap(pl, pl - es);
151 swap(a, pm);
159 swap(pa, pb);
167 swap(pc, pd);
174 swap(pb, pc);
183 swap(pl, pl - es);
H A Duipc_mbuf.c6871 struct mtrace *swap; local
6887 swap = mleak_top_trace[k-1];
6889 mleak_top_trace[k] = swap;
6906 swap = mleak_top_trace[k-1];
6908 mleak_top_trace[k] = swap;
/xnu-2782.1.97/SETUP/kextsymboltool/
H A Dkextsymboltool.c37 #include <mach-o/swap.h>

Completed in 62 milliseconds