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 169 /// 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,
MipsLDBackend.cpp 898 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf32_Rel& pRel,
902 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset);
905 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf32_Rela& pRel,
910 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset, pAddend);
913 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf64_Rel& pRel,
935 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf64_Rela& pRel,
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 199 /// 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/
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 82 milliseconds