Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dnlist_aout.h88 #define N_TYPE 0x1e /* mask for all the type bits */ macro
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp383 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in darwinPrintSymbol()
400 if ((NType & MachO::N_TYPE) == MachO::N_INDR) in darwinPrintSymbol()
402 if (Obj.isIR() && (NType & MachO::N_TYPE) == MachO::N_TYPE) in darwinPrintSymbol()
407 switch (NType & MachO::N_TYPE) { in darwinPrintSymbol()
414 if ((NType & MachO::N_TYPE) == MachO::N_PBUD) in darwinPrintSymbol()
510 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && in darwinPrintSymbol()
513 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_ALT_ENTRY) in darwinPrintSymbol()
515 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_COLD_FUNC) in darwinPrintSymbol()
522 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in darwinPrintSymbol()
539 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in darwinPrintSymbol()
[all …]
/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c286 ((nlist.n_type & N_TYPE) == N_TYPE && nlist.n_sect != NO_SECT)) && in scan_macho_load_commands()
316 ((nlist.n_type & N_TYPE) == N_TYPE && nlist.n_sect != NO_SECT)) && in scan_macho_load_commands()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h118 return (n_type & MachO::N_TYPE) == MachO::N_UNDF; in isUndefinedSymbol()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp349 switch (NSym.Type & MachO::N_TYPE) { in graphifyRegularSymbols()
394 "Unrecognized symbol type " + Twine(NSym.Type & MachO::N_TYPE) + in graphifyRegularSymbols()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1735 if ((NType & MachO::N_TYPE) == MachO::N_SECT) { in checkSymbolTable()
1740 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in checkSymbolTable()
1747 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in checkSymbolTable()
1748 (NType & MachO::N_TYPE) == MachO::N_PBUD)) { in checkSymbolTable()
1811 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR) in getIndirectName()
1851 switch (n_type & MachO::N_TYPE) { in getSymbolType()
1876 if ((MachOType & MachO::N_TYPE) == MachO::N_INDR) in getSymbolFlags()
1884 if ((MachOType & MachO::N_TYPE) == MachO::N_UNDF) { in getSymbolFlags()
1905 if ((MachOType & MachO::N_TYPE) == MachO::N_ABS) in getSymbolFlags()
/freebsd/usr.bin/elfdump/
H A Delfdump.c73 N_NAMESZ, N_DESCSZ, N_TYPE, enumerator
1088 type = elf_get_word(e, n, N_TYPE); in elf_print_note()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp758 uint8_t type = sym.n_type & N_TYPE; in parseNonSectionSymbol()
793 return (sym.n_type & N_TYPE) == N_UNDF && sym.n_value == 0; in isUndef()
814 if ((sym.n_type & N_TYPE) == N_SECT) { in parseSymbols()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp697 W.printEnum("Type", uint8_t(MOSymbol.Type & MachO::N_TYPE), in printSymbol()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h309 N_TYPE = 0x0e, enumerator