Lines Matching full:relocation
248 "static linkage should not result in a dynamic relocation section");
256 "static linkage should not result in a dynamic relocation section");
443 // traverse all the input relocations to find the relocation sections applying
450 // bypass the discarded relocation section
468 Relocation* reloc = llvm::cast<Relocation>(reloc_it);
623 Relocation* relocation = llvm::cast<Relocation>(reloc);
625 switch (relocation->type()) {
636 LDSymbol* symbol = relocation->symInfo()->outSymbol();
643 if (relocation->symInfo()->isGlobal() &&
644 (relocation->symInfo()->reserved() & ARMRelocator::ReservePLT) != 0x0) {
650 Stub* stub = getStubFactory()->create(*relocation, // relocation
679 /* FIXME: bypass R_ARM_V4BX relocation now */
686 } // for all relocation section