Searched refs:N_ABS (Results 1 - 19 of 19) sorted by relevance

/haiku-fatelf/src/bin/gdb/include/
H A Dbout.h124 #define N_ABS 2 /* Absolute symbol */ macro
/haiku-fatelf/src/bin/gdb/bfd/
H A Daout-cris.c183 r_index = N_ABS;
268 r_index = N_ABS;
H A Dpdp11.c324 #undef N_ABS macro
333 #define N_ABS 0x01 /* absolute */ macro
1585 case N_ABS:
1606 case N_ABS: case N_ABS | N_EXT:
1684 sym_pointer->e_type[0] |= N_ABS;
1720 case N_ABS: type = N_SETA; break;
1737 case N_ABS: type = N_WEAKA; break;
2076 r_index = N_ABS;
2139 case N_ABS
[all...]
H A Daoutx.h1439 case N_ABS:
1460 case N_ABS: case N_ABS | N_EXT:
1554 cache_ptr->type = N_ABS;
1701 sym_pointer->e_type[0] |= N_ABS;
1747 case N_ABS: type = N_SETA; break;
1762 case N_ABS: type = N_WEAKA; break;
2107 r_index = N_ABS;
2187 r_index = N_ABS;
2263 case N_ABS
[all...]
H A Di386lynx.c334 case N_ABS: \
335 case N_ABS | N_EXT: \
H A Dhp300hpux.c387 new_type = N_ABS;
427 case N_ABS | N_EXT:
H A Dbout.c701 case N_ABS:
702 case N_ABS | N_EXT:
H A Dcoffgen.c334 if (index == N_ABS)
644 syment->n_scnum = N_ABS;
971 native->u.syment.n_scnum = N_ABS;
H A Dcofflink.c1517 symbol, then skip it. FIXME: gas sets the section to N_ABS
1524 || (isym.n_scnum == N_ABS
2509 isym.n_scnum = N_ABS;
H A Dmach-o.c167 #define N_ABS 0x2 macro
692 ntype |= N_ABS;
H A Dsunos.c2365 ? N_ABS
H A Decoff.c36 #undef N_ABS macro
H A Dxcofflink.c5886 isym.n_scnum = N_ABS;
/haiku-fatelf/src/bin/gdb/include/aout/
H A Dadobe.h122 #define N_ABS 2 /* Absolute symbol -- defined at particular addr */
129 /* Note: N_EXT can only be usefully OR-ed with N_UNDF, N_ABS, N_TEXT,
225 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
121 #define N_ABS macro
H A Daout64.h283 #define N_ABS 2 /* Absolute symbol -- defined at particular addr. */
290 /* Note: N_EXT can only be usefully OR-ed with N_UNDF, N_ABS, N_TEXT,
397 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
281 #define N_ABS macro
/haiku-fatelf/src/bin/gdb/include/coff/
H A Dinternal.h404 #define N_ABS ((short)-1) /* value of symbol is absolute */ macro
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddbxread.c454 case N_ABS | N_EXT:
1340 case N_ABS | N_EXT:
1434 case N_ABS:
H A Dcoffread.c889 else if (cs->c_secnum == N_ABS)
H A Dmdebugread.c2777 case N_ABS | N_EXT:
2807 case N_ABS:

Completed in 201 milliseconds