Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp487 const Elf_Rela *ERela = Obj->getRela(Rel); in getRelocationValueString() local
488 addend = ERela->r_addend; in getRelocationValueString()
489 undef = ERela->getSymbol(false) == 0; in getRelocationValueString()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp526 const Elf_Rela *ERela = Obj->getRela(Rel); in getRelocationValueString() local
527 addend = ERela->r_addend; in getRelocationValueString()