Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h170 bool readRelocation(const llvm::ELF::Elf32_Rel& pRel,
176 bool readRelocation(const llvm::ELF::Elf32_Rela& pRel,
183 bool readRelocation(const llvm::ELF::Elf64_Rel& pRel,
189 bool readRelocation(const llvm::ELF::Elf64_Rela& pRel,
DMipsLDBackend.cpp898 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf32_Rel& pRel, in readRelocation() function in mcld::MipsGNULDBackend
902 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset); in readRelocation()
905 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf32_Rela& pRel, in readRelocation() function in mcld::MipsGNULDBackend
910 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset, pAddend); in readRelocation()
913 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf64_Rel& pRel, in readRelocation() function in mcld::MipsGNULDBackend
935 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf64_Rela& pRel, in readRelocation() function in mcld::MipsGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h200 virtual bool readRelocation(const llvm::ELF::Elf32_Rel& pRel,
206 virtual bool readRelocation(const llvm::ELF::Elf32_Rela& pRel,
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/
DELFReader.cpp218 .readRelocation(relaTab[idx], r_type, r_sym, r_offset, r_addend)) { in readRela()
246 if (!target().readRelocation(relTab[idx], r_type, r_sym, r_offset)) in readRel()
713 .readRelocation(relaTab[idx], r_type, r_sym, r_offset, r_addend)) { in readRela()
740 if (!target().readRelocation(relTab[idx], r_type, r_sym, r_offset)) in readRel()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1617 bool GNULDBackend::readRelocation(const llvm::ELF::Elf32_Rel& pRel, in readRelocation() function in mcld::GNULDBackend
1636 bool GNULDBackend::readRelocation(const llvm::ELF::Elf32_Rela& pRel, in readRelocation() function in mcld::GNULDBackend
1658 bool GNULDBackend::readRelocation(const llvm::ELF::Elf64_Rel& pRel, in readRelocation() function in mcld::GNULDBackend
1677 bool GNULDBackend::readRelocation(const llvm::ELF::Elf64_Rela& pRel, in readRelocation() function in mcld::GNULDBackend