Searched defs:pSym (Results 1 – 13 of 13) sorted by relevance
| /frameworks/compile/mclinker/lib/Target/AArch64/ |
| D | AArch64RelocationHelpers.h | 85 ResolveInfo& pSym, in helper_get_PLT_address() 117 static inline Relocation& helper_DynRela_init(ResolveInfo* pSym, in helper_DynRela_init() 136 static inline bool helper_use_relative_reloc(const ResolveInfo& pSym, in helper_use_relative_reloc() 146 ResolveInfo& pSym, in helper_get_GOT_address()
|
| D | AArch64Relocator.cpp | 91 void AArch64Relocator::addCopyReloc(ResolveInfo& pSym) { in addCopyReloc() 105 const ResolveInfo& pSym) { in defineSymbolforCopyReloc()
|
| /frameworks/compile/mclinker/lib/Core/ |
| D | Module.cpp | 56 void Module::CreateAliasList(const ResolveInfo& pSym) { in CreateAliasList() 69 Module::AliasList* Module::getAliasList(const ResolveInfo& pSym) { in getAliasList()
|
| D | IRBuilder.cpp | 591 LDSymbol& pSym, in AddRelocation()
|
| /frameworks/compile/mclinker/lib/Target/Hexagon/ |
| D | HexagonRelocator.cpp | 27 static Relocation& helper_DynRel_init(ResolveInfo* pSym, in helper_DynRel_init() 46 static bool helper_use_relative_reloc(const ResolveInfo& pSym, in helper_use_relative_reloc() 84 static Relocator::Address helper_get_GOT_address(ResolveInfo& pSym, in helper_get_GOT_address() 114 static Relocator::Address helper_get_PLT_address(ResolveInfo& pSym, in helper_get_PLT_address() 226 void HexagonRelocator::addCopyReloc(ResolveInfo& pSym, in addCopyReloc() 408 const ResolveInfo& pSym, in defineSymbolforCopyReloc()
|
| /frameworks/compile/mclinker/lib/Target/X86/ |
| D | X86Relocator.cpp | 31 static Relocation& helper_DynRel_init(ResolveInfo* pSym, in helper_DynRel_init() 50 static bool helper_use_relative_reloc(const ResolveInfo& pSym, in helper_use_relative_reloc() 123 static Relocator::Address helper_get_PLT_address(ResolveInfo& pSym, in helper_get_PLT_address() 189 void X86Relocator::addCopyReloc(ResolveInfo& pSym, X86GNULDBackend& pTarget) { in addCopyReloc() 203 const ResolveInfo& pSym, in defineSymbolforCopyReloc() 1107 static Relocation& helper_DynRel_init(ResolveInfo* pSym, in helper_DynRel_init() 1126 static bool helper_use_relative_reloc(const ResolveInfo& pSym, in helper_use_relative_reloc() 1177 static Relocator::Address helper_get_PLT_address(ResolveInfo& pSym, in helper_get_PLT_address()
|
| /frameworks/compile/mclinker/include/mcld/LD/ |
| D | LDContext.h | 69 void addSymbol(LDSymbol* pSym) { m_SymTab.push_back(pSym); } in addSymbol()
|
| /frameworks/compile/mclinker/lib/Fragment/ |
| D | Relocation.cpp | 134 void Relocation::setSymInfo(ResolveInfo* pSym) { in setSymInfo()
|
| /frameworks/compile/mclinker/lib/Target/ARM/ |
| D | ARMRelocator.cpp | 60 static bool helper_use_relative_reloc(const ResolveInfo& pSym, in helper_use_relative_reloc() 74 static Relocator::Address helper_get_GOT_address(ResolveInfo& pSym, in helper_get_GOT_address() 118 static Relocator::Address helper_get_PLT_address(ResolveInfo& pSym, in helper_get_PLT_address() 324 void ARMRelocator::addCopyReloc(ResolveInfo& pSym) { in addCopyReloc() 338 const ResolveInfo& pSym) { in defineSymbolforCopyReloc()
|
| /frameworks/compile/mclinker/lib/Target/Mips/ |
| D | MipsRelocator.cpp | 442 void MipsRelocator::addCopyReloc(ResolveInfo& pSym) { in addCopyReloc() 451 const ResolveInfo& pSym) { in defineSymbolforCopyReloc() 711 ResolveInfo* pSym) { in setupRelDynEntry() 727 ResolveInfo* pSym) { in setupRelDynEntry()
|
| D | MipsLDBackend.cpp | 67 const mcld::ResolveInfo* pSym) { in needsLA25Stub()
|
| /frameworks/compile/mclinker/lib/LD/ |
| D | IdenticalCodeFolding.cpp | 38 static bool isSymCtorOrDtor(const ResolveInfo& pSym) { in isSymCtorOrDtor()
|
| /frameworks/compile/mclinker/lib/Target/ |
| D | GNULDBackend.cpp | 869 void GNULDBackend::emitSymbol32(llvm::ELF::Elf32_Sym& pSym, in emitSymbol32() 890 void GNULDBackend::emitSymbol64(llvm::ELF::Elf64_Sym& pSym, in emitSymbol64() 2720 bool GNULDBackend::symbolNeedsDynRel(const ResolveInfo& pSym, in symbolNeedsDynRel()
|