Home | History | Annotate | Download | only in Fragment

Lines Matching defs:reloc

105       // bypass the reloc section if
108 // 2. it has no reloc data. (All symbols in the input relocs are in the
112 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end();
113 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) {
114 Relocation* relocation = llvm::cast<Relocation>(reloc);
154 // bypass the reloc section if
157 // 2. it has no reloc data. (All symbols in the input relocs are in the
161 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end();
162 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) {
163 Relocation* relocation = llvm::cast<Relocation>(reloc);
185 Relocation* reloc = *iter;
186 writeRelocationResult(*reloc, data);
208 Relocation* reloc = llvm::cast<Relocation>(relocIter);
216 if (0x0 == reloc->type())
218 writeRelocationResult(*reloc, data);