Lines Matching refs:type

159     // already got type - for example, bitcode or external OIR (object
161 if ((*input)->type() == Input::Script ||
162 (*input)->type() == Input::Archive ||
163 (*input)->type() == Input::External)
166 if (Input::Object == (*input)->type()) {
171 if (Input::DynObj == (*input)->type()) {
293 if ((*input)->type() == Input::Object && (*input)->hasMemArea()) {
420 if (ResolveInfo::Section == pInfo.type() || NULL == pInfo.outSymbol())
488 assert((*it).second.symbol().type() == Operand::SYMBOL);
490 ResolveInfo::Type type = ResolveInfo::NoType;
494 // if the symbol does not exist, we can set type to NOTYPE
495 // else we retain its type, same goes for size - 0 or retain old value
498 type = static_cast<ResolveInfo::Type>(old_info->type());
506 switch ((*it).second.type()) {
514 type,
529 type,
566 ResolveInfo::Section == info->type() &&
675 (*symbol)->resolveInfo()->type() == ResolveInfo::File) {
681 if ((*symbol)->resolveInfo()->type() == ResolveInfo::ThreadLocal) {
763 ResolveInfo::Section == info->type() &&
830 ResolveInfo::Section == info->type() &&
834 // bypass the relocation with NONE type. This is to avoid overwrite the
835 // target result by NONE type relocation if there is a place which has
836 // two relocations to apply to, and one of it is NONE type. The result
840 if (0x0 == relocation->type())
875 // bypass the relocation with NONE type. This is to avoid overwrite the
876 // target result by NONE type relocation if there is a place which has
877 // two relocations to apply to, and one of it is NONE type. The result
881 if (0x0 == reloc->type())