| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | obj-aout.c | 39 if (! (type & ~ (N_TYPE | N_EXT))) in obj_aout_frob_symbol() 48 if ((type & N_TYPE) != N_INDR in obj_aout_frob_symbol() 49 && (type & N_TYPE) != N_SETA in obj_aout_frob_symbol() 50 && (type & N_TYPE) != N_SETT in obj_aout_frob_symbol() 51 && (type & N_TYPE) != N_SETD in obj_aout_frob_symbol() 52 && (type & N_TYPE) != N_SETB in obj_aout_frob_symbol() 60 switch (type & N_TYPE) in obj_aout_frob_symbol()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | obj-aout.c | 39 if (! (type & ~ (N_TYPE | N_EXT))) in obj_aout_frob_symbol() 48 if ((type & N_TYPE) != N_INDR in obj_aout_frob_symbol() 49 && (type & N_TYPE) != N_SETA in obj_aout_frob_symbol() 50 && (type & N_TYPE) != N_SETT in obj_aout_frob_symbol() 51 && (type & N_TYPE) != N_SETD in obj_aout_frob_symbol() 52 && (type & N_TYPE) != N_SETB in obj_aout_frob_symbol() 60 switch (type & N_TYPE) in obj_aout_frob_symbol()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 465 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in darwinPrintSymbol() 482 if ((NType & MachO::N_TYPE) == MachO::N_INDR) in darwinPrintSymbol() 484 if (Obj.isIR() && (NType & MachO::N_TYPE) == MachO::N_TYPE) in darwinPrintSymbol() 489 switch (NType & MachO::N_TYPE) { in darwinPrintSymbol() 496 if ((NType & MachO::N_TYPE) == MachO::N_PBUD) in darwinPrintSymbol() 592 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && in darwinPrintSymbol() 595 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_ALT_ENTRY) in darwinPrintSymbol() 597 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_COLD_FUNC) in darwinPrintSymbol() 604 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in darwinPrintSymbol() 621 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in darwinPrintSymbol() [all …]
|
| /netbsd-src/include/ |
| H A D | nlist.h | 77 #define N_TYPE 0x1e /* mask for all the type bits */ macro
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | aoutx.h | 1397 switch (cache_ptr->type & N_TYPE) in translate_from_native_sym_flags() 1483 switch (cache_ptr->type & N_TYPE) in translate_from_native_sym_flags() 1565 sym_pointer->e_type[0] &= ~N_TYPE; in translate_to_native_sym_flags() 1650 switch (sym_pointer->e_type[0] & N_TYPE) in translate_to_native_sym_flags() 3965 switch (indx & N_TYPE) in aout_reloc_index_to_section() 4598 if ((type & N_TYPE) == N_TEXT in aout_link_input_section_ext() 4601 else if ((type & N_TYPE) == N_DATA in aout_link_input_section_ext() 4604 else if ((type & N_TYPE) == N_BSS in aout_link_input_section_ext() 4607 else if ((type & N_TYPE) == N_ABS in aout_link_input_section_ext() 4958 if ((type & N_TYPE) == N_INDR in aout_link_write_symbols() [all …]
|
| H A D | pdp11.c | 176 #undef N_TYPE 186 #define N_TYPE 0x1f /* Type mask. */ macro 1471 sym_pointer->e_type[0] &= ~N_TYPE; in translate_to_native_sym_flags() 4272 if ((type & N_TYPE) == N_INDR in aout_link_write_symbols() 4332 else if ((type & N_TYPE) == N_TEXT in aout_link_write_symbols() 4335 else if ((type & N_TYPE) == N_DATA in aout_link_write_symbols() 4338 else if ((type & N_TYPE) == N_BSS in aout_link_write_symbols() 4341 else if ((type & N_TYPE) == N_ABS in aout_link_write_symbols() 4344 else if (((type & N_TYPE) == N_INDR in aout_link_write_symbols() 4366 if ((type & N_TYPE) == N_INDR) in aout_link_write_symbols() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | aoutx.h | 1397 switch (cache_ptr->type & N_TYPE) in translate_from_native_sym_flags() 1483 switch (cache_ptr->type & N_TYPE) in translate_from_native_sym_flags() 1565 sym_pointer->e_type[0] &= ~N_TYPE; in translate_to_native_sym_flags() 1650 switch (sym_pointer->e_type[0] & N_TYPE) in translate_to_native_sym_flags() 3960 switch (indx & N_TYPE) in aout_reloc_index_to_section() 4593 if ((type & N_TYPE) == N_TEXT in aout_link_input_section_ext() 4596 else if ((type & N_TYPE) == N_DATA in aout_link_input_section_ext() 4599 else if ((type & N_TYPE) == N_BSS in aout_link_input_section_ext() 4602 else if ((type & N_TYPE) == N_ABS in aout_link_input_section_ext() 4953 if ((type & N_TYPE) == N_INDR in aout_link_write_symbols() [all …]
|
| H A D | pdp11.c | 176 #undef N_TYPE 186 #define N_TYPE 0x1f /* Type mask. */ macro 1472 sym_pointer->e_type[0] &= ~N_TYPE; in translate_to_native_sym_flags() 4270 if ((type & N_TYPE) == N_INDR in aout_link_write_symbols() 4330 else if ((type & N_TYPE) == N_TEXT in aout_link_write_symbols() 4333 else if ((type & N_TYPE) == N_DATA in aout_link_write_symbols() 4336 else if ((type & N_TYPE) == N_BSS in aout_link_write_symbols() 4339 else if ((type & N_TYPE) == N_ABS in aout_link_write_symbols() 4342 else if (((type & N_TYPE) == N_INDR in aout_link_write_symbols() 4364 if ((type & N_TYPE) == N_INDR) in aout_link_write_symbols() [all …]
|
| /netbsd-src/tools/arm-elf2aout/ |
| H A D | nlist.h | 79 #define N_TYPE 0x1e /* mask for all the type bits */ macro
|
| /netbsd-src/tools/m68k-elf2aout/ |
| H A D | nlist.h | 79 #define N_TYPE 0x1e /* mask for all the type bits */ macro
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/ |
| H A D | nlist.d | 84 N_TYPE = 0x0e, /* mask for the type bits */
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | stab.h | 70 #define N_TYPE 0x1e /* mask for all the type bits */ macro
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | stab.h | 70 #define N_TYPE 0x1e /* mask for all the type bits */ macro
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | bout.h | 132 #define N_TYPE 036 /* Mask for all the type bits */ macro
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | bout.h | 132 #define N_TYPE 036 /* Mask for all the type bits */ macro
|
| /netbsd-src/usr.bin/find/ |
| H A D | option.c | 145 { "-type", N_TYPE, c_type, 1 },
|
| H A D | find.h | 49 N_PRUNE, N_REGEX, N_SINCE, N_SIZE, N_TYPE, N_USER, N_XDEV, N_DELETE enumerator
|
| /netbsd-src/usr.bin/crunch/crunchide/ |
| H A D | exec_aout.c | 61 (((sp)->n_type & N_EXT) && ((sp)->n_type & N_TYPE) != N_UNDF)
|
| /netbsd-src/usr.sbin/kvm_mkdb/ |
| H A D | nlist_aout.c | 207 if ((nbuf.n_type & N_TYPE) == N_TEXT) in create_knlist_aout()
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/aout/ |
| H A D | aout64.h | 292 #define N_TYPE 0x1e macro
|
| /netbsd-src/external/gpl3/binutils/dist/include/aout/ |
| H A D | aout64.h | 292 #define N_TYPE 0x1e macro
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 343 switch (NSym.Type & MachO::N_TYPE) { in graphifyRegularSymbols() 386 "Unrecognized symbol type " + Twine(NSym.Type & MachO::N_TYPE) + in graphifyRegularSymbols()
|
| /netbsd-src/sys/arch/amiga/stand/binpatch/ |
| H A D | binpatch.c | 233 type = nl[0].n_type & N_TYPE; in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/ |
| H A D | Object.h | 124 return (n_type & MachO::N_TYPE) == MachO::N_UNDF; in isUndefinedSymbol()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 1715 if ((NType & MachO::N_TYPE) == MachO::N_SECT) { in checkSymbolTable() 1720 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in checkSymbolTable() 1727 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in checkSymbolTable() 1728 (NType & MachO::N_TYPE) == MachO::N_PBUD)) { in checkSymbolTable() 1791 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR) in getIndirectName() 1831 switch (n_type & MachO::N_TYPE) { in getSymbolType() 1856 if ((MachOType & MachO::N_TYPE) == MachO::N_INDR) in getSymbolFlags() 1864 if ((MachOType & MachO::N_TYPE) == MachO::N_UNDF) { in getSymbolFlags() 1881 if ((MachOType & MachO::N_TYPE) == MachO::N_ABS) in getSymbolFlags()
|