Searched refs:N_TYPE (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/binutils/gas/config/
H A Dobj-aout.c39 if (! (type & ~ (N_TYPE | N_EXT)))
48 if ((type & N_TYPE) != N_INDR
49 && (type & N_TYPE) != N_SETA
50 && (type & N_TYPE) != N_SETT
51 && (type & N_TYPE) != N_SETD
52 && (type & N_TYPE) != N_SETB
60 switch (type & N_TYPE)
H A Daout_gnu.h249 #define N_TYPE 036
248 #define N_TYPE macro
/haiku-buildtools/legacy/binutils/gas/config/
H A Dobj-aout.c43 if (! (type & ~ (N_TYPE | N_EXT)))
52 if ((type & N_TYPE) != N_INDR
53 && (type & N_TYPE) != N_SETA
54 && (type & N_TYPE) != N_SETT
55 && (type & N_TYPE) != N_SETD
56 && (type & N_TYPE) != N_SETB
64 switch (type & N_TYPE)
H A Daout_gnu.h249 #define N_TYPE 036
248 #define N_TYPE macro
/haiku-buildtools/legacy/binutils/include/
H A Dbout.h131 #define N_TYPE 036 /* Mask for all the type bits */ macro
/haiku-buildtools/binutils/include/
H A Dbout.h132 #define N_TYPE 036 /* Mask for all the type bits */ macro
/haiku-buildtools/legacy/binutils/include/aout/
H A Dadobe.h133 #define N_TYPE 0x1e
132 #define N_TYPE macro
H A Daout64.h294 #define N_TYPE 0x1e
292 #define N_TYPE macro
/haiku-buildtools/binutils/include/aout/
H A Dadobe.h134 #define N_TYPE 0x1e
133 #define N_TYPE macro
H A Daout64.h291 #define N_TYPE 0x1e
289 #define N_TYPE macro
/haiku-buildtools/legacy/binutils/bfd/
H A Dpdp11.c156 #undef N_TYPE macro
165 #define N_TYPE 0x1f /* Type mask. */ macro
1287 switch (cache_ptr->type & N_TYPE)
1375 sym_pointer->e_type[0] &= ~N_TYPE;
4114 if ((type & N_TYPE) == N_INDR
4148 if ((type & N_TYPE) == N_TEXT
4151 else if ((type & N_TYPE) == N_DATA
4154 else if ((type & N_TYPE) == N_BSS
4157 else if ((type & N_TYPE) == N_ABS
4160 else if (((type & N_TYPE)
[all...]
H A Daoutx.h1372 switch (cache_ptr->type & N_TYPE)
1458 switch (cache_ptr->type & N_TYPE)
1540 sym_pointer->e_type[0] &= ~N_TYPE;
1622 switch (sym_pointer->e_type[0] & N_TYPE)
3837 switch (indx & N_TYPE)
4462 if ((type & N_TYPE) == N_TEXT
4465 else if ((type & N_TYPE) == N_DATA
4468 else if ((type & N_TYPE) == N_BSS
4471 else if ((type & N_TYPE) == N_ABS
4825 if ((type & N_TYPE)
[all...]
H A Dmach-o.c100 #define N_TYPE 0x1e macro
/haiku-buildtools/binutils/bfd/
H A Dpdp11.c151 #undef N_TYPE macro
160 #define N_TYPE 0x1f /* Type mask. */ macro
1287 switch (cache_ptr->type & N_TYPE)
1375 sym_pointer->e_type[0] &= ~N_TYPE;
4127 if ((type & N_TYPE) == N_INDR
4161 if ((type & N_TYPE) == N_TEXT
4164 else if ((type & N_TYPE) == N_DATA
4167 else if ((type & N_TYPE) == N_BSS
4170 else if ((type & N_TYPE) == N_ABS
4173 else if (((type & N_TYPE)
[all...]
H A Daoutx.h1405 switch (cache_ptr->type & N_TYPE)
1491 switch (cache_ptr->type & N_TYPE)
1573 sym_pointer->e_type[0] &= ~N_TYPE;
1658 switch (sym_pointer->e_type[0] & N_TYPE)
3967 switch (indx & N_TYPE)
4602 if ((type & N_TYPE) == N_TEXT
4605 else if ((type & N_TYPE) == N_DATA
4608 else if ((type & N_TYPE) == N_BSS
4611 else if ((type & N_TYPE) == N_ABS
4962 if ((type & N_TYPE)
[all...]

Completed in 161 milliseconds