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 186 /// emitRelocation - write data to the ELF32_Rel entry
187 void emitRelocation(llvm::ELF::Elf32_Rel& pRel,
192 /// emitRelocation - write data to the ELF32_Rela entry
193 void emitRelocation(llvm::ELF::Elf32_Rela& pRel,
199 /// emitRelocation - write data to the ELF64_Rel entry
200 void emitRelocation(llvm::ELF::Elf64_Rel& pRel,
205 /// emitRelocation - write data to the ELF64_Rela entry
206 void emitRelocation(llvm::ELF::Elf64_Rela& pRel,
MipsLDBackend.cpp 851 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf32_Rel& pRel,
856 GNULDBackend::emitRelocation(pRel, pType, pSymIdx, pOffset);
859 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf32_Rela& pRel,
865 GNULDBackend::emitRelocation(pRel, pType, pSymIdx, pOffset, pAddend);
868 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf64_Rel& pRel,
881 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf64_Rela& pRel,
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 223 /// emitRelocation - write data to the ELF32_Rel entry
224 virtual void emitRelocation(llvm::ELF::Elf32_Rel& pRel,
229 /// emitRelocation - write data to the ELF32_Rela entry
230 virtual void emitRelocation(llvm::ELF::Elf32_Rela& pRel,
236 /// emitRelocation - write data to the ELF64_Rel entry
237 virtual void emitRelocation(llvm::ELF::Elf64_Rel& pRel,
242 /// emitRelocation - write data to the ELF64_Rela entry
243 virtual void emitRelocation(llvm::ELF::Elf64_Rela& pRel,
  /frameworks/compile/mclinker/include/mcld/LD/
ELFObjectWriter.h 82 void emitRelocation(const LinkerConfig& pConfig,
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 111 emitRelocation(m_Config, *section, region);
455 /// emitRelocation
456 void ELFObjectWriter::emitRelocation(const LinkerConfig& pConfig,
461 assert(NULL != sect_data && "SectionData is NULL in emitRelocation!");
525 target().emitRelocation(*rel, relocation->type(), r_sym, r_offset);
568 target().emitRelocation(*rel, relocation->type(),
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 46 milliseconds