Home
last modified time | relevance | path

Searched refs:N_COMM (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/include/aout/
Dadobe.h126 #define N_COMM 0x12 /* Common symbol (visible after shared lib dynlink) */ macro
Daout64.h282 #define N_COMM 0x12 /* Common symbol (visible after shared lib dynlink). */ macro
/toolchain/binutils/binutils-2.27/gas/config/
Daout_gnu.h241 #define N_COMM 0x12 /* common (visible in shared lib commons) */ macro
/toolchain/binutils/binutils-2.27/bfd/
Dhp300hpux.c390 new_type = N_COMM; in convert_sym_type()
Daoutx.h3034 case N_COMM: in aout_link_add_symbols()
3084 case N_COMM | N_EXT: in aout_link_add_symbols()
/toolchain/binutils/binutils-2.27/include/
DChangeLog-91032644 to match SunOS and BSD. Add N_COMM as 0x12 for SunOS shared lib
2646 * stab.def: Add N_COMM to table, fix overlap comment.