Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dexclaves_resource.c351 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 Dexclaves.c390 if (resource->r_type != XNUPROXY_RESOURCETYPE_SHAREDMEMORY) { in _exclaves_ctl_trap()
414 if (resource->r_type != XNUPROXY_RESOURCETYPE_SHAREDMEMORY) { in _exclaves_ctl_trap()
565 if (resource->r_type != in _exclaves_ctl_trap()
625 if (resource->r_type != XNUPROXY_RESOURCETYPE_SENSOR) { in _exclaves_ctl_trap()
650 if (resource->r_type != XNUPROXY_RESOURCETYPE_SENSOR) { in _exclaves_ctl_trap()
675 if (resource->r_type != XNUPROXY_RESOURCETYPE_SENSOR) { in _exclaves_ctl_trap()
734 notification_resource_user->r_type = notification_resource->r_type; in _exclaves_ctl_trap()
H A Dexclaves_resource.h161 xnuproxy_resourcetype_s r_type; member
/xnu-12377.41.6/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-12377.41.6/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.c340 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.41.6/tools/lldbmacros/
H A Dexclaves.py100r_type = GetEnumName('xnuproxy_resourcetype_s', resource.r_type, 'XNUPROXY_RESOURCETYP…
/xnu-12377.41.6/libsyscall/wrappers/
H A Dexclaves.c153 conclave_resource_user.r_type = 0; in exclaves_lookup_service()
/xnu-12377.41.6/osfmk/mach/
H A Dexclaves.h1160 uint64_t r_type; member
/xnu-12377.41.6/libkern/c++/
H A DOSKext.cpp7061 || reloc[i].r_type != 0 in slidePrelinkedExecutable()