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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h169 /// readRelocation - read ELF32_Rel entry
170 bool readRelocation(const llvm::ELF::Elf32_Rel& pRel,
175 /// readRelocation - read ELF32_Rela entry
176 bool readRelocation(const llvm::ELF::Elf32_Rela& pRel,
182 /// readRelocation - read ELF64_Rel entry
183 bool readRelocation(const llvm::ELF::Elf64_Rel& pRel,
189 bool readRelocation(const llvm::ELF::Elf64_Rela& pRel,
H A DMipsLDBackend.cpp898 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf32_Rel& pRel, function in class:mcld::MipsGNULDBackend
902 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset);
905 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf32_Rela& pRel, function in class:mcld::MipsGNULDBackend
910 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset, pAddend);
913 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf64_Rel& pRel, function in class:mcld::MipsGNULDBackend
935 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf64_Rela& pRel, function in class:mcld::MipsGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h199 /// readRelocation - read ELF32_Rel entry
200 virtual bool readRelocation(const llvm::ELF::Elf32_Rel& pRel,
205 /// readRelocation - read ELF32_Rela entry
206 virtual bool readRelocation(const llvm::ELF::Elf32_Rela& pRel,
212 /// readRelocation - read ELF64_Rel entry
213 virtual bool readRelocation(const llvm::ELF::Elf64_Rel& pRel,
219 virtual bool readRelocation(const llvm::ELF::Elf64_Rela& pRel,
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp218 .readRelocation(relaTab[idx], r_type, r_sym, r_offset, r_addend)) {
246 if (!target().readRelocation(relTab[idx], r_type, r_sym, r_offset))
713 .readRelocation(relaTab[idx], r_type, r_sym, r_offset, r_addend)) {
740 if (!target().readRelocation(relTab[idx], r_type, r_sym, r_offset))
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1616 /// readRelocation - read ELF32_Rel entry
1617 bool GNULDBackend::readRelocation(const llvm::ELF::Elf32_Rel& pRel, function in class:mcld::GNULDBackend
1635 /// readRelocation - read ELF32_Rela entry
1636 bool GNULDBackend::readRelocation(const llvm::ELF::Elf32_Rela& pRel, function in class:mcld::GNULDBackend
1657 /// readRelocation - read ELF64_Rel entry
1658 bool GNULDBackend::readRelocation(const llvm::ELF::Elf64_Rel& pRel, function in class:mcld::GNULDBackend
1677 bool GNULDBackend::readRelocation(const llvm::ELF::Elf64_Rela& pRel, function in class:mcld::GNULDBackend

Completed in 120 milliseconds