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

  /src/include/
nlist.h 62 #define N_TEXT 0x04 /* text segment */
  /src/tools/arm-elf2aout/
nlist.h 64 #define N_TEXT 0x04 /* text segment */
  /src/tools/m68k-elf2aout/
nlist.h 64 #define N_TEXT 0x04 /* text segment */
  /src/external/gpl3/gdb/dist/include/
bout.h 126 #define N_TEXT 4 /* Text symbol */
177 either N_TEXT, N_DATA, or N_BSS to
  /src/external/gpl3/gdb.old/dist/include/
bout.h 126 #define N_TEXT 4 /* Text symbol */
177 either N_TEXT, N_DATA, or N_BSS to
  /src/external/gpl3/binutils/dist/gprofng/src/
stab.h 39 unsigned char n_type; /* type flag (N_TEXT,..) */
64 #define N_TEXT 0x4 /* text */
  /src/external/gpl3/binutils/dist/include/aout/
aout64.h 284 #define N_TEXT 4 /* Text sym -- defined at offset in text seg. */
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 39 unsigned char n_type; /* type flag (N_TEXT,..) */
64 #define N_TEXT 0x4 /* text */
  /src/external/gpl3/binutils.old/dist/include/aout/
aout64.h 284 #define N_TEXT 4 /* Text sym -- defined at offset in text seg. */
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 284 #define N_TEXT 4 /* Text sym -- defined at offset in text seg. */
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 284 #define N_TEXT 4 /* Text sym -- defined at offset in text seg. */
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/
pdp11.c 179 #undef N_TEXT
189 #define N_TEXT 0x02 /* Text segment. */
1202 newsect->target_index = N_TEXT;
1420 case N_TEXT: case N_TEXT | N_EXT:
1483 sym_pointer->e_type[0] |= N_TEXT;
1860 case N_TEXT: \
1861 case N_TEXT | N_EXT: \
2338 case N_TEXT:
2706 if (type == (N_TEXT | N_EXT
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
pdp11.c 179 #undef N_TEXT
189 #define N_TEXT 0x02 /* Text segment. */
1202 newsect->target_index = N_TEXT;
1420 case N_TEXT: case N_TEXT | N_EXT:
1483 sym_pointer->e_type[0] |= N_TEXT;
1860 case N_TEXT: \
1861 case N_TEXT | N_EXT: \
2338 case N_TEXT:
2706 if (type == (N_TEXT | N_EXT
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
pdp11.c 179 #undef N_TEXT
189 #define N_TEXT 0x02 /* Text segment. */
1202 newsect->target_index = N_TEXT;
1420 case N_TEXT: case N_TEXT | N_EXT:
1483 sym_pointer->e_type[0] |= N_TEXT;
1860 case N_TEXT: \
1861 case N_TEXT | N_EXT: \
2338 case N_TEXT:
2706 if (type == (N_TEXT | N_EXT
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
pdp11.c 179 #undef N_TEXT
189 #define N_TEXT 0x02 /* Text segment. */
1209 newsect->target_index = N_TEXT;
1427 case N_TEXT: case N_TEXT | N_EXT:
1490 sym_pointer->e_type[0] |= N_TEXT;
1867 case N_TEXT: \
1868 case N_TEXT | N_EXT: \
2345 case N_TEXT:
2713 if (type == (N_TEXT | N_EXT
    [all...]

Completed in 47 milliseconds