Home
last modified time | relevance | path

Searched refs:OSKextKextForAddress (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/libkern/libkern/
H A DOSKextLibPrivate.h1017 extern void *OSKextKextForAddress(const void *addr);
/xnu-11215/osfmk/arm64/
H A Dbti_telemetry.c264 if (!(mh = OSKextKextForAddress((void *)addr))) { in get_uuid_and_text_offset_for_addr()
/xnu-11215/libkern/
H A DOSKextLib.cpp533 OSKextKextForAddress(const void *addr) in OSKextKextForAddress() function
/xnu-11215/libkern/libkern/c++/
H A DOSKext.h113 void *OSKextKextForAddress(const void *addr);
296 friend void *OSKextKextForAddress(const void *addr);
/xnu-11215/libkern/os/
H A Dlog.c134 extern void *OSKextKextForAddress(const void *);
262 if (!dso && (dso = (void *)OSKextKextForAddress(fmt)) == NULL) { in resolve_dso()
268 if (!driverKit && (dso != (void *)OSKextKextForAddress(addr))) { in resolve_dso()
/xnu-11215/bsd/dev/dtrace/
H A Ddtrace_glue.c1348 return OSKextKextForAddress(addr) == (void*)ctl->mod_address; in dtrace_addr_in_module()