Searched refs:N_ARM_THUMB_DEF (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h286 * The N_ARM_THUMB_DEF bit of the n_desc field indicates that the symbol is
289 #define N_ARM_THUMB_DEF 0x0008 /* symbol is a Thumb function (ARM) */ macro
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_sym.c257 if (n_desc & N_ARM_THUMB_DEF) {

Completed in 19 milliseconds