Searched refs:N_EXT (Results 1 – 15 of 15) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | obj-aout.c | 39 if (! (type & ~ (N_TYPE | N_EXT))) in obj_aout_frob_symbol() 41 if (type == (N_UNDF | N_EXT) in obj_aout_frob_symbol() 58 type |= N_EXT; in obj_aout_frob_symbol() 93 if (type & N_EXT) in obj_aout_frob_symbol()
|
D | aout_gnu.h | 247 #define N_EXT 1 macro
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | aoutx.h | 1429 if ((cache_ptr->type & N_EXT) == 0) in translate_from_native_sym_flags() 1437 case N_ABS: case N_ABS | N_EXT: in translate_from_native_sym_flags() 1442 case N_UNDF | N_EXT: in translate_from_native_sym_flags() 1456 case N_TEXT: case N_TEXT | N_EXT: in translate_from_native_sym_flags() 1468 case N_SETV: case N_SETV | N_EXT: in translate_from_native_sym_flags() 1469 case N_DATA: case N_DATA | N_EXT: in translate_from_native_sym_flags() 1475 case N_BSS: case N_BSS | N_EXT: in translate_from_native_sym_flags() 1481 case N_SETA: case N_SETA | N_EXT: in translate_from_native_sym_flags() 1482 case N_SETT: case N_SETT | N_EXT: in translate_from_native_sym_flags() 1483 case N_SETD: case N_SETD | N_EXT: in translate_from_native_sym_flags() [all …]
|
D | hp300hpux.c | 398 new_type |= N_EXT; in convert_sym_type() 406 case N_UNDF | N_EXT: in convert_sym_type() 414 case N_ABS | N_EXT: in convert_sym_type() 417 case N_TEXT | N_EXT: in convert_sym_type() 420 case N_DATA | N_EXT: in convert_sym_type() 423 case N_BSS | N_EXT: in convert_sym_type()
|
D | pdp11.c | 159 #undef N_EXT 168 #define N_EXT 0x20 /* External flag. */ macro 1311 if ((cache_ptr->type & N_EXT) == 0) in translate_from_native_sym_flags() 1319 case N_ABS: case N_ABS | N_EXT: in translate_from_native_sym_flags() 1324 case N_UNDF | N_EXT: in translate_from_native_sym_flags() 1338 case N_TEXT: case N_TEXT | N_EXT: in translate_from_native_sym_flags() 1344 case N_DATA: case N_DATA | N_EXT: in translate_from_native_sym_flags() 1350 case N_BSS: case N_BSS | N_EXT: in translate_from_native_sym_flags() 1404 sym_pointer->e_type[0] = N_UNDF | N_EXT; in translate_to_native_sym_flags() 1406 sym_pointer->e_type[0] = N_UNDF | N_EXT; in translate_to_native_sym_flags() [all …]
|
D | i386lynx.c | 295 case N_TEXT | N_EXT: \ 300 case N_DATA | N_EXT: \ 305 case N_BSS | N_EXT: \ 311 case N_ABS | N_EXT: \
|
D | bout.c | 790 case N_TEXT | N_EXT: in b_out_slurp_reloc_table() 795 case N_DATA | N_EXT: in b_out_slurp_reloc_table() 800 case N_BSS | N_EXT: in b_out_slurp_reloc_table() 805 case N_ABS | N_EXT: in b_out_slurp_reloc_table()
|
D | sunos.c | 2238 type = N_UNDF | N_EXT; in sunos_write_dynamic_symbol() 2254 type = N_UNDF | N_EXT; in sunos_write_dynamic_symbol() 2275 type |= N_EXT; in sunos_write_dynamic_symbol() 2283 type = N_UNDF | N_EXT; 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,
|
D | ChangeLog-9495 | 7544 * aoutx.h (NAME(aout,new_section_hook)): Don't set N_EXT in target 9741 aout_link_add_symbols): Treat N_SET[ABDT] | N_EXT like
|
/toolchain/binutils/binutils-2.27/include/ |
D | bout.h | 131 #define N_EXT 1 /* External symbol (OR'd in with one of above) */ macro
|
D | ChangeLog-9103 | 2608 Fix it, and add comments warning about or-ing N_EXT with it 2610 * aout64.h (N_FN): Fix value, add comments about N_EXT.
|
/toolchain/binutils/binutils-2.27/include/aout/ |
D | adobe.h | 132 #define N_EXT 1 /* External symbol (as opposed to local-to-this-file) */ macro
|
D | aout64.h | 288 #define N_EXT 1 /* External symbol (as opposed to local-to-this-file). */ macro
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-9295 | 2552 Add support for N_ABS and N_ABS|N_EXT type symbols. 6547 * config/obj-aout.c (obj_aout_frob_symbol): If N_EXT is set for an 7530 N_UNDF | N_EXT is in the absolute section, move it to the
|