Searched refs:N_BSS (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | pdp11.c | 156 #undef N_BSS 165 #define N_BSS 0x04 /* Bss segment. */ macro 1130 newsect->target_index = N_BSS; in NAME() 1291 case N_BSS: in translate_from_native_sym_flags() 1347 case N_BSS: case N_BSS | N_EXT: in translate_from_native_sym_flags() 1399 sym_pointer->e_type[0] |= N_BSS; in translate_to_native_sym_flags() 1758 case N_BSS: \ 1759 case N_BSS | N_EXT: \ 2588 || type == (N_BSS | N_EXT) in aout_link_check_ar_symbols() 2801 case N_BSS: in aout_link_add_symbols() [all …]
|
D | hp300hpux.c | 388 new_type = N_BSS; in convert_sym_type() 425 case N_BSS | N_EXT: in convert_sym_type() 653 r_index = N_BSS; in MY()
|
D | aoutx.h | 1238 newsect->target_index = N_BSS; in NAME() 1408 case N_BSS: in translate_from_native_sym_flags() 1471 case N_BSS: case N_BSS | N_EXT: in translate_from_native_sym_flags() 1597 sym_pointer->e_type[0] |= N_BSS; in translate_to_native_sym_flags() 1640 case N_BSS: type = N_SETB; break; in translate_to_native_sym_flags() 1655 case N_BSS: type = N_WEAKB; break; in translate_to_native_sym_flags() 2126 case N_BSS: \ 2127 case N_BSS | N_EXT: \ 3024 case N_BSS: in aout_link_add_symbols() 3060 case N_BSS | N_EXT: in aout_link_add_symbols() [all …]
|
D | i386lynx.c | 306 case N_BSS: \ 307 case N_BSS | N_EXT: \
|
D | aout-adobe.c | 115 case N_BSS: in aout_adobe_callback()
|
D | bout.c | 801 case N_BSS: in b_out_slurp_reloc_table() 802 case N_BSS | N_EXT: in b_out_slurp_reloc_table()
|
D | sunos.c | 2269 ? N_BSS in sunos_write_dynamic_symbol()
|
D | ChangeLog-2008 | 645 (N_STAB, N_TYPE, N_EXT, N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS, 897 * mach-o.c (N_TEXT, N_DATA, N_BSS): Added.
|
/toolchain/binutils/binutils-2.25/include/ |
D | bout.h | 128 #define N_BSS 8 /* BSS symbol */ macro
|
/toolchain/binutils/binutils-2.25/include/aout/ |
D | adobe.h | 125 #define N_BSS 8 /* BSS sym -- defined at offset in zero'd seg */ macro
|
D | aout64.h | 281 #define N_BSS 8 /* BSS sym -- defined at offset in zero'd seg. */ macro
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | aout_gnu.h | 240 #define N_BSS 8 macro
|