Home
last modified time | relevance | path

Searched refs:N_TYPE (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dobj-aout.c39 if (! (type & ~ (N_TYPE | N_EXT))) in obj_aout_frob_symbol()
48 if ((type & N_TYPE) != N_INDR in obj_aout_frob_symbol()
49 && (type & N_TYPE) != N_SETA in obj_aout_frob_symbol()
50 && (type & N_TYPE) != N_SETT in obj_aout_frob_symbol()
51 && (type & N_TYPE) != N_SETD in obj_aout_frob_symbol()
52 && (type & N_TYPE) != N_SETB in obj_aout_frob_symbol()
60 switch (type & N_TYPE) in obj_aout_frob_symbol()
Daout_gnu.h248 #define N_TYPE 036 macro
/toolchain/binutils/binutils-2.27/include/
Dbout.h132 #define N_TYPE 036 /* Mask for all the type bits */ macro
/toolchain/binutils/binutils-2.27/bfd/
Daoutx.h1403 switch (cache_ptr->type & N_TYPE) in translate_from_native_sym_flags()
1489 switch (cache_ptr->type & N_TYPE) in translate_from_native_sym_flags()
1571 sym_pointer->e_type[0] &= ~N_TYPE; in translate_to_native_sym_flags()
1653 switch (sym_pointer->e_type[0] & N_TYPE) in translate_to_native_sym_flags()
3915 switch (indx & N_TYPE) in aout_reloc_index_to_section()
4550 if ((type & N_TYPE) == N_TEXT in aout_link_input_section_ext()
4553 else if ((type & N_TYPE) == N_DATA in aout_link_input_section_ext()
4556 else if ((type & N_TYPE) == N_BSS in aout_link_input_section_ext()
4559 else if ((type & N_TYPE) == N_ABS in aout_link_input_section_ext()
4910 if ((type & N_TYPE) == N_INDR in aout_link_write_symbols()
[all …]
Dpdp11.c151 #undef N_TYPE
160 #define N_TYPE 0x1f /* Type mask. */ macro
1285 switch (cache_ptr->type & N_TYPE) in translate_from_native_sym_flags()
1373 sym_pointer->e_type[0] &= ~N_TYPE; in translate_to_native_sym_flags()
4113 if ((type & N_TYPE) == N_INDR in aout_link_write_symbols()
4147 if ((type & N_TYPE) == N_TEXT in aout_link_write_symbols()
4150 else if ((type & N_TYPE) == N_DATA in aout_link_write_symbols()
4153 else if ((type & N_TYPE) == N_BSS in aout_link_write_symbols()
4156 else if ((type & N_TYPE) == N_ABS in aout_link_write_symbols()
4159 else if (((type & N_TYPE) == N_INDR in aout_link_write_symbols()
[all …]
DChangeLog-2008645 (N_STAB, N_TYPE, N_EXT, N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS,
/toolchain/binutils/binutils-2.27/include/aout/
Dadobe.h133 #define N_TYPE 0x1e macro
Daout64.h289 #define N_TYPE 0x1e macro
/toolchain/binutils/binutils-2.27/gas/doc/
Dinternals.texi1240 set. The macro is given the N_TYPE bits for the section in its