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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.h 195 /// emitRelocation - write data to the ELF32_Rel entry
196 void emitRelocation(llvm::ELF::Elf32_Rel& pRel,
201 /// emitRelocation - write data to the ELF32_Rela entry
202 void emitRelocation(llvm::ELF::Elf32_Rela& pRel,
208 /// emitRelocation - write data to the ELF64_Rel entry
209 void emitRelocation(llvm::ELF::Elf64_Rel& pRel,
214 /// emitRelocation - write data to the ELF64_Rela entry
215 void emitRelocation(llvm::ELF::Elf64_Rela& pRel,
MipsLDBackend.cpp 956 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf32_Rel& pRel,
960 GNULDBackend::emitRelocation(pRel, pType, pSymIdx, pOffset);
963 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf32_Rela& pRel,
968 GNULDBackend::emitRelocation(pRel, pType, pSymIdx, pOffset, pAddend);
971 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf64_Rel& pRel,
983 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf64_Rela& pRel,
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ELFObjectWriter.h 79 void emitRelocation(const LinkerConfig& pConfig,
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 225 /// emitRelocation - write data to the ELF32_Rel entry
226 virtual void emitRelocation(llvm::ELF::Elf32_Rel& pRel,
231 /// emitRelocation - write data to the ELF32_Rela entry
232 virtual void emitRelocation(llvm::ELF::Elf32_Rela& pRel,
238 /// emitRelocation - write data to the ELF64_Rel entry
239 virtual void emitRelocation(llvm::ELF::Elf64_Rel& pRel,
244 /// emitRelocation - write data to the ELF64_Rela entry
245 virtual void emitRelocation(llvm::ELF::Elf64_Rela& pRel,
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 106 emitRelocation(m_Config, *section, region);
447 /// emitRelocation
448 void ELFObjectWriter::emitRelocation(const LinkerConfig& pConfig,
452 assert(sect_data != NULL && "SectionData is NULL in emitRelocation!");
514 target().emitRelocation(*rel, relocation->type(), r_sym, r_offset);
556 target().emitRelocation(
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 281 milliseconds