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.cpp381 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in darwinPrintSymbol()
398 if ((NType & MachO::N_TYPE) == MachO::N_INDR) in darwinPrintSymbol()
400 if (Obj.isIR() && (NType & MachO::N_TYPE) == MachO::N_TYPE) in darwinPrintSymbol()
405 switch (NType & MachO::N_TYPE) { in darwinPrintSymbol()
412 if ((NType & MachO::N_TYPE) == MachO::N_PBUD) in darwinPrintSymbol()
508 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && in darwinPrintSymbol()
511 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_ALT_ENTRY) in darwinPrintSymbol()
513 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_COLD_FUNC) in darwinPrintSymbol()
520 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in darwinPrintSymbol()
537 (((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.cpp358 switch (NSym.Type & MachO::N_TYPE) { in graphifyRegularSymbols()
403 "Unrecognized symbol type " + Twine(NSym.Type & MachO::N_TYPE) + in graphifyRegularSymbols()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1734 if ((NType & MachO::N_TYPE) == MachO::N_SECT) { in checkSymbolTable()
1739 if ((NType & MachO::N_TYPE) == MachO::N_INDR) { in checkSymbolTable()
1746 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) || in checkSymbolTable()
1747 (NType & MachO::N_TYPE) == MachO::N_PBUD)) { in checkSymbolTable()
1810 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR) in getIndirectName()
1850 switch (n_type & MachO::N_TYPE) { in getSymbolType()
1875 if ((MachOType & MachO::N_TYPE) == MachO::N_INDR) in getSymbolFlags()
1883 if ((MachOType & MachO::N_TYPE) == MachO::N_UNDF) { in getSymbolFlags()
1904 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
1087 type = elf_get_word(e, n, N_TYPE); in elf_print_note()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp760 uint8_t type = sym.n_type & N_TYPE; in parseNonSectionSymbol()
795 return (sym.n_type & N_TYPE) == N_UNDF && sym.n_value == 0; in isUndef()
816 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
314 // Constants for the "n_type & N_TYPE" llvm::MachO::nlist and