Home
last modified time | relevance | path

Searched refs:N_EXT (Results 1 – 15 of 15) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dobj-aout.c39 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()
Daout_gnu.h247 #define N_EXT 1 macro
/toolchain/binutils/binutils-2.27/bfd/
Daoutx.h1429 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 …]
Dhp300hpux.c398 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()
Dpdp11.c159 #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 …]
Di386lynx.c295 case N_TEXT | N_EXT: \
300 case N_DATA | N_EXT: \
305 case N_BSS | N_EXT: \
311 case N_ABS | N_EXT: \
Dbout.c790 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()
Dsunos.c2238 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()
DChangeLog-2008645 (N_STAB, N_TYPE, N_EXT, N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS,
DChangeLog-94957544 * 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/
Dbout.h131 #define N_EXT 1 /* External symbol (OR'd in with one of above) */ macro
DChangeLog-91032608 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/
Dadobe.h132 #define N_EXT 1 /* External symbol (as opposed to local-to-this-file) */ macro
Daout64.h288 #define N_EXT 1 /* External symbol (as opposed to local-to-this-file). */ macro
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-92952552 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