HomeSort by relevance Sort by last modified time
    Searched defs:emitRelocation (Results 1 - 3 of 3) sorted by null

  /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/Mips/
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/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 80 milliseconds