Home
last modified time | relevance | path

Searched refs:MipsLA25Stub (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLA25Stub.cpp30 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget) in MipsLA25Stub() function in mcld::MipsLA25Stub
40 MipsLA25Stub::MipsLA25Stub(const MipsGNULDBackend& pTarget, in MipsLA25Stub() function in mcld::MipsLA25Stub
50 bool MipsLA25Stub::isMyDuty(const Relocation& pReloc, in isMyDuty()
70 const std::string& MipsLA25Stub::name() const { in name()
74 const uint8_t* MipsLA25Stub::getContent() const { in getContent()
78 size_t MipsLA25Stub::size() const { in size()
82 size_t MipsLA25Stub::alignment() const { in alignment()
86 Stub* MipsLA25Stub::doClone() { in doClone()
87 return new MipsLA25Stub( in doClone()
DMipsLA25Stub.h25 class MipsLA25Stub : public Stub {
27 explicit MipsLA25Stub(const MipsGNULDBackend& pTarget);
41 MipsLA25Stub(const MipsLA25Stub&);
42 MipsLA25Stub& operator=(const MipsLA25Stub&);
44 MipsLA25Stub(const MipsGNULDBackend& pTarget,
DAndroid.bp13 "MipsLA25Stub.cpp",
DMipsLDBackend.cpp894 getStubFactory()->addPrototype(new MipsLA25Stub(*this)); in initTargetStubs()