Searched refs:N_BSS (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dnlist_aout.h75 #define N_BSS 0x08 /* bss segment */ macro
/freebsd-11-stable/contrib/gdb/include/
H A Dbout.h127 #define N_BSS 8 /* BSS symbol */ macro
176 either N_TEXT, N_DATA, or N_BSS to
/freebsd-11-stable/contrib/binutils/gas/config/
H A Daout_gnu.h241 #define N_BSS 8
246 N_DATA, or N_BSS. When the low-order bit of other types is set,
431 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
240 #define N_BSS macro
/freebsd-11-stable/contrib/binutils/include/aout/
H A Daout64.h286 #define N_BSS 8 /* BSS sym -- defined at offset in zero'd seg. */
291 N_DATA, or N_BSS. When the low-order bit of other types is set,
397 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
284 #define N_BSS macro
/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h1228 newsect->target_index = N_BSS;
1399 case N_BSS:
1462 case N_BSS: case N_BSS | N_EXT:
1588 sym_pointer->e_type[0] |= N_BSS;
1631 case N_BSS: type = N_SETB; break;
1646 case N_BSS: type = N_WEAKB; break;
2119 case N_BSS: \
2120 case N_BSS | N_EXT: \
2999 case N_BSS
[all...]
H A Dbout.c803 case N_BSS:
804 case N_BSS | N_EXT:
H A Dsunos.c2277 ? N_BSS
/freebsd-11-stable/lib/libc/gen/
H A Dnlist.c395 (sh->sh_type == SHT_NOBITS ? N_BSS : N_UNDF);
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddbxread.c450 case N_BSS | N_EXT:
504 case N_BSS:
1059 type = N_BSS;
1334 case N_BSS:
1335 case N_BSS | N_EXT:
1414 nlist.n_type ^= (N_BSS ^ N_UNDF); /* Define it as a bss-symbol */
H A Dmdebugread.c2779 case N_BSS:
2780 case N_BSS | N_EXT:
H A Dstabsread.c629 case N_BSS:
/freebsd-11-stable/usr.bin/ldd/
H A Dsods.c487 case N_BSS: strcpy(type, "bss"); break;

Completed in 297 milliseconds