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 160 /// 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,
MipsLDBackend.cpp 787 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf32_Rel& pRel,
792 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset);
795 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf32_Rela& pRel,
801 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset, pAddend);
804 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf64_Rel& pRel,
828 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf64_Rela& pRel,
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 197 /// 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/
ELFReader.cpp 227 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))
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 246 milliseconds