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

/freebsd-10.0-release/sys/sys/
H A Dnlist_aout.h74 #define N_ABS 0x02 /* absolute address */ macro
/freebsd-10.0-release/contrib/gdb/include/
H A Dbout.h124 #define N_ABS 2 /* Absolute symbol */ macro
/freebsd-10.0-release/cddl/contrib/opensolaris/head/
H A Dsyms.h77 #define N_ABS -1 macro
/freebsd-10.0-release/contrib/binutils/bfd/
H A Daoutx.h1403 case N_ABS:
1424 case N_ABS: case N_ABS | N_EXT:
1582 sym_pointer->e_type[0] |= N_ABS;
1628 case N_ABS: type = N_SETA; break;
1643 case N_ABS: type = N_WEAKA; break;
1970 r_index = N_ABS;
2049 r_index = N_ABS;
2125 case N_ABS: \
2126 case N_ABS | N_EX
[all...]
H A Dbout.c808 case N_ABS:
809 case N_ABS | N_EXT:
H A Dcoffgen.c301 if (index == N_ABS)
601 syment->n_scnum = N_ABS;
912 native->u.syment.n_scnum = N_ABS;
H A Dcofflink.c1512 symbol, then skip it. FIXME: gas sets the section to N_ABS
1519 || (isym.n_scnum == N_ABS
2506 isym.n_scnum = N_ABS;
H A Dsunos.c2281 ? N_ABS
H A Decoff.c36 #undef N_ABS macro
H A Dxcofflink.c5075 isym.n_scnum = N_ABS;
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Daout_gnu.h238 #define N_ABS 2
245 /* Note: N_EXT can only usefully be OR-ed with N_UNDF, N_ABS, N_TEXT,
431 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
237 #define N_ABS macro
/freebsd-10.0-release/contrib/binutils/include/aout/
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
/freebsd-10.0-release/contrib/binutils/include/coff/
H A Dinternal.h459 #define N_ABS ((short)-1) /* value of symbol is absolute */ macro
/freebsd-10.0-release/lib/libc/gen/
H A Dnlist.c392 N_FN : N_ABS;
/freebsd-10.0-release/usr.bin/ldd/
H A Dsods.c483 case N_ABS: strcpy(type, "abs"); break;
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddbxread.c455 case N_ABS | N_EXT:
1341 case N_ABS | N_EXT:
1441 case N_ABS:
H A Dcoffread.c886 else if (cs->c_secnum == N_ABS)
H A Dmdebugread.c2786 case N_ABS | N_EXT:
2816 case N_ABS:

Completed in 163 milliseconds