Home
last modified time | relevance | path

Searched refs:N_SO (Results 1 – 5 of 5) sorted by relevance

/freebsd/include/
H A Dstab.h53 #define N_SO 0x64 /* main source file name */ macro
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h121 #define N_SO 0x64 /* source file name: name,,0,0,0 */ macro
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1169 StabsEntry stab(N_SO); in emitBeginSourceStab()
1175 StabsEntry stab(N_SO); in emitEndSourceStab()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h374 N_SO = 0x64u, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp569 {MachO::N_SSYM, "SSYM"}, {MachO::N_SO, "SO"},