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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h160 /// readRelocation - read ELF32_Rel entry
161 bool readRelocation(const llvm::ELF::Elf32_Rel& pRel,
166 /// readRelocation - read ELF32_Rela entry
167 bool readRelocation(const llvm::ELF::Elf32_Rela& pRel,
173 /// readRelocation - read ELF64_Rel entry
174 bool readRelocation(const llvm::ELF::Elf64_Rel& pRel,
180 bool readRelocation(const llvm::ELF::Elf64_Rela& pRel,
H A DMipsLDBackend.cpp787 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf32_Rel& pRel, function in class:MipsGNULDBackend
792 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset);
795 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf32_Rela& pRel, function in class:MipsGNULDBackend
801 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset, pAddend);
804 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf64_Rel& pRel, function in class:MipsGNULDBackend
828 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf64_Rela& pRel, function in class:MipsGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h197 /// readRelocation - read ELF32_Rel entry
198 virtual bool readRelocation(const llvm::ELF::Elf32_Rel& pRel,
203 /// readRelocation - read ELF32_Rela entry
204 virtual bool readRelocation(const llvm::ELF::Elf32_Rela& pRel,
210 /// readRelocation - read ELF64_Rel entry
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/
H A DELFReader.cpp227 if (!target().readRelocation(relaTab[idx], r_type, r_sym, r_offset, r_addend))
255 if (!target().readRelocation(relTab[idx], r_type, r_sym, r_offset))
747 if (!target().readRelocation(relaTab[idx],
776 if (!target().readRelocation(relTab[idx], r_type, r_sym, r_offset))
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1690 /// readRelocation - read ELF32_Rel entry
1691 bool GNULDBackend::readRelocation(const llvm::ELF::Elf32_Rel& pRel, function in class:GNULDBackend
1711 /// readRelocation - read ELF32_Rela entry
1712 bool GNULDBackend::readRelocation(const llvm::ELF::Elf32_Rela& pRel, function in class:GNULDBackend
1735 /// readRelocation - read ELF64_Rel entry
1736 bool GNULDBackend::readRelocation(const llvm::ELF::Elf64_Rel& pRel, function in class:GNULDBackend
1757 bool GNULDBackend::readRelocation(const llvm::ELF::Elf64_Rela& pRel, function in class:GNULDBackend

Completed in 314 milliseconds