Searched refs:N_STSYM (Results 1 – 5 of 5) sorted by relevance
44 #define N_STSYM 0x26 /* data segment variable */ macro
116 #define N_STSYM 0x26 /* static symbol: name,,0,type,0 or section relative */ macro
364 N_STSYM = 0x26u, enumerator
1283 symStab.type = defined->isExternal() ? N_GSYM : N_STSYM; in emitStabs()
564 {MachO::N_FUN, "FUN"}, {MachO::N_STSYM, "STSYM"},