Searched refs:N_UNDF (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h132 #define N_UNDF 0x0 /* undefined, n_sect == NO_SECT */ macro
161 * Common symbols are represented by undefined (N_UNDF) external (N_EXT) types
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c819 nl.n_type = N_UNDF | N_EXT;
849 nl.n_type = N_UNDF | N_EXT;
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_sym.c227 case N_UNDF:

Completed in 18 milliseconds