Home
last modified time | relevance | path

Searched refs:N_FUN (Results 1 – 5 of 5) 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/lld/MachO/
H A DSyntheticSections.cpp1202 StabsEntry stab(N_FUN); in emitEndFunStab()
1279 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.cpp564 {MachO::N_FUN, "FUN"}, {MachO::N_STSYM, "STSYM"},