Searched refs:N_BSS (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.27/include/ |
D | bout.h | 128 #define N_BSS 8 /* BSS symbol */ macro
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | hp300hpux.c | 386 new_type = N_BSS; in convert_sym_type() 423 case N_BSS | N_EXT: in convert_sym_type() 651 r_index = N_BSS; in MY()
|
D | pdp11.c | 156 #undef N_BSS 165 #define N_BSS 0x04 /* Bss segment. */ macro 1120 newsect->target_index = N_BSS; in NAME() 1294 case N_BSS: in translate_from_native_sym_flags() 1350 case N_BSS: case N_BSS | N_EXT: in translate_from_native_sym_flags() 1402 sym_pointer->e_type[0] |= N_BSS; in translate_to_native_sym_flags() 1761 case N_BSS: \ 1762 case N_BSS | N_EXT: \ 2591 || type == (N_BSS | N_EXT) in aout_link_check_ar_symbols() 2804 case N_BSS: in aout_link_add_symbols() [all …]
|
D | aoutx.h | 1245 newsect->target_index = N_BSS; in NAME() 1412 case N_BSS: in translate_from_native_sym_flags() 1475 case N_BSS: case N_BSS | N_EXT: in translate_from_native_sym_flags() 1601 sym_pointer->e_type[0] |= N_BSS; in translate_to_native_sym_flags() 1644 case N_BSS: type = N_SETB; break; in translate_to_native_sym_flags() 1659 case N_BSS: type = N_WEAKB; break; in translate_to_native_sym_flags() 2130 case N_BSS: \ 2131 case N_BSS | N_EXT: \ 3032 case N_BSS: in aout_link_add_symbols() 3068 case N_BSS | N_EXT: in aout_link_add_symbols() [all …]
|
D | i386lynx.c | 304 case N_BSS: \ 305 case N_BSS | N_EXT: \
|
D | aout-adobe.c | 115 case N_BSS: in aout_adobe_callback()
|
D | bout.c | 799 case N_BSS: in b_out_slurp_reloc_table() 800 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.27/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.27/gas/config/ |
D | aout_gnu.h | 240 #define N_BSS 8 macro
|