Home
last modified time | relevance | path

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

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