Home
last modified time | relevance | path

Searched defs:pSym (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DLDContext.h72 void addSymbol(LDSymbol* pSym) in addSymbol()
/frameworks/compile/mclinker/lib/Fragment/
DRelocation.cpp141 void Relocation::setSymInfo(ResolveInfo* pSym) in setSymInfo()
DFragmentGraph.cpp103 FGNode* FragmentGraph::getNode(const ResolveInfo& pSym) in getNode()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp91 Relocation& helper_DynRel(ResolveInfo* pSym, in helper_DynRel()
113 helper_use_relative_reloc(const ResolveInfo& pSym, in helper_use_relative_reloc()
643 Relocation& helper_DynRel(ResolveInfo* pSym, in helper_DynRel()
665 helper_use_relative_reloc(const ResolveInfo& pSym, in helper_use_relative_reloc()
DX86LDBackend.cpp159 void X86GNULDBackend::addCopyReloc(ResolveInfo& pSym) in addCopyReloc()
174 const ResolveInfo& pSym) in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp310 void ARMGNULDBackend::addCopyReloc(ResolveInfo& pSym) in addCopyReloc()
326 const ResolveInfo& pSym) in defineSymbolforCopyReloc()
DARMRelocator.cpp116 helper_use_relative_reloc(const ResolveInfo& pSym, in helper_use_relative_reloc()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp916 void GNULDBackend::emitSymbol32(llvm::ELF::Elf32_Sym& pSym, in emitSymbol32()
939 void GNULDBackend::emitSymbol64(llvm::ELF::Elf64_Sym& pSym, in emitSymbol64()
2421 bool GNULDBackend::symbolNeedsDynRel(const ResolveInfo& pSym, in symbolNeedsDynRel()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp380 void MipsGNULDBackend::emitSymbol32(llvm::ELF::Elf32_Sym& pSym, in emitSymbol32()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp659 LDSymbol& pSym, in AddRelocation()