Searched refs:r_type (Results 1 – 10 of 10) sorted by relevance
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | exclaves_resource.c | 351 if (tmp->r_type == type) { in lookup_resource_by_name() 369 if (tmp->r_type == type) { in lookup_resource_by_id() 470 resource->r_type = type; in exclaves_resource_alloc() 534 if (resource->r_type != XNUPROXY_RESOURCETYPE_SERVICE) { in populate_conclave_services() 610 if (resource->r_type != XNUPROXY_RESOURCETYPE_ALWAYSONEXCLAVESSERVICE) { in populate_aoeservice_to_conclave() 726 switch (r->r_type) { in exclaves_resource_lookup_by_name() 815 switch (resource->r_type) { in exclaves_resource_release() 921 assert3u(resource->r_type, ==, XNUPROXY_RESOURCETYPE_CONCLAVEMANAGER); in exclaves_conclave_init() 952 assert3u(resource->r_type, ==, XNUPROXY_RESOURCETYPE_CONCLAVEMANAGER); in exclaves_conclave_attach() 978 assert3u(resource->r_type, ==, XNUPROXY_RESOURCETYPE_CONCLAVEMANAGER); in exclaves_conclave_detach() [all …]
|
| H A D | exclaves.c | 393 if (resource->r_type != XNUPROXY_RESOURCETYPE_SHAREDMEMORY) { in _exclaves_ctl_trap() 417 if (resource->r_type != XNUPROXY_RESOURCETYPE_SHAREDMEMORY) { in _exclaves_ctl_trap() 568 if (resource->r_type != in _exclaves_ctl_trap() 628 if (resource->r_type != XNUPROXY_RESOURCETYPE_SENSOR) { in _exclaves_ctl_trap() 653 if (resource->r_type != XNUPROXY_RESOURCETYPE_SENSOR) { in _exclaves_ctl_trap() 678 if (resource->r_type != XNUPROXY_RESOURCETYPE_SENSOR) { in _exclaves_ctl_trap() 737 notification_resource_user->r_type = notification_resource->r_type; in _exclaves_ctl_trap()
|
| H A D | exclaves_resource.h | 161 xnuproxy_resourcetype_s r_type; member
|
| /xnu-12377.81.4/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-12377.81.4/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 | 340 reloc->reloc_type = scatsrc->r_type; in kxld_reloc_create_macho() 347 reloc->reloc_type = src->r_type; in kxld_reloc_create_macho() 369 reloc->reloc_type) == scatsrc->r_type, in kxld_reloc_create_macho() 376 reloc->reloc_type) == scatsrc->r_type, in kxld_reloc_create_macho() 434 !relocator->reloc_has_pair(sreloc->r_type); in count_relocatable_relocs() 440 !(relocator->reloc_has_pair(reloc->r_type) in count_relocatable_relocs() 459 kxld_relocator_has_pair(const KXLDRelocator *relocator, u_int r_type) in kxld_relocator_has_pair() argument 463 return relocator->reloc_has_pair(r_type); in kxld_relocator_has_pair() 480 kxld_relocator_has_got(const KXLDRelocator *relocator, u_int r_type) in kxld_relocator_has_got() argument 484 return relocator->reloc_has_got(r_type); in kxld_relocator_has_got() [all …]
|
| /xnu-12377.81.4/tools/lldbmacros/ |
| H A D | exclaves.py | 100 …r_type = GetEnumName('xnuproxy_resourcetype_s', resource.r_type, 'XNUPROXY_RESOURCETYP…
|
| /xnu-12377.81.4/libsyscall/wrappers/ |
| H A D | exclaves.c | 153 conclave_resource_user.r_type = 0; in exclaves_lookup_service()
|
| /xnu-12377.81.4/osfmk/mach/ |
| H A D | exclaves.h | 1163 uint64_t r_type; member
|
| /xnu-12377.81.4/libkern/c++/ |
| H A D | OSKext.cpp | 7061 || reloc[i].r_type != 0 in slidePrelinkedExecutable()
|