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

/freebsd-current/include/
H A Dstab.h53 #define N_SO 0x64 /* main source file name */ macro
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp193 Builder.addSymbol("", MachO::N_SO, 0, 0, 0);
194 Builder.addSymbol(*FileName, MachO::N_SO, 0, 0, 0);
223 Builder.addSymbol("", MachO::N_SO, 1, 0, 0);
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h121 #define N_SO 0x64 /* source file name: name,,0,0,0 */ macro
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1106 StabsEntry stab(N_SO);
1112 StabsEntry stab(N_SO);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h374 N_SO = 0x64u, enumerator in enum:llvm::MachO::StabType
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp569 {MachO::N_SSYM, "SSYM"}, {MachO::N_SO, "SO"},

Completed in 282 milliseconds