Home
last modified time | relevance | path

Searched refs:N_TYPE (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.81.5/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h119 #define N_TYPE 0x0e /* mask for the type bits */ macro
/xnu-10002.81.5/san/memory/
H A Dkasan_dynamic_blacklist.c322 n_type &= N_TYPE; in addr_to_func()
/xnu-10002.81.5/bsd/dev/dtrace/
H A Dfbt.c358 uint8_t n_type = sym[i].n_type & (N_TYPE | N_EXT); in fbt_provide_kernel_section()
H A Dsdt.c647 uint8_t jn_type = sym[i].n_type & N_TYPE; in sdt_load_machsect()
/xnu-10002.81.5/libkern/kxld/
H A Dkxld_sym.c218 u_char type = n_type & N_TYPE; in init_predicates()