Home
last modified time | relevance | path

Searched refs:r_type (Results 1 – 10 of 10) sorted by relevance

/xnu-10063.101.15/osfmk/kern/
H A Dexclaves_resource.c303 if (tmp->r_type == type) { in lookup_resource_by_name()
320 if (tmp->r_type == type) { in lookup_resource_by_id()
365 resource->r_type = type; in exclaves_resource_alloc()
592 switch (resource->r_type) { in exclaves_resource_release()
723 assert(resource->r_type == XNUPROXY_RESOURCE_NAMED_BUFFER ||
724 resource->r_type == XNUPROXY_RESOURCE_ARBITRATED_AUDIO_BUFFER);
782 assert3u(resource->r_type, ==, XNUPROXY_RESOURCE_NAMED_BUFFER); in exclaves_named_buffer_copyin()
846 assert(resource->r_type == XNUPROXY_RESOURCE_NAMED_BUFFER || in exclaves_named_buffer_copyout()
847 resource->r_type == XNUPROXY_RESOURCE_ARBITRATED_AUDIO_BUFFER); in exclaves_named_buffer_copyout()
889 assert(resource->r_type == XNUPROXY_RESOURCE_ARBITRATED_AUDIO_BUFFER || in named_buffer_unmap()
[all …]
H A Dexclaves.c341 switch (resource->r_type) { in _exclaves_ctl_trap()
373 switch (resource->r_type) { in _exclaves_ctl_trap()
512 switch (resource->r_type) { in _exclaves_ctl_trap()
585 if (resource->r_type != XNUPROXY_RESOURCE_SENSOR) { in _exclaves_ctl_trap()
610 if (resource->r_type != XNUPROXY_RESOURCE_SENSOR) { in _exclaves_ctl_trap()
635 if (resource->r_type != XNUPROXY_RESOURCE_SENSOR) { in _exclaves_ctl_trap()
701 notification_resource_user->r_type = notification_resource->r_type; in _exclaves_ctl_trap()
H A Dexclaves_resource.h141 xnuproxy_resource_t r_type; member
/xnu-10063.101.15/EXTERNAL_HEADERS/mach-o/
H A Dreloc.h72 r_type:4; /* if not 0, machine specific relocation type */ member
156 r_type:4, /* if not 0, machine specific relocation type */ member
166 r_type:4, /* if not 0, machine specific relocation type */ member
/xnu-10063.101.15/libkern/kxld/
H A Dkxld_reloc.h51 typedef boolean_t (*RelocHasPair)(u_int r_type);
53 typedef boolean_t (*RelocHasGot)(u_int r_type);
106 boolean_t kxld_relocator_has_pair(const KXLDRelocator *relocator, u_int r_type)
113 boolean_t kxld_relocator_has_got(const KXLDRelocator *relocator, u_int r_type)
H A Dkxld_reloc.c341 reloc->reloc_type = scatsrc->r_type; in kxld_reloc_create_macho()
348 reloc->reloc_type = src->r_type; in kxld_reloc_create_macho()
370 reloc->reloc_type) == scatsrc->r_type, in kxld_reloc_create_macho()
377 reloc->reloc_type) == scatsrc->r_type, in kxld_reloc_create_macho()
435 !relocator->reloc_has_pair(sreloc->r_type); in count_relocatable_relocs()
441 !(relocator->reloc_has_pair(reloc->r_type) in count_relocatable_relocs()
460 kxld_relocator_has_pair(const KXLDRelocator *relocator, u_int r_type) in kxld_relocator_has_pair() argument
464 return relocator->reloc_has_pair(r_type); in kxld_relocator_has_pair()
481 kxld_relocator_has_got(const KXLDRelocator *relocator, u_int r_type) in kxld_relocator_has_got() argument
485 return relocator->reloc_has_got(r_type); in kxld_relocator_has_got()
[all …]
/xnu-10063.101.15/tools/lldbmacros/
H A Dexclaves.py95r_type = GetEnumName('xnuproxy_resource_t', resource.r_type, 'XNUPROXY_RESOURCE_')
/xnu-10063.101.15/osfmk/mach/
H A Dexclaves.h894 uint64_t r_type; member
/xnu-10063.101.15/libsyscall/wrappers/
H A Dexclaves.c182 conclave_resource_user.r_type = 0; in exclaves_lookup_service()
/xnu-10063.101.15/libkern/c++/
H A DOSKext.cpp7039 || reloc[i].r_type != 0 in slidePrelinkedExecutable()