Searched refs:N_GSYM (Results 1 – 6 of 6) sorted by relevance
41 #define N_GSYM 0x20 /* global symbol */ macro
114 #define N_GSYM 0x20 /* global symbol: name,,0,type,0 */ macro
219 uint8_t SymType = Sym->isCallable() ? MachO::N_FUN : MachO::N_GSYM; in startSynthesis()
361 N_GSYM = 0x20u, enumerator
565 {MachO::N_GSYM, "GSYM"}, {MachO::N_FNAME, "FNAME"},
1300 symStab.type = defined->isExternal() ? N_GSYM : N_STSYM; in emitStabs()