Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.h196 void emitRelocation(llvm::ELF::Elf32_Rel& pRel,
202 void emitRelocation(llvm::ELF::Elf32_Rela& pRel,
209 void emitRelocation(llvm::ELF::Elf64_Rel& pRel,
215 void emitRelocation(llvm::ELF::Elf64_Rela& pRel,
DMipsLDBackend.cpp956 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf32_Rel& pRel, in emitRelocation() function in mcld::MipsGNULDBackend
960 GNULDBackend::emitRelocation(pRel, pType, pSymIdx, pOffset); in emitRelocation()
963 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf32_Rela& pRel, in emitRelocation() function in mcld::MipsGNULDBackend
968 GNULDBackend::emitRelocation(pRel, pType, pSymIdx, pOffset, pAddend); in emitRelocation()
971 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf64_Rel& pRel, in emitRelocation() function in mcld::MipsGNULDBackend
983 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf64_Rela& pRel, in emitRelocation() function in mcld::MipsGNULDBackend
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h226 virtual void emitRelocation(llvm::ELF::Elf32_Rel& pRel,
232 virtual void emitRelocation(llvm::ELF::Elf32_Rela& pRel,
239 virtual void emitRelocation(llvm::ELF::Elf64_Rel& pRel,
245 virtual void emitRelocation(llvm::ELF::Elf64_Rela& pRel,
/frameworks/compile/mclinker/include/mcld/LD/
DELFObjectWriter.h79 void emitRelocation(const LinkerConfig& pConfig,
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp106 emitRelocation(m_Config, *section, region); in writeSection()
448 void ELFObjectWriter::emitRelocation(const LinkerConfig& pConfig, in emitRelocation() function in mcld::ELFObjectWriter
514 target().emitRelocation(*rel, relocation->type(), r_sym, r_offset); in emitRel()
556 target().emitRelocation( in emitRela()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1699 void GNULDBackend::emitRelocation(llvm::ELF::Elf32_Rel& pRel, in emitRelocation() function in mcld::GNULDBackend
1708 void GNULDBackend::emitRelocation(llvm::ELF::Elf32_Rela& pRel, in emitRelocation() function in mcld::GNULDBackend
1719 void GNULDBackend::emitRelocation(llvm::ELF::Elf64_Rel& pRel, in emitRelocation() function in mcld::GNULDBackend
1728 void GNULDBackend::emitRelocation(llvm::ELF::Elf64_Rela& pRel, in emitRelocation() function in mcld::GNULDBackend