| /src/external/gpl3/binutils/dist/gas/config/ |
| obj-aout.c | 39 if (! (type & ~ (N_TYPE | N_EXT))) 48 if ((type & N_TYPE) != N_INDR 49 && (type & N_TYPE) != N_SETA 50 && (type & N_TYPE) != N_SETT 51 && (type & N_TYPE) != N_SETD 52 && (type & N_TYPE) != N_SETB 60 switch (type & N_TYPE)
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| obj-aout.c | 39 if (! (type & ~ (N_TYPE | N_EXT))) 48 if ((type & N_TYPE) != N_INDR 49 && (type & N_TYPE) != N_SETA 50 && (type & N_TYPE) != N_SETT 51 && (type & N_TYPE) != N_SETD 52 && (type & N_TYPE) != N_SETB 60 switch (type & N_TYPE)
|
| /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/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/ |
| nlist.d | 53 * - N_TYPE (next 3 bits) 56 * The enum values `N_STAB`, `N_PEXT`, `N_TYPE`, and `N_EXT` should be used 59 ubyte n_type; 69 /// Mask to use with `nlist_64.n_type` to check what the entry describes 77 * which case then the values of the n_type field (the entire field) are given 84 N_TYPE = 0x0e, /* mask for the type bits */ 89 /// Values for `NTypeMask.N_TYPE` bits of the `nlist_64.n_type` field.
|
| /src/usr.bin/find/ |
| option.c | 145 { "-type", N_TYPE, c_type, 1 },
|
| 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.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/usr.bin/crunch/crunchide/ |
| exec_aout.c | 61 (((sp)->n_type & N_EXT) && ((sp)->n_type & N_TYPE) != N_UNDF) 166 symp->n_type = 0; 199 if(IS_SYMBOL_RELOC(relp) && symbase[relp->r_symbolnum].n_type == 0) {
|
| /src/usr.sbin/kvm_mkdb/ |
| nlist_aout.c | 188 if (!nbuf._strx || nbuf.n_type&N_STAB) 207 if ((nbuf.n_type & N_TYPE) == N_TEXT)
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-nm/ |
| llvm-nm.cpp | 427 NType = STE_64.n_type; 445 NType = STE.n_type; 465 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { 482 if ((NType & MachO::N_TYPE) == MachO::N_INDR) 484 if (Obj.isIR() && (NType & MachO::N_TYPE) == MachO::N_TYPE) 489 switch (NType & MachO::N_TYPE) { 496 if ((NType & MachO::N_TYPE) == MachO::N_PBUD) 592 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && 595 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_ALT_ENTRY [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| aoutx.h | 1384 switch (cache_ptr->type & N_TYPE) 1470 switch (cache_ptr->type & N_TYPE) 1552 sym_pointer->e_type[0] &= ~N_TYPE; 1637 switch (sym_pointer->e_type[0] & N_TYPE) 3934 switch (indx & N_TYPE) 4567 if ((type & N_TYPE) == N_TEXT 4570 else if ((type & N_TYPE) == N_DATA 4573 else if ((type & N_TYPE) == N_BSS 4576 else if ((type & N_TYPE) == N_ABS 4920 if ((type & N_TYPE) == N_IND [all...] |
| 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/ |
| aoutx.h | 1384 switch (cache_ptr->type & N_TYPE) 1470 switch (cache_ptr->type & N_TYPE) 1552 sym_pointer->e_type[0] &= ~N_TYPE; 1637 switch (sym_pointer->e_type[0] & N_TYPE) 3934 switch (indx & N_TYPE) 4567 if ((type & N_TYPE) == N_TEXT 4570 else if ((type & N_TYPE) == N_DATA 4573 else if ((type & N_TYPE) == N_BSS 4576 else if ((type & N_TYPE) == N_ABS 4920 if ((type & N_TYPE) == N_IND [all...] |
| 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/ |
| aoutx.h | 1384 switch (cache_ptr->type & N_TYPE) 1470 switch (cache_ptr->type & N_TYPE) 1552 sym_pointer->e_type[0] &= ~N_TYPE; 1637 switch (sym_pointer->e_type[0] & N_TYPE) 3941 switch (indx & N_TYPE) 4574 if ((type & N_TYPE) == N_TEXT 4577 else if ((type & N_TYPE) == N_DATA 4580 else if ((type & N_TYPE) == N_BSS 4583 else if ((type & N_TYPE) == N_ABS 4927 if ((type & N_TYPE) == N_IND [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| aoutx.h | 1384 switch (cache_ptr->type & N_TYPE) 1470 switch (cache_ptr->type & N_TYPE) 1552 sym_pointer->e_type[0] &= ~N_TYPE; 1637 switch (sym_pointer->e_type[0] & N_TYPE) 3934 switch (indx & N_TYPE) 4567 if ((type & N_TYPE) == N_TEXT 4570 else if ((type & N_TYPE) == N_DATA 4573 else if ((type & N_TYPE) == N_BSS 4576 else if ((type & N_TYPE) == N_ABS 4920 if ((type & N_TYPE) == N_IND [all...] |
| /src/sys/arch/amiga/stand/binpatch/ |
| binpatch.c | 233 type = nl[0].n_type & N_TYPE;
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/ |
| Object.h | 114 uint8_t n_type; member in struct:llvm::objcopy::macho::SymbolEntry 119 bool isExternalSymbol() const { return n_type & MachO::N_EXT; } 124 return (n_type & MachO::N_TYPE) == MachO::N_UNDF;
|
| /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/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
|