Searched refs:N_LCSYM (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.1-release/include/
H A Dstab.h47 #define N_LCSYM 0x28 /* bss segment variable */ macro
/freebsd-10.1-release/contrib/gcc/
H A Dxcoffout.h48 else if ((CODE) == N_LCSYM) \
56 if ((CODE) == N_STSYM || (CODE) == N_LCSYM) \
H A Dstab.def41 __define_stab (N_LCSYM, 0x28, "LCSYM")
H A Dxcoffout.c208 case N_LCSYM:
H A Ddbxout.c2852 for those two, use N_LCSYM if data is in bss segment,
2911 code = N_LCSYM;
3000 code = N_LCSYM;
/freebsd-10.1-release/contrib/binutils/include/aout/
H A Dstab.def49 __define_stab (N_LCSYM, 0x28, "LCSYM")
/freebsd-10.1-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h111 #define N_LCSYM 0x28 /* .lcomm symbol: name,,0,type,0 or section relative */ macro
H A Dstabs.c243 stab->n_type == N_LCSYM || stab->n_type == N_LSYM ||
H A Dst_parse.c433 case N_LCSYM:
/freebsd-10.1-release/usr.bin/ldd/
H A Dsods.c499 case N_LCSYM: strcpy(type, "lcsym"); break;
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dstabs.c597 if (type == (int) N_STSYM || type == (int) N_LCSYM)
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DMachO.h324 N_LCSYM = 0x28u, enumerator in enum:llvm::MachO::StabType
/freebsd-10.1-release/contrib/gdb/gdb/
H A Ddbxread.c1639 case N_LCSYM: /* BSS " */
3004 case N_LCSYM: /* Static symbol in BSS seg */
3047 case N_LCSYM:
H A Dmdebugread.c2975 case N_LCSYM: /* BSS " */

Completed in 171 milliseconds