Home
last modified time | relevance | path

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

/xnu-11215.1.10/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-11215.1.10/osfmk/vm/
H A Dvm_dyld_pager.c277 vm_offset_t contents, in fixupPage64() argument
298 uint64_t *chain = (uint64_t *)(contents + firstStartOffset); in fixupPage64()
302 if ((uintptr_t)chain < contents || (uintptr_t)chain + sizeof(*chain) > end_contents) { in fixupPage64()
305 (long long)chain, (long long)contents, (long long)end_contents); in fixupPage64()
345 vm_offset_t contents, in fixupChain32() argument
355 if ((uintptr_t)chain < contents || (uintptr_t)chain + sizeof(*chain) > end_contents) { in fixupChain32()
358 (long long)chain, (long long)contents, (long long)end_contents); in fixupChain32()
397 vm_offset_t contents, in fixupPage32() argument
430 uint32_t *chain = (uint32_t *)(contents + startOffset); in fixupPage32()
431 fixupChain32(userVA, chain, contents, end_contents, link_info, segInfo, bindsArray); in fixupPage32()
[all …]
/xnu-11215.1.10/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-11215.1.10/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-11215.1.10/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-11215.1.10/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-11215.1.10/libkern/libkern/
H A Dversion.h.template6 * The contents of this file constitute Original Code as defined in and
/xnu-11215.1.10/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-11215.1.10/bsd/net/
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()
H A Dif_fake.c2504 fill_capab_interface_advisory(if_fake_ref fakeif, void *contents, uint32_t *len) in fill_capab_interface_advisory() argument
2506 struct kern_nexus_capab_interface_advisory *capab = contents; in fill_capab_interface_advisory()
2541 fill_capab_qset_extensions(if_fake_ref fakeif, void *contents, uint32_t *len) in fill_capab_qset_extensions() argument
2543 struct kern_nexus_capab_qset_extensions *capab = contents; in fill_capab_qset_extensions()
2559 kern_nexus_capab_t capab, void *contents, uint32_t *len) in feth_nx_capab_config() argument
2570 error = fill_capab_interface_advisory(fakeif, contents, len); in feth_nx_capab_config()
2573 error = fill_capab_qset_extensions(fakeif, contents, len); in feth_nx_capab_config()
/xnu-11215.1.10/makedefs/
H A DMakeInc.cmd306 # replacecontents - Write contents to a file and update modtime *only* if
307 # contents differ
/xnu-11215.1.10/bsd/skywalk/nexus/
H A Dos_nexus.h717 kern_nexus_t nexus, kern_nexus_capab_t capab, void *contents,
/xnu-11215.1.10/bsd/miscfs/devfs/
H A DREADME76 flags, owners, and contents on each layer.
/xnu-11215.1.10/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-11215.1.10/doc/observability/
H A Dmt_stackshot.md115 we memcpy the contents of each kcdata chunk into a single buffer, stripping off
/xnu-11215.1.10/doc/primitives/
H A Dstring-handling.md129 suitable for modifications as bounds are determined by contents. Overwriting
/xnu-11215.1.10/doc/vm/
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-11215.1.10/
H A DAPPLE_LICENSE48 or deletion from the contents of a file containing Covered Code;