Searched refs:RelA (Results 1 – 1 of 1) sorted by relevance
386 typename object::ELFFile<ET>::Elf_Rela RelA; in FindExceptionTable() local387 RelA.r_offset = R.r_offset; in FindExceptionTable()388 RelA.r_info = R.r_info; in FindExceptionTable()389 RelA.r_addend = 0; in FindExceptionTable()391 const Elf_Sym *Symbol = ELF->getRelocationSymbol(&RelA, SymTab); in FindExceptionTable()