Searched refs:N_WEAKT (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h296 #define N_WEAKT 0x0f /* Weak text symbol. */
295 #define N_WEAKT macro
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h332 #define N_WEAKT 0x0f /* Weak text symbol. */
330 #define N_WEAKT macro
/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h1523 case N_WEAKT:
1644 case N_TEXT: type = N_WEAKT; break;
3089 case N_WEAKT:
3216 && type != N_WEAKT
3352 || type == N_WEAKT
3580 type = h->root.type == bfd_link_hash_defined ? N_TEXT : N_WEAKT;
4485 || type == N_WEAKT)
4882 || type == N_WEAKT)
4979 : N_WEAKT);
H A Dsunos.c2270 : N_WEAKT);

Completed in 74 milliseconds