Home
last modified time | relevance | path

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

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