Searched refs:N_FUN (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/include/
H A Dstab.h43 #define N_FUN 0x24 /* procedure name */ macro
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h115 #define N_FUN 0x24 /* procedure: name,,0,linenumber,0 */ macro
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp213 uint8_t SymType = Sym->isCallable() ? MachO::N_FUN : MachO::N_GSYM;
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1139 StabsEntry stab(N_FUN);
1211 symStab.type = N_FUN;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h363 N_FUN = 0x24u, enumerator in enum:llvm::MachO::StabType
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp564 {MachO::N_FUN, "FUN"}, {MachO::N_STSYM, "STSYM"},

Completed in 268 milliseconds