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

  /src/include/
nlist.h 77 #define N_TYPE 0x1e /* mask for all the type bits */
78 unsigned char n_type; /* type defines */ member in struct:nlist
  /src/tools/arm-elf2aout/
nlist.h 79 #define N_TYPE 0x1e /* mask for all the type bits */
80 unsigned char n_type; /* type defines */ member in struct:nlist
  /src/tools/m68k-elf2aout/
nlist.h 79 #define N_TYPE 0x1e /* mask for all the type bits */
80 unsigned char n_type; /* type defines */ member in struct:nlist
  /src/external/gpl3/gdb.old/dist/include/
bout.h 116 unsigned char n_type; /* See below */ member in struct:nlist
123 /* Legal values of n_type. */
132 #define N_TYPE 036 /* Mask for all the type bits */
  /src/usr.bin/find/
find.h 49 N_PRUNE, N_REGEX, N_SINCE, N_SIZE, N_TYPE, N_USER, N_XDEV, N_DELETE
  /src/external/gpl3/binutils/dist/gprofng/src/
stab.h 39 unsigned char n_type; /* type flag (N_TEXT,..) */ member in struct:stab
60 * Simple values for n_type.
70 #define N_TYPE 0x1e /* mask for all the type bits */
  /src/external/gpl3/binutils/dist/include/aout/
aout64.h 274 unsigned char n_type; /* Type of symbol. */
280 /* The n_type field is the symbol type, containing: */
294 #define N_TYPE 0x1e
272 unsigned char n_type; \/* Type of symbol. *\/ member in struct:internal_nlist
  /src/external/gpl3/binutils.old/dist/gprofng/src/
stab.h 39 unsigned char n_type; /* type flag (N_TEXT,..) */ member in struct:stab
60 * Simple values for n_type.
70 #define N_TYPE 0x1e /* mask for all the type bits */
  /src/external/gpl3/binutils.old/dist/include/aout/
aout64.h 274 unsigned char n_type; /* Type of symbol. */
280 /* The n_type field is the symbol type, containing: */
294 #define N_TYPE 0x1e
272 unsigned char n_type; \/* Type of symbol. *\/ member in struct:internal_nlist
  /src/external/gpl3/gdb.old/dist/include/aout/
aout64.h 274 unsigned char n_type; /* Type of symbol. */
280 /* The n_type field is the symbol type, containing: */
294 #define N_TYPE 0x1e
272 unsigned char n_type; \/* Type of symbol. *\/ member in struct:internal_nlist
  /src/external/gpl3/gdb/dist/include/aout/
aout64.h 274 unsigned char n_type; /* Type of symbol. */
280 /* The n_type field is the symbol type, containing: */
294 #define N_TYPE 0x1e
272 unsigned char n_type; \/* Type of symbol. *\/ member in struct:internal_nlist
  /src/external/gpl3/binutils/dist/bfd/
pdp11.c 176 #undef N_TYPE
186 #define N_TYPE 0x1f /* Type mask. */
1457 sym_pointer->e_type[0] &= ~N_TYPE;
4233 if ((type & N_TYPE) == N_INDR
4293 else if ((type & N_TYPE) == N_TEXT
4296 else if ((type & N_TYPE) == N_DATA
4299 else if ((type & N_TYPE) == N_BSS
4302 else if ((type & N_TYPE) == N_ABS
4305 else if (((type & N_TYPE) == N_INDR
4327 if ((type & N_TYPE) == N_INDR
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
pdp11.c 176 #undef N_TYPE
186 #define N_TYPE 0x1f /* Type mask. */
1457 sym_pointer->e_type[0] &= ~N_TYPE;
4233 if ((type & N_TYPE) == N_INDR
4293 else if ((type & N_TYPE) == N_TEXT
4296 else if ((type & N_TYPE) == N_DATA
4299 else if ((type & N_TYPE) == N_BSS
4302 else if ((type & N_TYPE) == N_ABS
4305 else if (((type & N_TYPE) == N_INDR
4327 if ((type & N_TYPE) == N_INDR
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
pdp11.c 176 #undef N_TYPE
186 #define N_TYPE 0x1f /* Type mask. */
1457 sym_pointer->e_type[0] &= ~N_TYPE;
4240 if ((type & N_TYPE) == N_INDR
4300 else if ((type & N_TYPE) == N_TEXT
4303 else if ((type & N_TYPE) == N_DATA
4306 else if ((type & N_TYPE) == N_BSS
4309 else if ((type & N_TYPE) == N_ABS
4312 else if (((type & N_TYPE) == N_INDR
4334 if ((type & N_TYPE) == N_INDR
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
pdp11.c 176 #undef N_TYPE
186 #define N_TYPE 0x1f /* Type mask. */
1457 sym_pointer->e_type[0] &= ~N_TYPE;
4233 if ((type & N_TYPE) == N_INDR
4293 else if ((type & N_TYPE) == N_TEXT
4296 else if ((type & N_TYPE) == N_DATA
4299 else if ((type & N_TYPE) == N_BSS
4302 else if ((type & N_TYPE) == N_ABS
4305 else if (((type & N_TYPE) == N_INDR
4327 if ((type & N_TYPE) == N_INDR
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h 299 // Constant masks for the "n_type" field in llvm::MachO::nlist and
303 N_TYPE = 0x0e,
308 // Constants for the "n_type & N_TYPE" llvm::MachO::nlist and
353 // Constant values for the "n_type" field in llvm::MachO::nlist and
354 // llvm::MachO::nlist_64 when "(n_type & N_STAB) != 0"
982 uint8_t n_type; member in struct:llvm::MachO::nlist_base
989 uint8_t n_type; member in struct:llvm::MachO::nlist
997 uint8_t n_type; member in struct:llvm::MachO::nlist_64

Completed in 29 milliseconds