Searched refs:N_STSYM (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/include/
H A Dstab.h44 #define N_STSYM 0x26 /* data segment variable */ macro
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h116 #define N_STSYM 0x26 /* static symbol: name,,0,type,0 or section relative */ macro
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h364 N_STSYM = 0x26u, enumerator in enum:llvm::MachO::StabType
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1215 symStab.type = defined->isExternal() ? N_GSYM : N_STSYM;
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp564 {MachO::N_FUN, "FUN"}, {MachO::N_STSYM, "STSYM"},

Completed in 187 milliseconds