HomeSort by relevance Sort by last modified time
    Searched refs:PLTEntryBase (Results 1 - 11 of 11) sorted by null

  /frameworks/compile/mclinker/include/mcld/Target/
PLT.h 27 class PLTEntryBase : public TargetFragment
30 PLTEntryBase(SectionData& pParent)
34 virtual ~PLTEntryBase()
62 template<size_t SIZE, typename EntryBase = PLTEntryBase>
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 113 PLTEntryBase* plt1 = &(llvm::cast<PLTEntryBase>(*it));
133 PLTEntryBase* plt1_entry = NULL;
147 PLTEntryBase* X86PLT::consume()
153 return llvm::cast<PLTEntryBase>(&(*m_Last));
156 PLTEntryBase* X86PLT::getPLT0() const
163 PLTEntryBase* plt0 = &(llvm::cast<PLTEntryBase>(*first));
181 PLTEntryBase* plt0 = getPLT0();
221 PLTEntryBase* plt1 = 0
    [all...]
X86PLT.h 124 PLTEntryBase* consume();
134 PLTEntryBase* getPLT0() const;
X86LDBackend.cpp 179 unsigned int plt0_size = llvm::cast<PLTEntryBase>((*it)).size();
181 memcpy(buffer, llvm::cast<PLTEntryBase>((*it)).getValue(), plt0_size);
185 PLTEntryBase* plt1 = 0;
188 plt1 = &(llvm::cast<PLTEntryBase>(*it));
X86Relocator.h 33 typedef SymbolEntryMap<PLTEntryBase> SymPLTMap;
X86Relocator.cpp 746 PLTEntryBase& helper_get_PLT_and_init(Relocation& pReloc,
753 PLTEntryBase* plt_entry = pParent.getSymPLTMap().lookUp(*rsym);
790 PLTEntryBase& plt_entry = helper_get_PLT_and_init(pReloc, pParent);
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp 60 PLTEntryBase* HexagonPLT::getPLT0() const
67 PLTEntryBase* plt0 = &(llvm::cast<PLTEntryBase>(*first));
83 PLTEntryBase* plt1 = &(llvm::cast<PLTEntryBase>(*it));
103 PLTEntryBase* plt1_entry = NULL;
124 PLTEntryBase* plt0 = getPLT0();
HexagonPLT.h 89 PLTEntryBase* getPLT0() const;
HexagonRelocator.h 33 typedef SymbolEntryMap<PLTEntryBase> SymPLTMap;
HexagonLDBackend.cpp 154 unsigned int plt0_size = llvm::cast<PLTEntryBase>((*it)).size();
156 memcpy(buffer, llvm::cast<PLTEntryBase>((*it)).getValue(), plt0_size);
160 PLTEntryBase* plt1 = 0;
163 plt1 = &(llvm::cast<PLTEntryBase>(*it));
    [all...]
HexagonRelocator.cpp 413 PLTEntryBase& helper_get_PLT_and_init(Relocation& pReloc,
420 PLTEntryBase* plt_entry = pParent.getSymPLTMap().lookUp(*rsym);
456 PLTEntryBase& plt_entry = helper_get_PLT_and_init(pReloc, pParent);
    [all...]

Completed in 1535 milliseconds