Home
last modified time | relevance | path

Searched refs:N_PSYM (Results 1 – 4 of 4) sorted by relevance

/freebsd/include/
H A Dstab.h57 #define N_PSYM 0xa0 /* parameter variable */ macro
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h124 #define N_PSYM 0xa0 /* parameter: name,,0,type,offset */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h383 N_PSYM = 0xA0u, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp574 {MachO::N_PSYM, "PSYM"}, {MachO::N_EINCL, "EINCL"},