Searched refs:N_FUN (Results 1 – 6 of 6) sorted by relevance
43 #define N_FUN 0x24 /* procedure name */ macro
115 #define N_FUN 0x24 /* procedure: name,,0,linenumber,0 */ macro
219 uint8_t SymType = Sym->isCallable() ? MachO::N_FUN : MachO::N_GSYM; in startSynthesis()
1199 StabsEntry stab(N_FUN); in emitEndFunStab()1288 symStab.type = N_FUN; in emitStabs()
363 N_FUN = 0x24u, enumerator
566 {MachO::N_FUN, "FUN"}, {MachO::N_STSYM, "STSYM"},