Searched refs:emitRelocation (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.h186 /// 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,
H A DMipsLDBackend.cpp851 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf32_Rel& pRel, function in class:MipsGNULDBackend
856 GNULDBackend::emitRelocation(pRel, pType, pSymIdx, pOffset);
859 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf32_Rela& pRel, function in class:MipsGNULDBackend
865 GNULDBackend::emitRelocation(pRel, pType, pSymIdx, pOffset, pAddend);
868 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf64_Rel& pRel, function in class:MipsGNULDBackend
881 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf64_Rela& pRel, function in class:MipsGNULDBackend
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFObjectWriter.h82 void emitRelocation(const LinkerConfig& pConfig,
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h223 /// 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/lib/LD/
H A DELFObjectWriter.cpp111 emitRelocation(m_Config, *section, region);
455 /// emitRelocation
456 void ELFObjectWriter::emitRelocation(const LinkerConfig& pConfig, function in class:ELFObjectWriter
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/
H A DGNULDBackend.cpp1523 /// getSymbolIdx - called by emitRelocation to get the ouput symbol table index
1780 /// emitRelocation - write data to the ELF32_Rel entry
1781 void GNULDBackend::emitRelocation(llvm::ELF::Elf32_Rel& pRel, function in class:GNULDBackend
1790 /// emitRelocation - write data to the ELF32_Rela entry
1791 void GNULDBackend::emitRelocation(llvm::ELF::Elf32_Rela& pRel, function in class:GNULDBackend
1802 /// emitRelocation - write data to the ELF64_Rel entry
1803 void GNULDBackend::emitRelocation(llvm::ELF::Elf64_Rel& pRel, function in class:GNULDBackend
1812 /// emitRelocation - write data to the ELF64_Rela entry
1813 void GNULDBackend::emitRelocation(llvm::ELF::Elf64_Rela& pRel, function in class:GNULDBackend

Completed in 746 milliseconds