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

/haiku-buildtools/binutils/gas/config/
H A Dobj-aout.c39 if (! (type & ~ (N_TYPE | N_EXT)))
41 if (type == (N_UNDF | N_EXT)
58 type |= N_EXT;
93 if (type & N_EXT)
H A Daout_gnu.h245 /* Note: N_EXT can only usefully be OR-ed with N_UNDF, N_ABS, N_TEXT,
248 #define N_EXT 1
432 (the N_EXT bit may be set also, but signifies nothing). */
247 #define N_EXT macro
/haiku-buildtools/legacy/binutils/gas/config/
H A Dobj-aout.c43 if (! (type & ~ (N_TYPE | N_EXT)))
45 if (type == (N_UNDF | N_EXT)
62 type |= N_EXT;
97 if (type & N_EXT)
H A Daout_gnu.h245 /* Note: N_EXT can only usefully be OR-ed with N_UNDF, N_ABS, N_TEXT,
248 #define N_EXT 1
432 (the N_EXT bit may be set also, but signifies nothing). */
247 #define N_EXT macro
/haiku-buildtools/legacy/binutils/include/
H A Dbout.h130 #define N_EXT 1 /* External symbol (OR'd in with one of above) */ macro
/haiku-buildtools/binutils/include/
H A Dbout.h131 #define N_EXT 1 /* External symbol (OR'd in with one of above) */ macro
/haiku-buildtools/legacy/binutils/bfd/
H A Dhp300hpux.c411 new_type |= N_EXT;
419 case N_UNDF | N_EXT:
427 case N_ABS | N_EXT:
430 case N_TEXT | N_EXT:
433 case N_DATA | N_EXT:
436 case N_BSS | N_EXT:
H A Daoutx.h1398 if ((cache_ptr->type & N_EXT) == 0)
1406 case N_ABS: case N_ABS | N_EXT:
1411 case N_UNDF | N_EXT:
1425 case N_TEXT: case N_TEXT | N_EXT:
1437 case N_SETV: case N_SETV | N_EXT:
1438 case N_DATA: case N_DATA | N_EXT:
1444 case N_BSS: case N_BSS | N_EXT:
1450 case N_SETA: case N_SETA | N_EXT:
1451 case N_SETT: case N_SETT | N_EXT:
1452 case N_SETD: case N_SETD | N_EXT
[all...]
H A Di386lynx.c319 case N_TEXT | N_EXT: \
324 case N_DATA | N_EXT: \
329 case N_BSS | N_EXT: \
335 case N_ABS | N_EXT: \
H A Dpdp11.c164 #undef N_EXT macro
173 #define N_EXT 0x20 /* External flag. */ macro
1313 if ((cache_ptr->type & N_EXT) == 0)
1321 case N_ABS: case N_ABS | N_EXT:
1326 case N_UNDF | N_EXT:
1340 case N_TEXT: case N_TEXT | N_EXT:
1346 case N_DATA: case N_DATA | N_EXT:
1352 case N_BSS: case N_BSS | N_EXT:
1406 sym_pointer->e_type[0] = N_UNDF | N_EXT;
1408 sym_pointer->e_type[0] = N_UNDF | N_EXT;
[all...]
H A Dbout.c779 case N_TEXT | N_EXT:
784 case N_DATA | N_EXT:
789 case N_BSS | N_EXT:
794 case N_ABS | N_EXT:
H A Dsunos.c2261 type = N_UNDF | N_EXT;
2277 type = N_UNDF | N_EXT;
2298 type |= N_EXT;
2306 type = N_UNDF | N_EXT;
H A Dmach-o.c101 #define N_EXT 0x01 macro
/haiku-buildtools/binutils/bfd/
H A Dhp300hpux.c398 new_type |= N_EXT;
406 case N_UNDF | N_EXT:
414 case N_ABS | N_EXT:
417 case N_TEXT | N_EXT:
420 case N_DATA | N_EXT:
423 case N_BSS | N_EXT:
H A Daoutx.h1431 if ((cache_ptr->type & N_EXT) == 0)
1439 case N_ABS: case N_ABS | N_EXT:
1444 case N_UNDF | N_EXT:
1458 case N_TEXT: case N_TEXT | N_EXT:
1470 case N_SETV: case N_SETV | N_EXT:
1471 case N_DATA: case N_DATA | N_EXT:
1477 case N_BSS: case N_BSS | N_EXT:
1483 case N_SETA: case N_SETA | N_EXT:
1484 case N_SETT: case N_SETT | N_EXT:
1485 case N_SETD: case N_SETD | N_EXT
[all...]
H A Di386lynx.c296 case N_TEXT | N_EXT: \
301 case N_DATA | N_EXT: \
306 case N_BSS | N_EXT: \
312 case N_ABS | N_EXT: \
H A Dpdp11.c159 #undef N_EXT macro
168 #define N_EXT 0x20 /* External flag. */ macro
1313 if ((cache_ptr->type & N_EXT) == 0)
1321 case N_ABS: case N_ABS | N_EXT:
1326 case N_UNDF | N_EXT:
1340 case N_TEXT: case N_TEXT | N_EXT:
1346 case N_DATA: case N_DATA | N_EXT:
1352 case N_BSS: case N_BSS | N_EXT:
1407 sym_pointer->e_type[0] = N_UNDF | N_EXT;
1409 sym_pointer->e_type[0] = N_UNDF | N_EXT;
[all...]
H A Dbout.c791 case N_TEXT | N_EXT:
796 case N_DATA | N_EXT:
801 case N_BSS | N_EXT:
806 case N_ABS | N_EXT:
H A Dsunos.c2239 type = N_UNDF | N_EXT;
2255 type = N_UNDF | N_EXT;
2276 type |= N_EXT;
2284 type = N_UNDF | N_EXT;
/haiku-buildtools/legacy/binutils/include/aout/
H A Dadobe.h129 /* Note: N_EXT can only be usefully OR-ed with N_UNDF, N_ABS, N_TEXT,
132 #define N_EXT 1 /* External symbol (as opposed to local-to-this-file) */
226 (the N_EXT bit may be set also, but signifies nothing). */
131 #define N_EXT macro
H A Daout64.h290 /* Note: N_EXT can only be usefully OR-ed with N_UNDF, N_ABS, N_TEXT,
293 #define N_EXT 1 /* External symbol (as opposed to local-to-this-file). */
398 (the N_EXT bit may be set also, but signifies nothing). */
291 #define N_EXT macro
/haiku-buildtools/binutils/include/aout/
H A Dadobe.h130 /* Note: N_EXT can only be usefully OR-ed with N_UNDF, N_ABS, N_TEXT,
133 #define N_EXT 1 /* External symbol (as opposed to local-to-this-file) */
227 (the N_EXT bit may be set also, but signifies nothing). */
132 #define N_EXT macro
H A Daout64.h287 /* Note: N_EXT can only be usefully OR-ed with N_UNDF, N_ABS, N_TEXT,
290 #define N_EXT 1 /* External symbol (as opposed to local-to-this-file). */
395 (the N_EXT bit may be set also, but signifies nothing). */
288 #define N_EXT macro

Completed in 338 milliseconds