Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/dev/dtrace/
H A Dsdt.c660 uint8_t jn_type = sym[i].n_type & N_TYPE; in sdt_load_machsect() local
663 if ((N_SECT != jn_type && N_ABS != jn_type)) { in sdt_load_machsect()