Lines Matching refs:relocation
95 // when producing relocatables, no need to apply relocation
114 Relocation* relocation = llvm::cast<Relocation>(reloc);
115 relocation->apply(*m_Backend.getRelocator());
117 } // for all relocation section
163 Relocation* relocation = llvm::cast<Relocation>(reloc);
165 // bypass the relocation with NONE type. This is to avoid overwrite the
166 // target result by NONE type relocation if there is a place which has
168 // we want is the value of the other relocation result. For example,
171 if (0x0 == relocation->type())
173 writeRelocationResult(*relocation, data);
175 } // for all relocation section
210 // bypass the relocation with NONE type. This is to avoid overwrite the
211 // target result by NONE type relocation if there is a place which has
213 // we want is the value of the other relocation result. For example,