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

/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h297 #define N_WEAKD 0x10 /* Weak data symbol. */
296 #define N_WEAKD macro
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h333 #define N_WEAKD 0x10 /* Weak data symbol. */
331 #define N_WEAKD macro
/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h1529 case N_WEAKD:
1645 case N_DATA: type = N_WEAKD; break;
3094 case N_WEAKD:
3217 && type != N_WEAKD
3353 || type == N_WEAKD
3582 type = h->root.type == bfd_link_hash_defined ? N_DATA : N_WEAKD;
4488 || type == N_WEAKD)
4885 || type == N_WEAKD)
4983 : N_WEAKD);
H A Dsunos.c2274 : N_WEAKD);

Completed in 94 milliseconds