Lines Matching refs:type

475       if (ResolveInfo::ThreadLocal != f_pExecutableStart->type()) {
489 if (NULL != f_pEText && ResolveInfo::ThreadLocal != f_pEText->type()) {
494 if (NULL != f_p_EText && ResolveInfo::ThreadLocal != f_p_EText->type()) {
499 if (NULL != f_p__EText && ResolveInfo::ThreadLocal != f_p__EText->type()) {
521 if (NULL != f_pEData && ResolveInfo::ThreadLocal != f_pEData->type()) {
526 if (NULL != f_p_EData && ResolveInfo::ThreadLocal != f_p_EData->type()) {
531 if (NULL != f_pBSSStart && ResolveInfo::ThreadLocal != f_pBSSStart->type()) {
537 if (NULL != f_pEnd && ResolveInfo::ThreadLocal != f_pEnd->type()) {
542 if (NULL != f_p_End && ResolveInfo::ThreadLocal != f_p_End->type()) {
640 switch (pOutput.type()) {
648 fatal(diag::unrecognized_output_file) << pOutput.type();
655 switch (pOutput.type()) {
663 fatal(diag::unrecognized_output_file) << pOutput.type();
725 switch(pOutput.type()) {
736 if (Input::DynObj == (*input)->type()) {
780 if (Output::DynObj == pOutput.type() || Output::Exec == pOutput.type()) {
805 if (pOutput.type() == Output::Object) {
863 if (Output::Object == pOutput.type()) {
1010 if (Input::DynObj == (*input)->type()) {
1033 if (Output::DynObj == pOutput.type())
1083 assert(pOutput.type() == Output::Exec);
1098 assert(pOutput.type() == Output::Exec &&
1144 if (pSectHdr.type() == llvm::ELF::SHT_PREINIT_ARRAY ||
1145 pSectHdr.type() == llvm::ELF::SHT_INIT_ARRAY ||
1146 pSectHdr.type() == llvm::ELF::SHT_FINI_ARRAY ||
1222 uint32_t type = pSymbol.resolveInfo()->type();
1224 // its type to Function
1225 if (type == ResolveInfo::IndirectFunc && pSymbol.isDyn())
1226 type = ResolveInfo::Function;
1227 return (type | (bind << 4));
1251 switch (pSymbol.type()) {
1321 if (ResolveInfo::ThreadLocal == (*com_sym)->type()) {
1347 if (ResolveInfo::ThreadLocal == (*com_sym)->type()) {
1491 if (llvm::ELF::PT_PHDR == segment.type()) {
1515 if (llvm::ELF::PT_LOAD == segment.type() &&
1549 if ((*input)->type() == Input::Object) {
1575 if (pOutput.type() != Output::Object)
1612 if (pOutput.type() != Output::Object) {
1620 if (pOutput.type() != Output::Object) {
1679 if (Output::DynObj == pOutput.type() || Output::Exec == pOutput.type())
1710 if (Output::DynObj == pOutput.type() || pInfo.options().isPIE())
1735 if (Output::DynObj != pOutput.type())
1750 if (pSym.isUndef() && !pSym.isDyn() && pOutput.type() != Output::DynObj)
1754 if (pSym.type() == ResolveInfo::IndirectFunc)
1757 if (pSym.type() != ResolveInfo::Function)
1778 if (pSym.isUndef() && !pSym.isDyn() && (Output::Exec == pOutput.type()))
1784 if (pSymHasPLT && ResolveInfo::Function == pSym.type())
1806 pSym.type() == ResolveInfo::Function ||