Searched defs:emitRelocation (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp106 emitRelocation(m_Config, *section, region);
447 /// emitRelocation
448 void ELFObjectWriter::emitRelocation(const LinkerConfig& pConfig, function in class:mcld::ELFObjectWriter
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/Mips/
H A DMipsLDBackend.cpp956 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf32_Rel& pRel, function in class:mcld::MipsGNULDBackend
960 GNULDBackend::emitRelocation(pRel, pType, pSymIdx, pOffset);
963 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf32_Rela& pRel, function in class:mcld::MipsGNULDBackend
968 GNULDBackend::emitRelocation(pRel, pType, pSymIdx, pOffset, pAddend);
971 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf64_Rel& pRel, function in class:mcld::MipsGNULDBackend
983 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf64_Rela& pRel, function in class:mcld::MipsGNULDBackend
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1465 /// getSymbolIdx - called by emitRelocation to get the ouput symbol table index
1698 /// emitRelocation - write data to the ELF32_Rel entry
1699 void GNULDBackend::emitRelocation(llvm::ELF::Elf32_Rel& pRel, function in class:mcld::GNULDBackend
1707 /// emitRelocation - write data to the ELF32_Rela entry
1708 void GNULDBackend::emitRelocation(llvm::ELF::Elf32_Rela& pRel, function in class:mcld::GNULDBackend
1718 /// emitRelocation - write data to the ELF64_Rel entry
1719 void GNULDBackend::emitRelocation(llvm::ELF::Elf64_Rel& pRel, function in class:mcld::GNULDBackend
1727 /// emitRelocation - write data to the ELF64_Rela entry
1728 void GNULDBackend::emitRelocation(llvm::ELF::Elf64_Rela& pRel, function in class:mcld::GNULDBackend

Completed in 274 milliseconds