Home
last modified time | relevance | path

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

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