Lines Matching refs:rel
487 Elf32_Rel* rel = reinterpret_cast<Elf32_Rel*>(pRegion.start()); in emitRel() local
493 ie = pSectionData.end(); it != ie; ++it, ++rel) { in emitRel()
499 rel->r_offset = static_cast<Elf32_Addr>( in emitRel()
504 rel->r_offset = static_cast<Elf32_Addr>( in emitRel()
516 rel->setSymbolAndType(Index, relocation->type()); in emitRel()
526 Elf32_Rela* rel = reinterpret_cast<Elf32_Rela*>(pRegion.start()); in emitRela() local
532 ie = pSectionData.end(); it != ie; ++it, ++rel) { in emitRela()
538 rel->r_offset = static_cast<Elf32_Addr>( in emitRela()
543 rel->r_offset = static_cast<Elf32_Addr>( in emitRela()
555 rel->setSymbolAndType(Index, relocation->type()); in emitRela()
556 rel->r_addend = relocation->addend(); in emitRela()