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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h247 * and has two different symbolic names, N_NO_DEAD_STRIP and N_DESC_DISCARDED.
258 * The N_DESC_DISCARDED bit of the n_desc field never appears in linked image.
262 #define N_DESC_DISCARDED 0x0020 /* symbol is discarded */ macro
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c808 nl.n_desc |= N_DESC_DISCARDED;
838 nl.n_desc |= N_DESC_DISCARDED;
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_sym.c249 if (n_desc & N_DESC_DISCARDED) {

Completed in 18 milliseconds