Home | History | Annotate | Download | only in Object

Lines Matching refs:reloc

588       // bypass the reloc section if
591 // 2. it has no reloc data. (All symbols in the input relocs are in the
595 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end();
596 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) {
597 Relocation* relocation = llvm::cast<Relocation>(reloc);
599 // bypass the reloc if the symbol is in the discarded input section
792 // bypass the reloc section if
795 // 2. it has no reloc data. (All symbols in the input relocs are in the
799 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end();
800 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) {
801 Relocation* relocation = llvm::cast<Relocation>(reloc);
803 // bypass the reloc if the symbol is in the discarded input section
876 // bypass the reloc section if
879 // 2. it has no reloc data. (All symbols in the input relocs are in the
883 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end();
884 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) {
885 Relocation* relocation = llvm::cast<Relocation>(reloc);
887 // bypass the reloc if the symbol is in the discarded input section
914 Relocation* reloc = *iter;
915 writeRelocationResult(*reloc, data);
939 Relocation* reloc = llvm::cast<Relocation>(relocIter);
947 if (reloc->type() == 0x0)
949 writeRelocationResult(*reloc, data);