Home
last modified time | relevance | path

Searched refs:PLTDescriptor (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.h129 typedef std::pair<Fragment*, Fragment*> PLTDescriptor; typedef
130 typedef llvm::DenseMap<const ResolveInfo*, PLTDescriptor> SymPLTMap;
DMipsRelocator.cpp746 m_SymPLTMap[&rsym] = PLTDescriptor(plt, got); in getPLTAddress()