HomeSort by relevance Sort by last modified time
    Searched refs:readRelocation (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 159 /// readRelocation - read ELF32_Rel entry
160 bool readRelocation(const llvm::ELF::Elf32_Rel& pRel,
165 /// readRelocation - read ELF32_Rela entry
166 bool readRelocation(const llvm::ELF::Elf32_Rela& pRel,
172 /// readRelocation - read ELF64_Rel entry
173 bool readRelocation(const llvm::ELF::Elf64_Rel& pRel,
179 bool readRelocation(const llvm::ELF::Elf64_Rela& pRel,
MipsLDBackend.cpp 728 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf32_Rel& pRel,
732 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset);
735 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf32_Rela& pRel,
740 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset, pAddend);
743 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf64_Rel& pRel,
765 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf64_Rela& pRel,
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 196 /// readRelocation - read ELF32_Rel entry
197 virtual bool readRelocation(const llvm::ELF::Elf32_Rel& pRel,
202 /// readRelocation - read ELF32_Rela entry
203 virtual bool readRelocation(const llvm::ELF::Elf32_Rela& pRel,
209 /// readRelocation - read ELF64_Rel entry
210 virtual bool readRelocation(const llvm::ELF::Elf64_Rel& pRel,
216 virtual bool readRelocation(const llvm::ELF::Elf64_Rela& pRel,
  /frameworks/compile/mclinker/lib/LD/
ELFReader.cpp 218 .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))
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 70 milliseconds