Searched refs:XTY_LD (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h147 XTY_LD = 2, ///< Label definition. enumerator in enum:llvm::XCOFF::SymbolType
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dxcoff.h101 #define XTY_LD 2 /* Label definition */ macro
H A Dinternal.h601 #define XTY_LD 2 /* Label definition */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp204 ECase(XTY_ER), ECase(XTY_SD), ECase(XTY_LD), ECase(XTY_CM)
214 if ((AuxEntPtr->SymbolAlignmentAndType & SymbolTypeMask) == XCOFF::XTY_LD)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp457 W.write<uint8_t>(XCOFF::XTY_LD);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dxcoffread.c1153 case XTY_LD:
1182 an XTY_LD. This will typically be XMC_RW; I suspect
2325 case XTY_LD:
2367 that each variable only gets an XTY_LD. We
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp769 if ((CsectAuxEnt->SymbolAlignmentAndType & SYM_TYPE_MASK) != XCOFF::XTY_LD)
/freebsd-11-stable/contrib/binutils/bfd/
H A Dxcofflink.c1506 case XTY_LD:
1508 symbol index of the csect. Usually the XTY_LD symbol will
1510 cause the XTY_LD to not follow the XTY_SD symbol. */
1529 (_("%B: misplaced XTY_LD `%s'"),
3997 if (SMTYP_SMTYP (aux.x_csect.x_smtyp) == XTY_LD)
5129 aux.x_csect.x_smtyp = XTY_LD;
H A Dcoffcode.h2301 if (SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp) == XTY_LD)
2362 if (SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp) != XTY_LD)
H A Dcoff64-rs6000.c2386 auxent.x_csect.x_smtyp = XTY_LD;
H A Dcoff-rs6000.c3834 auxent.x_csect.x_smtyp = XTY_LD;
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ppc.c5061 a->x_csect.x_smtyp = XTY_LD;
5136 a->x_csect.x_smtyp = XTY_LD;

Completed in 183 milliseconds