Home
last modified time | relevance | path

Searched refs:contents (Results 1 – 23 of 23) sorted by relevance

/xnu-12377.1.9/tools/kt-dump/
H A Dkt-dump.cpp105 std::span<const T> contents; member
109 contents(reinterpret_cast<T *>( in macho_section()
160 return &sec_cstring.contents[string_off - sec_cstring.section.offset]; in decode_string()
202 for (auto &ktv : sec_types->contents) { in dump_types()
264 for (auto &ktv : sec_types_var->contents) { in dump_types_var()
342 image(std::span<uint8_t> contents, size_t mh_offs = 0) in image() argument
343 : slice_contents{contents}, slice_mh_offs{mh_offs} in image()
346 std::span<uint8_t> commands = contents.subspan(mh_offs + sizeof(*hdr));
483 do_simple_macho(const std::string filename, std::span<uint8_t> contents) in do_simple_macho() argument
485 image img{contents}; in do_simple_macho()
[all …]
/xnu-12377.1.9/osfmk/vm/
H A Dvm_dyld_pager.c363 vm_offset_t contents, in fixupPage64() argument
372 vm_offset_t end_contents = contents + PAGE_SIZE; in fixupPage64()
385 uint64_t *chain = (uint64_t *)(contents + firstStartOffset); in fixupPage64()
390 if ((uintptr_t)chain < contents || (uintptr_t)chain + sizeof(*chain) > end_contents) { in fixupPage64()
393 (long long)chain, (long long)contents, (long long)end_contents); in fixupPage64()
396 (long long)chain, (long long)contents, (long long)end_contents); in fixupPage64()
444 vm_offset_t contents, in fixupPageChain32() argument
452 vm_offset_t end_contents = contents + PAGE_SIZE; in fixupPageChain32()
455 if ((uintptr_t)chain < contents || (uintptr_t)chain + sizeof(*chain) > end_contents) { in fixupPageChain32()
458 (long long)chain, (long long)contents, (long long)end_contents); in fixupPageChain32()
[all …]
/xnu-12377.1.9/tools/tests/perf_index/PerfIndex_COPS_Module/
H A DPrefix.pch4 // The contents of this file are implicitly included at the beginning of every source file.
/xnu-12377.1.9/osfmk/mach/
H A Dvm_map.defs99 * Returns information about the contents of the virtual
189 * Returns the contents of the specified range of the
202 * List corrollary to vm_read, returns mapped contents of specified
211 * Writes the contents of the specified range of the
223 * Copy the contents of the source range of the virtual
239 * Returns the contents of the specified range of the
H A Dmach_vm.defs210 * Returns the contents of the specified range of the
227 * List corrollary to vm_read, returns mapped contents of specified
240 * Writes the contents of the specified range of the
256 * Copy the contents of the source range of the virtual
276 * Returns the contents of the specified range of the
432 * Returns information about the contents of the virtual
/xnu-12377.1.9/bsd/net/aop/
H A Dkpi_aop.h51 net_aop_capab_t capab, void *contents, uint32_t *len);
/xnu-12377.1.9/doc/arm/
H A Dsme.md41 These register files are unbanked, i.e., their contents are shared across all
61 `TPIDR_EL0`, `TPIDR2_EL0` is officially reserved for ABI use, but its contents
77 `PSTATE.ZA` independently controls whether the contents of `ZA` and `ZT0` are
175 `TPIDR2_EL0`, since its contents are valid even when EL0 isn't actually using
176 SME. However `ZA`'s and `ZT0`'s contents are often invalid and hence do not
179 time. If not, it skips saving the invalid `ZA` and `ZT0` contents.
/xnu-12377.1.9/bsd/man/man2/
H A Dgetdirentriesattr.23 .\" 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-12377.1.9/libkern/libkern/
H A Dversion.h.template6 * The contents of this file constitute Original Code as defined in and
/xnu-12377.1.9/bsd/net/
H A Dif_fake.c2522 fill_capab_interface_advisory(if_fake_ref fakeif, void *contents, uint32_t *len) in fill_capab_interface_advisory() argument
2524 struct kern_nexus_capab_interface_advisory * __single capab = contents; in fill_capab_interface_advisory()
2559 fill_capab_qset_extensions(if_fake_ref fakeif, void *contents, uint32_t *len) in fill_capab_qset_extensions() argument
2561 struct kern_nexus_capab_qset_extensions * __single capab = contents; in fill_capab_qset_extensions()
2589 fill_capab_rx_flow_steering(if_fake_ref fakeif, void *contents, uint32_t *len) in fill_capab_rx_flow_steering() argument
2591 struct kern_nexus_capab_rx_flow_steering * __single capab = contents; in fill_capab_rx_flow_steering()
2608 kern_nexus_capab_t capab, void *contents, uint32_t *len) in feth_nx_capab_config() argument
2619 error = fill_capab_interface_advisory(fakeif, contents, len); in feth_nx_capab_config()
2622 error = fill_capab_qset_extensions(fakeif, contents, len); in feth_nx_capab_config()
2625 error = fill_capab_rx_flow_steering(fakeif, contents, len); in feth_nx_capab_config()
H A Dif_redirect.c983 fill_capab_interface_advisory(if_redirect_t rd, void *contents, in fill_capab_interface_advisory() argument
986 struct kern_nexus_capab_interface_advisory * __single capab = contents; in fill_capab_interface_advisory()
1008 kern_nexus_capab_t capab, void *contents, uint32_t *len) in redirect_nx_capab_config() argument
1018 error = fill_capab_interface_advisory(rd, contents, len); in redirect_nx_capab_config()
/xnu-12377.1.9/libsyscall/mach/
H A Derr_libkern.sub6 * The contents of this file constitute Original Code as defined in and
H A Derr_iokit.sub6 * The contents of this file constitute Original Code as defined in and
/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dos_nexus.h713 kern_nexus_t nexus, kern_nexus_capab_t capab, void *contents,
/xnu-12377.1.9/bsd/miscfs/devfs/
H A DREADME76 flags, owners, and contents on each layer.
/xnu-12377.1.9/makedefs/
H A DMakeInc.cmd310 # replacecontents - Write contents to a file and update modtime *only* if
311 # contents differ
/xnu-12377.1.9/doc/lifecycle/
H A Dhibernation.md36 preserves contents to persistent storage (the disk) and then completely powers
284 verify that the rorgn matches its original contents.
/xnu-12377.1.9/doc/observability/
H A Dmt_stackshot.md115 we memcpy the contents of each kcdata chunk into a single buffer, stripping off
/xnu-12377.1.9/doc/primitives/
H A Dstring-handling.md136 suitable for modifications as bounds are determined by contents. Overwriting
/xnu-12377.1.9/tests/
H A Ddisk_mount_conditioner.m536 T_QUIET; T_ASSERT_EQ_INT(0, err, "read expected contents from temporary file");
/xnu-12377.1.9/doc/vm/
H A Dpageout_scan.md109 contents back to disk and are now reclaimable. This queue is no longer used.
H A Dmemorystatus.md117 …eable memory is an API for clients to specify that the VM can treat the contents of a range of pag…
/xnu-12377.1.9/
H A DAPPLE_LICENSE48 or deletion from the contents of a file containing Covered Code;