Searched refs:N_GSYM (Results 1 – 5 of 5) sorted by relevance
41 #define N_GSYM 0x20 /* global symbol */ macro
114 #define N_GSYM 0x20 /* global symbol: name,,0,type,0 */ macro
361 N_GSYM = 0x20u, enumerator
1283 symStab.type = defined->isExternal() ? N_GSYM : N_STSYM; in emitStabs()
563 {MachO::N_GSYM, "GSYM"}, {MachO::N_FNAME, "FNAME"},