Searched refs:N_UNDF (Results 1 - 23 of 23) sorted by relevance

/haiku-buildtools/legacy/binutils/include/
H A Dbout.h123 #define N_UNDF 0 /* Undefined symbol */ macro
/haiku-buildtools/binutils/include/
H A Dbout.h124 #define N_UNDF 0 /* Undefined symbol */ macro
/haiku-buildtools/legacy/binutils/include/aout/
H A Dadobe.h121 #define N_UNDF 0 /* Undefined symbol */
129 /* Note: N_EXT can only be usefully OR-ed with N_UNDF, N_ABS, N_TEXT,
120 #define N_UNDF macro
H A Daout64.h282 #define N_UNDF 0 /* Undefined symbol. */
290 /* Note: N_EXT can only be usefully OR-ed with N_UNDF, N_ABS, N_TEXT,
280 #define N_UNDF macro
/haiku-buildtools/binutils/gas/config/
H A Dobj-aout.c41 if (type == (N_UNDF | N_EXT)
H A Daout_gnu.h237 #define N_UNDF 0
245 /* Note: N_EXT can only usefully be OR-ed with N_UNDF, N_ABS, N_TEXT,
236 #define N_UNDF macro
/haiku-buildtools/binutils/include/aout/
H A Dadobe.h122 #define N_UNDF 0 /* Undefined symbol */
130 /* Note: N_EXT can only be usefully OR-ed with N_UNDF, N_ABS, N_TEXT,
121 #define N_UNDF macro
H A Daout64.h279 #define N_UNDF 0 /* Undefined symbol. */
287 /* Note: N_EXT can only be usefully OR-ed with N_UNDF, N_ABS, N_TEXT,
277 #define N_UNDF macro
/haiku-buildtools/legacy/binutils/gas/config/
H A Daout_gnu.h237 #define N_UNDF 0
245 /* Note: N_EXT can only usefully be OR-ed with N_UNDF, N_ABS, N_TEXT,
236 #define N_UNDF macro
H A Dobj-aout.c45 if (type == (N_UNDF | N_EXT)
/haiku-buildtools/legacy/binutils/bfd/
H A Dhp300hpux.c383 new_type = N_UNDF;
419 case N_UNDF | N_EXT:
H A Dpdp11.c157 #undef N_UNDF macro
166 #define N_UNDF 0x00 /* Undefined. */ macro
1326 case N_UNDF | N_EXT:
1406 sym_pointer->e_type[0] = N_UNDF | N_EXT;
1408 sym_pointer->e_type[0] = N_UNDF | N_EXT;
2619 if (type == (N_UNDF | N_EXT))
2784 case N_UNDF:
2794 case N_UNDF | N_EXT:
2940 type = N_UNDF | N_EXT;
2966 type = N_UNDF | N_EX
[all...]
H A Daoutx.h1411 case N_UNDF | N_EXT:
1572 sym_pointer->e_type[0] = N_UNDF | N_EXT;
1576 sym_pointer->e_type[0] = N_UNDF | N_EXT;
1629 case N_UNDF: type = N_WEAKU; break;
2973 case N_UNDF:
2990 case N_UNDF | N_EXT:
3269 if (type == (N_UNDF | N_EXT))
3546 type = N_UNDF | N_EXT;
3572 type = N_UNDF | N_EXT;
3843 case N_UNDF
[all...]
H A Dsunos.c2261 type = N_UNDF | N_EXT;
2277 type = N_UNDF | N_EXT;
2306 type = N_UNDF | N_EXT;
H A Dmach-o.c102 #define N_UNDF 0x0 macro
/haiku-buildtools/binutils/bfd/
H A Dhp300hpux.c370 new_type = N_UNDF;
406 case N_UNDF | N_EXT:
H A Dpdp11.c152 #undef N_UNDF macro
161 #define N_UNDF 0x00 /* Undefined. */ macro
1326 case N_UNDF | N_EXT:
1407 sym_pointer->e_type[0] = N_UNDF | N_EXT;
1409 sym_pointer->e_type[0] = N_UNDF | N_EXT;
2627 if (type == (N_UNDF | N_EXT))
2811 case N_UNDF:
2821 case N_UNDF | N_EXT:
2968 type = N_UNDF | N_EXT;
2994 type = N_UNDF | N_EX
[all...]
H A Daoutx.h1444 case N_UNDF | N_EXT:
1607 sym_pointer->e_type[0] = N_UNDF | N_EXT;
1611 sym_pointer->e_type[0] = N_UNDF | N_EXT;
1665 case N_UNDF: type = N_WEAKU; break;
3077 case N_UNDF:
3094 case N_UNDF | N_EXT:
3383 if (type == (N_UNDF | N_EXT))
3680 type = N_UNDF | N_EXT;
3706 type = N_UNDF | N_EXT;
3973 case N_UNDF
[all...]
H A Dsunos.c2239 type = N_UNDF | N_EXT;
2255 type = N_UNDF | N_EXT;
2284 type = N_UNDF | N_EXT;
/haiku-buildtools/legacy/binutils/gas/
H A Dsymbols.c358 #ifdef N_UNDF
359 know (N_UNDF == 0);
/haiku-buildtools/legacy/binutils/binutils/
H A Dobjdump.c2212 else if (type == N_UNDF)
2220 /* Symbols with type == 0 (N_UNDF) specify the length of the
2223 if (type == N_UNDF)
/haiku-buildtools/binutils/binutils/
H A Dobjdump.c2726 else if (type == N_UNDF)
2734 /* Symbols with type == 0 (N_UNDF) specify the length of the
2737 if (type == N_UNDF)
/haiku-buildtools/binutils/gas/
H A Dsymbols.c362 #ifdef N_UNDF
363 know (N_UNDF == 0);

Completed in 338 milliseconds