Lines Matching refs:type

159   unsigned int type;
197 // Scan relocation type to determine if the GOT/PLT/Dynamic Relocation
231 if (ResolveInfo::ThreadLocal == pSym.type())
263 (ResolveInfo::Type)pSym.type(),
281 (ResolveInfo::Type)alias->type(),
306 Relocation::Type type = pRelocation.type();
308 if (type >= sizeof (X86_32ApplyFunctions) / sizeof (X86_32ApplyFunctions[0]) ) {
313 return X86_32ApplyFunctions[type].func(pRelocation, *this);
329 switch (pReloc.type()) {
351 switch(pReloc.type()){
355 // a dynamic relocations with RELATIVE type to this location is needed.
373 // a dynamic relocations with RELATIVE type to this location is needed.
378 pReloc.targetRef().offset(), pReloc.type(), *this);
545 fatal(diag::unsupported_relocation) << (int)pReloc.type()
559 switch(pReloc.type()) {
563 // Absolute relocation type, symbol may needs PLT entry or
588 if (llvm::ELF::R_386_32 == pReloc.type() &&
599 pReloc.type(),
682 if (llvm::ELF::R_386_32 == pReloc.type() &&
693 pReloc.type(),
792 fatal(diag::unsupported_relocation) << (int)pReloc.type()
819 assert(pReloc.type() == llvm::ELF::R_386_TLS_IE);
865 // 4. change the type of the original reloc
910 if (llvm::ELF::R_386_32 != pReloc.type() ||
1276 unsigned int type;
1297 Relocation::Type type = pRelocation.type();
1299 if (type >= sizeof (X86_64ApplyFunctions) / sizeof (X86_64ApplyFunctions[0]) ) {
1304 return X86_64ApplyFunctions[type].func(pRelocation, *this);
1321 switch (pReloc.type()) {
1359 switch(pReloc.type()){
1362 // a dynamic relocations with RELATIVE type to this location is needed.
1382 // a dynamic relocations with RELATIVE type to this location is needed.
1388 pReloc.type(),
1420 fatal(diag::unsupported_relocation) << (int)pReloc.type()
1434 switch(pReloc.type()) {
1440 // Absolute relocation type, symbol may needs PLT entry or
1465 if (llvm::ELF::R_386_32 == pReloc.type() &&
1478 pReloc.type(),
1563 fatal(diag::unsupported_relocation) << (int)pReloc.type()
1613 if (llvm::ELF::R_X86_64_64 == pReloc.type() &&