Searched refs:getELFRelocationAddend (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 304 getELFRelocationAddend(R, Addend); in visitELF_PPC64_ADDR32() 310 getELFRelocationAddend(R, Addend); in visitELF_PPC64_ADDR64() 324 getELFRelocationAddend(R, Addend); in visitELF_MIPS_32() 331 getELFRelocationAddend(R, Addend); in visitELF_MIPS_64() 339 getELFRelocationAddend(R, Addend); in visitELF_AARCH64_ABS32() 351 getELFRelocationAddend(R, Addend); in visitELF_AARCH64_ABS64() 389 getELFRelocationAddend(R, Addend); in visitELF_ARM_ABS32()
|
D | ELFObjectFile.h | 950 inline std::error_code getELFRelocationAddend(const RelocationRef R, in getELFRelocationAddend() function
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFRelocationInfo.cpp | 35 int64_t Addend; getELFRelocationAddend(Rel, Addend); in createExprForRelocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 639 check(getELFRelocationAddend(*i, Addend)); in findOPDEntrySection() 899 Check(getELFRelocationAddend(*RelI, Addend)); in processRelocationRef()
|