Home | History | Annotate | Download | only in bfd

Lines Matching defs:N_EXT

170    those defined in aout64.h so we must redefine them here.  N_EXT changes from
172 between undefined externals (N_UNDF+N_EXT) vs. global variables (N_GYSM) and
173 between external bss symbols (N_BSS+N_EXT) vs. function names (N_FUN). We
184 #undef N_EXT
194 #define N_EXT 0x20 /* External flag. */
333 (undefined externals N_UNDF+N_EXT vs. global variables N_GYSM and external
334 bss symbols N_BSS+N_EXT vs. function names N_FUN) with a hack to look for
1393 if ((cache_ptr->type & N_EXT) == 0)
1401 case N_ABS: case N_ABS | N_EXT:
1406 case N_UNDF | N_EXT:
1420 case N_TEXT: case N_TEXT | N_EXT:
1426 case N_DATA: case N_DATA | N_EXT:
1432 case N_BSS: case N_BSS | N_EXT:
1489 sym_pointer->e_type[0] = N_UNDF | N_EXT;
1491 sym_pointer->e_type[0] = N_UNDF | N_EXT;
1508 sym_pointer->e_type[0] |= N_EXT;
1861 case N_TEXT | N_EXT: \
1866 case N_DATA | N_EXT: \
1871 case N_BSS | N_EXT: \
1877 case N_ABS | N_EXT: \
2692 if ((type & N_EXT) == 0
2706 if (type == (N_TEXT | N_EXT)
2707 || type == (N_DATA | N_EXT)
2708 || type == (N_BSS | N_EXT)
2709 || type == (N_ABS | N_EXT))
2733 if (type == (N_UNDF | N_EXT))
2927 case N_UNDF | N_EXT:
2936 case N_ABS | N_EXT:
2939 case N_TEXT | N_EXT:
2943 case N_DATA | N_EXT:
2949 N_EXT:
3077 type = N_UNDF | N_EXT;
3096 type |= N_EXT;
3103 type = N_UNDF | N_EXT;
3164 r_index = N_ABS | N_EXT;
4379 type |= N_EXT;