Home
last modified time | relevance | path

Searched refs:Fixup (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/compile/mclinker/include/mcld/Fragment/
H A DStub.h34 class Fixup {
36 Fixup(DWord pOffset, SWord pAddend, Type pType) in Fixup() function
39 ~Fixup() {} in ~Fixup()
54 typedef std::vector<Fixup*> FixupListType;
132 void addFixup(const Fixup& pFixup);
/aosp12/frameworks/compile/mclinker/lib/Fragment/
H A DStub.cpp77 m_FixupList.push_back(new Fixup(pOffset, pAddend, pType)); in addFixup()
80 void Stub::addFixup(const Fixup& pFixup) { in addFixup()
82 m_FixupList.push_back(new Fixup(pFixup)); in addFixup()
/aosp12/art/runtime/mirror/
H A Darray.h266 void Fixup(ObjPtr<mirror::PointerArray> dest, PointerSize pointer_size, const Visitor& visitor)
H A Darray-inl.h282 inline void PointerArray::Fixup(ObjPtr<mirror::PointerArray> dest, in Fixup() function
/aosp12/art/runtime/arch/arm/
H A Dasm_support_arm.S77 add \rDest, pc @ Fixup GOT_PREL address.