Home
last modified time | relevance | path

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

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