Home | History | Annotate | Download | only in Object

Lines Matching full:reloc

552       // bypass the reloc section if
555 // 2. it has no reloc data. (All symbols in the input relocs are in the
559 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end();
560 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) {
561 Relocation* relocation = llvm::cast<Relocation>(reloc);
563 // bypass the reloc if the symbol is in the discarded input section
749 // bypass the reloc section if
752 // 2. it has no reloc data. (All symbols in the input relocs are in the
756 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end();
757 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) {
758 Relocation* relocation = llvm::cast<Relocation>(reloc);
760 // bypass the reloc if the symbol is in the discarded input section
816 // bypass the reloc section if
819 // 2. it has no reloc data. (All symbols in the input relocs are in the
823 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end();
824 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) {
825 Relocation* relocation = llvm::cast<Relocation>(reloc);
827 // bypass the reloc if the symbol is in the discarded input section
854 Relocation* reloc = *iter;
855 writeRelocationResult(*reloc, data);
873 Relocation* reloc = llvm::cast<Relocation>(relocIter);
881 if (0x0 == reloc->type())
883 writeRelocationResult(*reloc, data);