| /xnu-11215/osfmk/kern/ |
| H A D | kcdata.h | 748 } __attribute__((packed)); 779 } __attribute__((packed)); 802 } __attribute__((packed)); 828 } __attribute__((packed)); 834 } __attribute__((packed)); 857 } __attribute__((packed)); 864 } __attribute__((packed)); 878 } __attribute__((packed)); 883 } __attribute__((packed)); 890 } __attribute__((packed)); [all …]
|
| H A D | debug.h | 100 } __attribute__((packed)); 160 } __attribute__ ((packed)); 171 } __attribute__ ((packed)); 390 } __attribute__((packed)); 399 } __attribute__((packed)); 440 } __attribute__((packed)); 455 } __attribute__((packed)); 469 } __attribute__((packed));
|
| H A D | socd_client.h | 130 } __attribute__((packed)) socd_client_hdr_t; 141 } __attribute ((packed)) socd_client_trace_entry_t;
|
| /xnu-11215/libkdd/ |
| H A D | kcdata.h | 748 } __attribute__((packed)); 779 } __attribute__((packed)); 802 } __attribute__((packed)); 828 } __attribute__((packed)); 834 } __attribute__((packed)); 857 } __attribute__((packed)); 864 } __attribute__((packed)); 878 } __attribute__((packed)); 883 } __attribute__((packed)); 890 } __attribute__((packed)); [all …]
|
| /xnu-11215/osfmk/mach/i386/ |
| H A D | fp_reg.h | 98 }__attribute__ ((packed)); 106 typedef struct { uint64_t lo64, hi64; }__attribute__ ((packed)) reg128_t; 107 typedef struct { reg128_t lo128, hi128; }__attribute__ ((packed)) reg256_t; 108 typedef struct { reg256_t lo256, hi256; }__attribute__ ((packed)) reg512_t; 115 }__attribute__ ((packed)); 130 }__attribute__ ((packed));
|
| /xnu-11215/tests/intrusive_shared_ptr_src/ |
| H A D | abi.size_alignment.cpp | 81 struct __attribute__((packed)) FooShared { 88 struct __attribute__((packed)) FooRaw { 105 int i __attribute__((packed)); 112 int i __attribute__((packed)); 124 test_shared_ptr<int> ptr __attribute__((packed)); 131 int* ptr __attribute__((packed));
|
| /xnu-11215/osfmk/kdp/ |
| H A D | core_notes.h | 45 } __attribute__((packed)) main_bin_spec_note_t; 73 } __attribute__((packed)) load_binary_spec_note_t; 86 } __attribute__((packed)) addrable_bits_note_t; 95 } __attribute__((packed)) panic_context_note_t;
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_compressor_info.h | 44 } __attribute__((packed)); 64 } __attribute__((packed)); 75 } __attribute__((packed)); 88 } __attribute__((packed));
|
| /xnu-11215/bsd/conf/ |
| H A D | Makefile.template | 100 ah_core.o_CWARNFLAGS_ADD += -Wno-address-of-packed-member 102 dlil.o_CWARNFLAGS_ADD += -Wno-address-of-packed-member 105 frag6.o_CWARNFLAGS_ADD += -Wno-address-of-packed-member 106 icmp6.o_CWARNFLAGS_ADD += -Wno-address-of-packed-member 110 if_stf.o_CWARNFLAGS_ADD += -Wno-address-of-packed-member 116 ipsec.o_CWARNFLAGS_ADD += -Wno-address-of-packed-member 117 iptap.o_CWARNFLAGS_ADD += -Wno-address-of-packed-member 118 mld6.o_CWARNFLAGS_ADD += -Wno-address-of-packed-member 120 nd6.o_CWARNFLAGS_ADD += -Wno-address-of-packed-member 124 necp.o_CWARNFLAGS_ADD += -Wno-address-of-packed-member [all …]
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOReportTypes.h | 92 } __attribute((packed)) IOSimpleReportValues; 97 } __attribute((packed)) IOSimpleArrayReportValues; 105 } __attribute((packed)) IOStateReportValues; 113 } __attribute((packed)) IOHistogramReportValues; 147 } __attribute((packed)) IOReportChannelType; 193 } __attribute((packed)) IOReportElementValues; 201 } __attribute((packed)) IOReportElement;
|
| H A D | IOKernelReportStructs.h | 80 } __attribute((packed)) IOHistogramSegmentConfig; 88 } __attribute((packed)) IONormDistReportValues;
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOReportTypes.h | 92 } __attribute((packed)) IOSimpleReportValues; 97 } __attribute((packed)) IOSimpleArrayReportValues; 105 } __attribute((packed)) IOStateReportValues; 113 } __attribute((packed)) IOHistogramReportValues; 147 } __attribute((packed)) IOReportChannelType; 193 } __attribute((packed)) IOReportElementValues; 201 } __attribute((packed)) IOReportElement;
|
| H A D | IOHibernatePrivate.h | 228 uint64_t runtimeVirtualPages __attribute__ ((packed)); 233 uint64_t encryptStart __attribute__ ((packed)); 234 uint64_t machineSignature __attribute__ ((packed)); 248 uint64_t sleepTime __attribute__ ((packed)); 253 uint64_t lastHibAbsTime __attribute__ ((packed)); 257 } __attribute__ ((packed)); 258 uint64_t kernVirtSlide __attribute__ ((packed)); 267 …uint64_t kernelSlide __attribute__ ((packed)); // gVirtBase - gPhysBase (a different kind … 280 uint64_t encryptEnd __attribute__ ((packed)); 281 uint64_t deviceBase __attribute__ ((packed));
|
| H A D | IOKernelReportStructs.h | 80 } __attribute((packed)) IOHistogramSegmentConfig; 88 } __attribute((packed)) IONormDistReportValues;
|
| H A D | OSMessageNotification.h | 146 void * args[] __attribute__ ((packed)); 148 void * args[0] __attribute__ ((packed));
|
| /xnu-11215/libkern/os/ |
| H A D | trace.h | 77 const struct __attribute__((packed)) { \ 96 const struct __attribute__((packed)) { \ 118 const struct __attribute__((packed)) { \ 143 const struct __attribute__((packed)) { \ 171 const struct __attribute__((packed)) { \ 202 const struct __attribute__((packed)) { \ 236 const struct __attribute__((packed)) { \ 272 const struct __attribute__((packed)) { \ 291 const struct __attribute__((packed)) { \ 313 const struct __attribute__((packed)) { \ [all …]
|
| H A D | ptrtools.h | 37 #define __os_unaligned_type(p) struct { __typeof__(*(p)) val; } __attribute__((packed)) *
|
| /xnu-11215/bsd/kern/ |
| H A D | chunklist.h | 27 } __attribute__((packed)); 32 } __attribute__((packed));
|
| /xnu-11215/osfmk/mach/ |
| H A D | vm_param.h | 601 vm_unpack_pointer(vm_offset_t packed, vm_packing_params_t params) in vm_unpack_pointer() argument 604 intptr_t addr = (intptr_t)packed; in vm_unpack_pointer() 609 if (packed) { in vm_unpack_pointer() 610 return vm_memtag_fixup_ptr((packed << params.vmpp_shift) + params.vmpp_base); in vm_unpack_pointer() 614 #define VM_UNPACK_POINTER(packed, ns) \ argument 615 vm_unpack_pointer(packed, VM_PACKING_PARAMS(ns))
|
| /xnu-11215/bsd/pthread/ |
| H A D | workqueue_syscalls.h | 88 } __attribute__((packed)); 119 } __attribute__((packed, aligned(4)));
|
| /xnu-11215/tools/lldbmacros/kmemory/ |
| H A D | kmem.py | 38 def unpack(self, packed): argument 49 if not packed: 53 addr = (packed << self.shift) + self.base 57 addr = c_int64(packed << (64 - bits)).value
|
| /xnu-11215/bsd/sys/ |
| H A D | decmpfs.h | 88 typedef struct __attribute__((packed)) { 114 typedef struct __attribute__((packed)) { 125 typedef struct __attribute__((packed)) {
|
| H A D | kdebug_common.h | 106 } __attribute__((aligned(MAX_CPU_CACHE_LINE_SIZE))) __attribute__((packed)); 154 } __attribute__((packed));
|
| H A D | preoslog.h | 52 typedef struct __attribute__((packed)) {
|
| /xnu-11215/bsd/sys/_types/ |
| H A D | _graftdmg_un.h | 53 } __attribute__((aligned(4), packed)) secure_boot_cryptex_args_t;
|