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

/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h298 #define N_WEAKB 0x11 /* Weak bss symbol. */
297 #define N_WEAKB macro
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h334 #define N_WEAKB 0x11 /* Weak bss symbol. */
332 #define N_WEAKB macro
/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h1535 case N_WEAKB:
1646 case N_BSS: type = N_WEAKB; break;
3099 case N_WEAKB:
3218 && type != N_WEAKB)
3354 || type == N_WEAKB)
3584 type = h->root.type == bfd_link_hash_defined ? N_BSS : N_WEAKB;
4491 || type == N_WEAKB)
4888 || type == N_WEAKB)
4987 : N_WEAKB);
H A Dsunos.c2278 : N_WEAKB);

Completed in 155 milliseconds