HomeSort by: relevance | last modified time | path
    Searched defs:N_ABS (Results 1 - 24 of 24) sorted by relevancy

  /src/include/
nlist.h 61 #define N_ABS 0x02 /* absolute address */
  /src/tools/arm-elf2aout/
nlist.h 63 #define N_ABS 0x02 /* absolute address */
  /src/tools/m68k-elf2aout/
nlist.h 63 #define N_ABS 0x02 /* absolute address */
  /src/external/gpl3/gdb/dist/include/
bout.h 125 #define N_ABS 2 /* Absolute symbol */
  /src/external/gpl3/gdb.old/dist/include/
bout.h 125 #define N_ABS 2 /* Absolute symbol */
  /src/external/cddl/osnet/dist/head/
syms.h 77 #define N_ABS -1
  /src/external/gpl3/binutils/dist/gprofng/src/
stab.h 63 #define N_ABS 0x2 /* absolute */
  /src/external/gpl3/binutils/dist/include/aout/
aout64.h 283 #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
  /src/external/gpl3/binutils.old/dist/gprofng/src/
stab.h 63 #define N_ABS 0x2 /* absolute */
  /src/external/gpl3/binutils.old/dist/include/aout/
aout64.h 283 #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
  /src/external/gpl3/gdb/dist/include/aout/
aout64.h 283 #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
  /src/external/gpl3/gdb.old/dist/include/aout/
aout64.h 283 #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
  /src/external/gpl3/binutils/dist/bfd/
ecoff.c 36 #undef N_ABS
pdp11.c 178 #undef N_ABS
188 #define N_ABS 0x01 /* Absolute. */
1401 case N_ABS: case N_ABS | N_EXT:
1481 sym_pointer->e_type[0] |= N_ABS;
1876 case N_ABS: \
1877 case N_ABS | N_EXT: \
1906 r_index = N_ABS;
1921 r_index = N_ABS;
2709 || type == (N_ABS | N_EXT)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
ecoff.c 36 #undef N_ABS
pdp11.c 178 #undef N_ABS
188 #define N_ABS 0x01 /* Absolute. */
1401 case N_ABS: case N_ABS | N_EXT:
1481 sym_pointer->e_type[0] |= N_ABS;
1876 case N_ABS: \
1877 case N_ABS | N_EXT: \
1906 r_index = N_ABS;
1921 r_index = N_ABS;
2709 || type == (N_ABS | N_EXT)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
ecoff.c 36 #undef N_ABS
pdp11.c 178 #undef N_ABS
188 #define N_ABS 0x01 /* Absolute. */
1401 case N_ABS: case N_ABS | N_EXT:
1481 sym_pointer->e_type[0] |= N_ABS;
1876 case N_ABS: \
1877 case N_ABS | N_EXT: \
1906 r_index = N_ABS;
1921 r_index = N_ABS;
2709 || type == (N_ABS | N_EXT)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
ecoff.c 36 #undef N_ABS
pdp11.c 178 #undef N_ABS
188 #define N_ABS 0x01 /* Absolute. */
1408 case N_ABS: case N_ABS | N_EXT:
1488 sym_pointer->e_type[0] |= N_ABS;
1883 case N_ABS: \
1884 case N_ABS | N_EXT: \
1913 r_index = N_ABS;
1928 r_index = N_ABS;
2716 || type == (N_ABS | N_EXT)
    [all...]
  /src/external/gpl3/binutils/dist/include/coff/
internal.h 487 #define N_ABS ((int)-1) /* value of symbol is absolute */
  /src/external/gpl3/binutils.old/dist/include/coff/
internal.h 493 #define N_ABS ((int)-1) /* value of symbol is absolute */
  /src/external/gpl3/gdb/dist/include/coff/
internal.h 493 #define N_ABS ((int)-1) /* value of symbol is absolute */
  /src/external/gpl3/gdb.old/dist/include/coff/
internal.h 493 #define N_ABS ((int)-1) /* value of symbol is absolute */

Completed in 52 milliseconds