| /xnu-8796.141.3/tools/kt-dump/ |
| H A D | kt-dump.cpp | 45 find_arm64_slice(const std::span<uint8_t> &contents); 66 std::span<const T> contents; member 70 contents(reinterpret_cast<T *>( in macho_section() 197 for (auto &ktv : sec_types->contents) { in main() 217 const char *name = &sec_cstring->contents[name_off]; in main() 218 const char *signature = &sec_cstring->contents[sig_off]; in main() 269 find_arm64_slice(const std::span<uint8_t> &contents) in find_arm64_slice() argument 271 fat_header *fhdr = reinterpret_cast<fat_header *>(contents.data()); in find_arm64_slice() 273 reinterpret_cast<fat_arch *>(&contents[sizeof(fat_header)]), in find_arm64_slice() 280 contents.subspan(OSSwapInt32(arch.offset), OSSwapInt32(arch.size)); in find_arm64_slice()
|
| /xnu-8796.141.3/osfmk/vm/ |
| H A D | vm_dyld_pager.c | 272 vm_offset_t contents, in fixupPage64() argument 293 uint64_t *chain = (uint64_t *)(contents + firstStartOffset); in fixupPage64() 297 if ((uintptr_t)chain < contents || (uintptr_t)chain + sizeof(*chain) > end_contents) { in fixupPage64() 299 (long long)chain, (long long)contents, (long long)end_contents); in fixupPage64() 336 vm_offset_t contents, in fixupChain32() argument 346 if ((uintptr_t)chain < contents || (uintptr_t)chain + sizeof(*chain) > end_contents) { in fixupChain32() 348 (long long)chain, (long long)contents, (long long)end_contents); in fixupChain32() 385 vm_offset_t contents, in fixupPage32() argument 417 uint32_t *chain = (uint32_t *)(contents + startOffset); in fixupPage32() 418 fixupChain32(chain, contents, end_contents, link_info, segInfo, bindsArray); in fixupPage32() [all …]
|
| /xnu-8796.141.3/tools/tests/perf_index/PerfIndex_COPS_Module/ |
| H A D | Prefix.pch | 4 // The contents of this file are implicitly included at the beginning of every source file.
|
| /xnu-8796.141.3/osfmk/mach/ |
| H A D | vm_map.defs | 95 * Returns information about the contents of the virtual 185 * Returns the contents of the specified range of the 198 * List corrollary to vm_read, returns mapped contents of specified 207 * Writes the contents of the specified range of the 219 * Copy the contents of the source range of the virtual 235 * Returns the contents of the specified range of the
|
| H A D | mach_vm.defs | 206 * Returns the contents of the specified range of the 223 * List corrollary to vm_read, returns mapped contents of specified 236 * Writes the contents of the specified range of the 252 * Copy the contents of the source range of the virtual 272 * Returns the contents of the specified range of the 433 * Returns information about the contents of the virtual
|
| H A D | mach.modulemap | 170 // on the other platforms. Its actual contents are installed
|
| /xnu-8796.141.3/bsd/man/man2/ |
| H A D | getdirentriesattr.2 | 3 .\" The contents of this file constitute Original Code as defined in and 134 The initial contents of this buffer are ignored. 321 The following code lists the contents of a directory using
|
| /xnu-8796.141.3/libkern/libkern/ |
| H A D | version.h.template | 6 * The contents of this file constitute Original Code as defined in and
|
| /xnu-8796.141.3/libsyscall/mach/ |
| H A D | err_libkern.sub | 6 * The contents of this file constitute Original Code as defined in and
|
| H A D | err_iokit.sub | 6 * The contents of this file constitute Original Code as defined in and
|
| /xnu-8796.141.3/bsd/net/ |
| H A D | if_fake.c | 2113 fill_capab_interface_advisory(if_fake_ref fakeif, void *contents, uint32_t *len) in fill_capab_interface_advisory() argument 2115 struct kern_nexus_capab_interface_advisory *capab = contents; in fill_capab_interface_advisory() 2149 fill_capab_qset_extensions(if_fake_ref fakeif, void *contents, uint32_t *len) in fill_capab_qset_extensions() argument 2151 struct kern_nexus_capab_qset_extensions *capab = contents; in fill_capab_qset_extensions() 2167 kern_nexus_capab_t capab, void *contents, uint32_t *len) in feth_nx_capab_config() argument 2178 error = fill_capab_interface_advisory(fakeif, contents, len); in feth_nx_capab_config() 2181 error = fill_capab_qset_extensions(fakeif, contents, len); in feth_nx_capab_config()
|
| /xnu-8796.141.3/makedefs/ |
| H A D | MakeInc.cmd | 266 # replacecontents - Write contents to a file and update modtime *only* if 267 # contents differ
|
| /xnu-8796.141.3/bsd/skywalk/nexus/ |
| H A D | os_nexus.h | 716 kern_nexus_t nexus, kern_nexus_capab_t capab, void *contents,
|
| /xnu-8796.141.3/bsd/miscfs/devfs/ |
| H A D | README | 76 flags, owners, and contents on each layer.
|
| /xnu-8796.141.3/doc/memorystatus/ |
| H A D | overview.md | 122 …eable memory is an API for clients to specify that the VM can treat the contents of a range of pag…
|
| /xnu-8796.141.3/ |
| H A D | APPLE_LICENSE | 48 or deletion from the contents of a file containing Covered Code;
|
| /xnu-8796.141.3/doc/ |
| H A D | debugging.md | 368 Python runtime. Some macros produce files — check the actual file contents.
|