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

  /src/include/
nlist.h 63 #define N_DATA 0x06 /* data segment */
  /src/tools/arm-elf2aout/
nlist.h 65 #define N_DATA 0x06 /* data segment */
  /src/tools/m68k-elf2aout/
nlist.h 65 #define N_DATA 0x06 /* data segment */
  /src/external/gpl3/gdb/dist/include/
bout.h 127 #define N_DATA 6 /* Data symbol */
177 either N_TEXT, N_DATA, or N_BSS to
  /src/external/gpl3/gdb.old/dist/include/
bout.h 127 #define N_DATA 6 /* Data symbol */
177 either N_TEXT, N_DATA, or N_BSS to
  /src/external/gpl3/binutils/dist/gprofng/src/
stab.h 65 #define N_DATA 0x6 /* data */
  /src/external/gpl3/binutils/dist/include/aout/
aout64.h 285 #define N_DATA 6 /* Data sym -- defined at offset in data seg. */
291 N_DATA, or N_BSS. When the low-order bit of other types is set,
307 This symbol acts like a N_DATA global symbol
397 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
  /src/external/gpl3/binutils.old/dist/gprofng/src/
stab.h 65 #define N_DATA 0x6 /* data */
  /src/external/gpl3/binutils.old/dist/include/aout/
aout64.h 285 #define N_DATA 6 /* Data sym -- defined at offset in data seg. */
291 N_DATA, or N_BSS. When the low-order bit of other types is set,
307 This symbol acts like a N_DATA global symbol
397 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
  /src/external/gpl3/gdb/dist/include/aout/
aout64.h 285 #define N_DATA 6 /* Data sym -- defined at offset in data seg. */
291 N_DATA, or N_BSS. When the low-order bit of other types is set,
307 This symbol acts like a N_DATA global symbol
397 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
  /src/external/gpl3/gdb.old/dist/include/aout/
aout64.h 285 #define N_DATA 6 /* Data sym -- defined at offset in data seg. */
291 N_DATA, or N_BSS. When the low-order bit of other types is set,
307 This symbol acts like a N_DATA global symbol
397 r_symbolnum is N_TEXT, N_DATA, N_BSS or N_ABS
  /src/external/gpl3/binutils/dist/bfd/
pdp11.c 180 #undef N_DATA
190 #define N_DATA 0x03 /* Data segment. */
1208 newsect->target_index = N_DATA;
1426 case N_DATA: case N_DATA | N_EXT:
1485 sym_pointer->e_type[0] |= N_DATA;
1865 case N_DATA: \
1866 case N_DATA | N_EXT: \
2707 || type == (N_DATA | N_EXT)
2920 case N_DATA
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
pdp11.c 180 #undef N_DATA
190 #define N_DATA 0x03 /* Data segment. */
1208 newsect->target_index = N_DATA;
1426 case N_DATA: case N_DATA | N_EXT:
1485 sym_pointer->e_type[0] |= N_DATA;
1865 case N_DATA: \
1866 case N_DATA | N_EXT: \
2707 || type == (N_DATA | N_EXT)
2920 case N_DATA
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
pdp11.c 180 #undef N_DATA
190 #define N_DATA 0x03 /* Data segment. */
1208 newsect->target_index = N_DATA;
1426 case N_DATA: case N_DATA | N_EXT:
1485 sym_pointer->e_type[0] |= N_DATA;
1865 case N_DATA: \
1866 case N_DATA | N_EXT: \
2707 || type == (N_DATA | N_EXT)
2927 case N_DATA
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
pdp11.c 180 #undef N_DATA
190 #define N_DATA 0x03 /* Data segment. */
1215 newsect->target_index = N_DATA;
1433 case N_DATA: case N_DATA | N_EXT:
1492 sym_pointer->e_type[0] |= N_DATA;
1872 case N_DATA: \
1873 case N_DATA | N_EXT: \
2714 || type == (N_DATA | N_EXT)
2934 case N_DATA
    [all...]

Completed in 41 milliseconds