Home
last modified time | relevance | path

Searched refs:plt1 (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86PLT.cpp97 PLTEntryBase* plt1 = &(llvm::cast<PLTEntryBase>(*it)); in finalizeSectionSize() local
98 size += (m_pSectionData->size() - 1) * plt1->size(); in finalizeSectionSize()
182 PLTEntryBase* plt1 = 0; in applyPLT1() local
187 plt1 = &(llvm::cast<PLTEntryBase>(*it)); in applyPLT1()
189 data = static_cast<unsigned char*>(malloc(plt1->size())); in applyPLT1()
194 memcpy(data, m_PLT1, plt1->size()); in applyPLT1()
210 plt1->setValue(data); in applyPLT1()
269 PLTEntryBase* plt1 = 0; in applyPLT1() local
274 plt1 = &(llvm::cast<PLTEntryBase>(*it)); in applyPLT1()
276 data = static_cast<unsigned char*>(malloc(plt1->size())); in applyPLT1()
[all …]
DX86LDBackend.cpp181 PLTEntryBase* plt1 = 0; in emitSectionData() local
184 plt1 = &(llvm::cast<PLTEntryBase>(*it)); in emitSectionData()
185 EntrySize = plt1->size(); in emitSectionData()
186 memcpy(buffer + RegionSize, plt1->getValue(), EntrySize); in emitSectionData()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.cpp74 PLTEntryBase* plt1 = &(llvm::cast<PLTEntryBase>(*it)); in finalizeSectionSize() local
75 size += (m_pSectionData->size() - 1) * plt1->size(); in finalizeSectionSize()
138 HexagonPLT1* plt1 = NULL; in applyPLT1() local
142 plt1 = &(llvm::cast<HexagonPLT1>(*it)); in applyPLT1()
148 memcpy(Out, hexagon_plt1, plt1->size()); in applyPLT1()
160 plt1->setValue(reinterpret_cast<unsigned char*>(Out)); in applyPLT1()
179 HexagonPLT1* plt1 = 0; in emit() local
182 plt1 = &(llvm::cast<HexagonPLT1>(*it)); in emit()
183 memcpy(buffer + result, plt1->getValue(), HexagonPLT1::EntrySize); in emit()
DHexagonLDBackend.cpp158 PLTEntryBase* plt1 = 0; in emitSectionData() local
161 plt1 = &(llvm::cast<PLTEntryBase>(*it)); in emitSectionData()
162 EntrySize = plt1->size(); in emitSectionData()
163 memcpy(buffer + RegionSize, plt1->getValue(), EntrySize); in emitSectionData()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64PLT.cpp119 AArch64PLT1* plt1 = NULL; in applyPLT1() local
123 plt1 = &(llvm::cast<AArch64PLT1>(*it)); in applyPLT1()
137 plt1->setValue(reinterpret_cast<unsigned char*>(Out)); in applyPLT1()
158 AArch64PLT1* plt1 = NULL; in emit() local
161 plt1 = &(llvm::cast<AArch64PLT1>(*it)); in emit()
162 memcpy(buffer + result, plt1->getValue(), AArch64PLT1::EntrySize); in emit()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMPLT.cpp113 ARMPLT1* plt1 = NULL; in applyPLT1() local
117 plt1 = &(llvm::cast<ARMPLT1>(*it)); in applyPLT1()
131 plt1->setValue(reinterpret_cast<unsigned char*>(Out)); in applyPLT1()
150 ARMPLT1* plt1 = 0; in emit() local
153 plt1 = &(llvm::cast<ARMPLT1>(*it)); in emit()
154 memcpy(buffer + result, plt1->getValue(), ARMPLT1::EntrySize); in emit()