Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h161 bool readRelocation(const llvm::ELF::Elf32_Rel& pRel,
167 bool readRelocation(const llvm::ELF::Elf32_Rela& pRel,
174 bool readRelocation(const llvm::ELF::Elf64_Rel& pRel,
180 bool readRelocation(const llvm::ELF::Elf64_Rela& pRel,
DMipsLDBackend.cpp787 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf32_Rel& pRel, in readRelocation() function in MipsGNULDBackend
792 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset); in readRelocation()
795 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf32_Rela& pRel, in readRelocation() function in MipsGNULDBackend
801 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset, pAddend); in readRelocation()
804 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf64_Rel& pRel, in readRelocation() function in MipsGNULDBackend
828 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf64_Rela& pRel, in readRelocation() function in MipsGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h198 virtual bool readRelocation(const llvm::ELF::Elf32_Rel& pRel,
204 virtual bool readRelocation(const llvm::ELF::Elf32_Rela& pRel,
211 virtual bool readRelocation(const llvm::ELF::Elf64_Rel& pRel,
217 virtual bool readRelocation(const llvm::ELF::Elf64_Rela& pRel,
/frameworks/compile/mclinker/lib/LD/
DELFReader.cpp227 if (!target().readRelocation(relaTab[idx], r_type, r_sym, r_offset, r_addend)) in readRela()
255 if (!target().readRelocation(relTab[idx], r_type, r_sym, r_offset)) in readRel()
747 if (!target().readRelocation(relaTab[idx], in readRela()
776 if (!target().readRelocation(relTab[idx], r_type, r_sym, r_offset)) in readRel()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1691 bool GNULDBackend::readRelocation(const llvm::ELF::Elf32_Rel& pRel, in readRelocation() function in GNULDBackend
1712 bool GNULDBackend::readRelocation(const llvm::ELF::Elf32_Rela& pRel, in readRelocation() function in GNULDBackend
1736 bool GNULDBackend::readRelocation(const llvm::ELF::Elf64_Rel& pRel, in readRelocation() function in GNULDBackend
1757 bool GNULDBackend::readRelocation(const llvm::ELF::Elf64_Rela& pRel, in readRelocation() function in GNULDBackend