Searched refs:rela_entry (Results 1 – 1 of 1) sorted by relevance
33 Relocation& rela_entry = *ld_backend.getRelaDyn().create(); in helper_DynRel_init() local34 rela_entry.setType(pType); in helper_DynRel_init()35 rela_entry.targetRef().assign(pFrag, pOffset); in helper_DynRel_init()37 rela_entry.setSymInfo(0); in helper_DynRel_init()39 rela_entry.setSymInfo(pSym); in helper_DynRel_init()41 return rela_entry; in helper_DynRel_init()106 Relocation& rela_entry = *ld_backend.getRelaPLT().create(); in helper_PLT_init() local107 rela_entry.setType(llvm::ELF::R_HEX_JMP_SLOT); in helper_PLT_init()108 rela_entry.targetRef().assign(*gotplt_entry); in helper_PLT_init()109 rela_entry.setSymInfo(rsym); in helper_PLT_init()