Home
last modified time | relevance | path

Searched refs:N_TYPE (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dobj-aout.c39 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 Dobj-aout.c39 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 Dllvm-nm.cpp465 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 Dnlist.h77 #define N_TYPE 0x1e /* mask for all the type bits */ macro
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Daoutx.h1397 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 Dpdp11.c176 #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 Daoutx.h1397 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 Dpdp11.c176 #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 Dnlist.h79 #define N_TYPE 0x1e /* mask for all the type bits */ macro
/netbsd-src/tools/m68k-elf2aout/
H A Dnlist.h79 #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 Dnlist.d84 N_TYPE = 0x0e, /* mask for the type bits */
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dstab.h70 #define N_TYPE 0x1e /* mask for all the type bits */ macro
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dstab.h70 #define N_TYPE 0x1e /* mask for all the type bits */ macro
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dbout.h132 #define N_TYPE 036 /* Mask for all the type bits */ macro
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dbout.h132 #define N_TYPE 036 /* Mask for all the type bits */ macro
/netbsd-src/usr.bin/find/
H A Doption.c145 { "-type", N_TYPE, c_type, 1 },
H A Dfind.h49 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 Dexec_aout.c61 (((sp)->n_type & N_EXT) && ((sp)->n_type & N_TYPE) != N_UNDF)
/netbsd-src/usr.sbin/kvm_mkdb/
H A Dnlist_aout.c207 if ((nbuf.n_type & N_TYPE) == N_TEXT) in create_knlist_aout()
/netbsd-src/external/gpl3/binutils.old/dist/include/aout/
H A Daout64.h292 #define N_TYPE 0x1e macro
/netbsd-src/external/gpl3/binutils/dist/include/aout/
H A Daout64.h292 #define N_TYPE 0x1e macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp343 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 Dbinpatch.c233 type = nl[0].n_type & N_TYPE; in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DObject.h124 return (n_type & MachO::N_TYPE) == MachO::N_UNDF; in isUndefinedSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp1715 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()

12