Searched refs:r_type (Results 1 – 10 of 10) sorted by relevance
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | exclaves_resource.c | 349 if (tmp->r_type == type) { in lookup_resource_by_name() 366 if (tmp->r_type == type) { in lookup_resource_by_id() 411 resource->r_type = type; in exclaves_resource_alloc() 498 if (resource->r_type != XNUPROXY_RESOURCE_SERVICE) { in populate_conclave_services() 691 switch (resource->r_type) { in exclaves_resource_release() 822 assert(resource->r_type == XNUPROXY_RESOURCE_NAMED_BUFFER || 823 resource->r_type == XNUPROXY_RESOURCE_ARBITRATED_AUDIO_BUFFER); 881 assert3u(resource->r_type, ==, XNUPROXY_RESOURCE_NAMED_BUFFER); in exclaves_named_buffer_copyin() 945 assert(resource->r_type == XNUPROXY_RESOURCE_NAMED_BUFFER || in exclaves_named_buffer_copyout() 946 resource->r_type == XNUPROXY_RESOURCE_ARBITRATED_AUDIO_BUFFER); in exclaves_named_buffer_copyout() [all …]
|
| H A D | exclaves.c | 426 switch (resource->r_type) { in _exclaves_ctl_trap() 458 switch (resource->r_type) { in _exclaves_ctl_trap() 621 switch (resource->r_type) { in _exclaves_ctl_trap() 688 if (resource->r_type != XNUPROXY_RESOURCE_SENSOR) { in _exclaves_ctl_trap() 713 if (resource->r_type != XNUPROXY_RESOURCE_SENSOR) { in _exclaves_ctl_trap() 738 if (resource->r_type != XNUPROXY_RESOURCE_SENSOR) { in _exclaves_ctl_trap() 797 notification_resource_user->r_type = notification_resource->r_type; in _exclaves_ctl_trap()
|
| H A D | exclaves_resource.h | 146 xnuproxy_resource_t r_type; member
|
| /xnu-10063.141.1/EXTERNAL_HEADERS/mach-o/ |
| H A D | reloc.h | 72 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.141.1/libkern/kxld/ |
| H A D | kxld_reloc.h | 51 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 D | kxld_reloc.c | 341 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.141.1/tools/lldbmacros/ |
| H A D | exclaves.py | 95 … r_type = GetEnumName('xnuproxy_resource_t', resource.r_type, 'XNUPROXY_RESOURCE_')
|
| /xnu-10063.141.1/osfmk/mach/ |
| H A D | exclaves.h | 899 uint64_t r_type; member
|
| /xnu-10063.141.1/libsyscall/wrappers/ |
| H A D | exclaves.c | 183 conclave_resource_user.r_type = 0; in exclaves_lookup_service()
|
| /xnu-10063.141.1/libkern/c++/ |
| H A D | OSKext.cpp | 7039 || reloc[i].r_type != 0 in slidePrelinkedExecutable()
|