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 185 /// emitRelocation - write data to the ELF32_Rel entry
186 void emitRelocation(llvm::ELF::Elf32_Rel& pRel,
191 /// emitRelocation - write data to the ELF32_Rela entry
192 void emitRelocation(llvm::ELF::Elf32_Rela& pRel,
198 /// emitRelocation - write data to the ELF64_Rel entry
199 void emitRelocation(llvm::ELF::Elf64_Rel& pRel,
204 /// emitRelocation - write data to the ELF64_Rela entry
205 void emitRelocation(llvm::ELF::Elf64_Rela& pRel,
MipsLDBackend.cpp 786 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf32_Rel& pRel,
790 GNULDBackend::emitRelocation(pRel, pType, pSymIdx, pOffset);
793 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf32_Rela& pRel,
798 GNULDBackend::emitRelocation(pRel, pType, pSymIdx, pOffset, pAddend);
801 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf64_Rel& pRel,
813 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf64_Rela& pRel,
  /frameworks/compile/mclinker/include/mcld/LD/
ELFObjectWriter.h 79 void emitRelocation(const LinkerConfig& pConfig,
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 222 /// emitRelocation - write data to the ELF32_Rel entry
223 virtual void emitRelocation(llvm::ELF::Elf32_Rel& pRel,
228 /// emitRelocation - write data to the ELF32_Rela entry
229 virtual void emitRelocation(llvm::ELF::Elf32_Rela& pRel,
235 /// emitRelocation - write data to the ELF64_Rel entry
236 virtual void emitRelocation(llvm::ELF::Elf64_Rel& pRel,
241 /// emitRelocation - write data to the ELF64_Rela entry
242 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 167 milliseconds