Searched refs:N_TYPE (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Dnlist_aout.h92 #define N_TYPE 0x1e /* mask for all the type bits */ macro
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp451 if ((NType & MachO::N_TYPE) == MachO::N_INDR) {
468 if ((NType & MachO::N_TYPE) == MachO::N_INDR)
470 if (Obj.isIR() && (NType & MachO::N_TYPE) == MachO::N_TYPE)
475 switch (NType & MachO::N_TYPE) {
482 if ((NType & MachO::N_TYPE) == MachO::N_PBUD)
578 if ((NType & MachO::N_TYPE) != MachO::N_UNDF &&
581 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_ALT_ENTRY)
583 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_COLD_FUNC)
590 if ((NType & MachO::N_TYPE)
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.h115 return (n_type & MachO::N_TYPE) == MachO::N_UNDF;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp341 switch (NSym.Type & MachO::N_TYPE) {
384 "Unrecognized symbol type " + Twine(NSym.Type & MachO::N_TYPE) +
/freebsd-13-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c329 ((nlist.n_type & N_TYPE) == N_TYPE && nlist.n_sect != NO_SECT)) &&
359 ((nlist.n_type & N_TYPE) == N_TYPE && nlist.n_sect != NO_SECT)) &&
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp394 sout.type = static_cast<NListType>(sin->n_type & (N_STAB|N_TYPE));
426 sout.type = (NListType)(sin->n_type & N_TYPE);
H A DMachONormalizedFileToAtoms.cpp232 if ((sym.type & N_TYPE) != N_SECT)
574 if ((sym->type & N_TYPE) == N_SECT) {
587 } else if ((sym->type & N_TYPE) == N_UNDF) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1712 if ((NType & MachO::N_TYPE) == MachO::N_SECT) {
1717 if ((NType & MachO::N_TYPE) == MachO::N_INDR) {
1724 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) ||
1725 (NType & MachO::N_TYPE) == MachO::N_PBUD)) {
1788 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR)
1828 switch (n_type & MachO::N_TYPE) {
1851 if ((MachOType & MachO::N_TYPE) == MachO::N_INDR)
1859 if ((MachOType & MachO::N_TYPE) == MachO::N_UNDF) {
1876 if ((MachOType & MachO::N_TYPE) == MachO::N_ABS)
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c76 N_NAMESZ, N_DESCSZ, N_TYPE, enumerator in enum:elf_member
1085 type = elf_get_word(e, n, N_TYPE);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp649 W.printEnum("Type", uint8_t(MOSymbol.Type & MachO::N_TYPE),
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h302 N_TYPE = 0x0e, enumerator in enum:llvm::MachO::__anon3126
307 // Constants for the "n_type & N_TYPE" llvm::MachO::nlist and

Completed in 217 milliseconds