Searched refs:N_TYPE (Results 1 – 9 of 9) sorted by relevance
39 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()
248 #define N_TYPE 036 macro
132 #define N_TYPE 036 /* Mask for all the type bits */ macro
1403 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 …]
151 #undef N_TYPE160 #define N_TYPE 0x1f /* Type mask. */ macro1285 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 …]
645 (N_STAB, N_TYPE, N_EXT, N_UNDF, N_ABS, N_TEXT, N_DATA, N_BSS,
133 #define N_TYPE 0x1e macro
289 #define N_TYPE 0x1e macro
1240 set. The macro is given the N_TYPE bits for the section in its