Lines Matching refs:AArch64LongBranchStub
28 const uint32_t AArch64LongBranchStub::PIC_TEMPLATE[] = {
37 const uint32_t AArch64LongBranchStub::TEMPLATE[] = {
44 const uint32_t AArch64LongBranchStub::ADRP_TEMPLATE[] = {
50 AArch64LongBranchStub::AArch64LongBranchStub(bool pIsOutputPIC) in AArch64LongBranchStub() function in mcld::AArch64LongBranchStub
66 AArch64LongBranchStub::AArch64LongBranchStub(const uint32_t* pData, in AArch64LongBranchStub() function in mcld::AArch64LongBranchStub
78 AArch64LongBranchStub::~AArch64LongBranchStub() { in ~AArch64LongBranchStub()
81 bool AArch64LongBranchStub::isMyDuty(const Relocation& pReloc, in isMyDuty()
102 void AArch64LongBranchStub::applyFixup(Relocation& pSrcReloc, in applyFixup()
125 const std::string& AArch64LongBranchStub::name() const { in name()
129 const uint8_t* AArch64LongBranchStub::getContent() const { in getContent()
133 size_t AArch64LongBranchStub::size() const { in size()
137 size_t AArch64LongBranchStub::alignment() const { in alignment()
141 Stub* AArch64LongBranchStub::doClone() { in doClone()
142 return new AArch64LongBranchStub(m_pData, m_Size, fixup_begin(), fixup_end()); in doClone()