Searched refs:N_COMM (Results 1 – 6 of 6) sorted by relevance
126 #define N_COMM 0x12 /* Common symbol (visible after shared lib dynlink) */ macro
282 #define N_COMM 0x12 /* Common symbol (visible after shared lib dynlink). */ macro
241 #define N_COMM 0x12 /* common (visible in shared lib commons) */ macro
390 new_type = N_COMM; in convert_sym_type()
3034 case N_COMM: in aout_link_add_symbols()3084 case N_COMM | N_EXT: in aout_link_add_symbols()
2644 to match SunOS and BSD. Add N_COMM as 0x12 for SunOS shared lib2646 * stab.def: Add N_COMM to table, fix overlap comment.