Home
last modified time | relevance | path

Searched refs:RelA (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/llvm-readobj/
DARMEHABIPrinter.h386 typename object::ELFFile<ET>::Elf_Rela RelA; in FindExceptionTable() local
387 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()