Searched refs:N_LSYM (Results 1 – 4 of 4) sorted by relevance
/freebsd/include/ |
H A D | stab.h | 54 #define N_LSYM 0x80 /* stack variable */ macro
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | ctftools.h | 122 #define N_LSYM 0x80 /* local sym: name,,0,type,offset */ macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 377 N_LSYM = 0x80u, 376 N_LSYM = 0x80u, global() enumerator
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
H A D | llvm-nm.cpp | 571 {MachO::N_LSYM, "LSYM"}, {MachO::N_BINCL, "BINCL"},
|