Searched refs:plt0 (Results 1 – 4 of 4) sorted by relevance
127 PLTEntryBase* plt0 = &(llvm::cast<PLTEntryBase>(*first)); in getPLT0() local129 return plt0; in getPLT0()143 PLTEntryBase* plt0 = getPLT0(); in applyPLT0() local146 data = static_cast<unsigned char*>(malloc(plt0->size())); in applyPLT0()151 memcpy(data, m_PLT0, plt0->size()); in applyPLT0()160 plt0->setValue(data); in applyPLT0()226 PLTEntryBase* plt0 = getPLT0(); in applyPLT0() local229 data = static_cast<unsigned char*>(malloc(plt0->size())); in applyPLT0()234 memcpy(data, m_PLT0, plt0->size()); in applyPLT0()243 plt0->setValue(data); in applyPLT0()
59 PLTEntryBase* plt0 = &(llvm::cast<PLTEntryBase>(*first)); in getPLT0() local61 return plt0; in getPLT0()96 PLTEntryBase* plt0 = getPLT0(); in applyPLT0() local100 data = static_cast<unsigned char*>(malloc(plt0->size())); in applyPLT0()105 memcpy(data, m_PLT0, plt0->size()); in applyPLT0()116 plt0->setValue(data); in applyPLT0()
70 AArch64PLT0* plt0 = &(llvm::cast<AArch64PLT0>(*first)); in applyPLT0() local97 plt0->setValue(reinterpret_cast<unsigned char*>(data)); in applyPLT0()
81 ARMPLT0* plt0 = &(llvm::cast<ARMPLT0>(*first)); in applyPLT0() local92 plt0->setValue(reinterpret_cast<unsigned char*>(data)); in applyPLT0()