HomeSort by relevance Sort by last modified time
    Searched refs:plt1 (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-m68k/
m68k.exp 61 foreach { id sources } { a { plt1.s } b { plt1-empty.s plt1.s } } {
64 [list "PLT 1$id ($arch)" "-shared -T plt1.ld" "" "-m$arch" \
65 $sources [list [list objdump -dr plt1-$arch.d]] \
66 plt1-${id}-${arch}.so]]
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 92 // get first plt1 entry
96 // plt1 size
97 PLTEntryBase* plt1 = &(llvm::cast<PLTEntryBase>(*it)); local
98 size += (m_pSectionData->size() - 1) * plt1->size();
182 PLTEntryBase* plt1 = 0; local
187 plt1 = &(llvm::cast<PLTEntryBase>(*it));
189 data = static_cast<unsigned char*>(malloc(plt1->size()));
194 memcpy(data, m_PLT1, plt1->size());
210 plt1->setValue(data);
256 // compute sym@GOTPCREL of the PLT1 entry
269 PLTEntryBase* plt1 = 0; local
    [all...]
X86LDBackend.cpp 181 PLTEntryBase* plt1 = 0; local
184 plt1 = &(llvm::cast<PLTEntryBase>(*it));
185 EntrySize = plt1->size();
186 memcpy(buffer + RegionSize, plt1->getValue(), EntrySize);
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.cpp 114 // first plt1 address
119 AArch64PLT1* plt1 = NULL; local
123 plt1 = &(llvm::cast<AArch64PLT1>(*it));
137 plt1->setValue(reinterpret_cast<unsigned char*>(Out));
158 AArch64PLT1* plt1 = NULL; local
161 plt1 = &(llvm::cast<AArch64PLT1>(*it));
162 memcpy(buffer + result, plt1->getValue(), AArch64PLT1::EntrySize);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMPLT.cpp 113 ARMPLT1* plt1 = NULL; local
117 plt1 = &(llvm::cast<ARMPLT1>(*it));
131 plt1->setValue(reinterpret_cast<unsigned char*>(Out));
150 ARMPLT1* plt1 = 0; local
153 plt1 = &(llvm::cast<ARMPLT1>(*it));
154 memcpy(buffer + result, plt1->getValue(), ARMPLT1::EntrySize);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonPLT.cpp 69 // get first plt1 entry
73 // plt1 size
74 PLTEntryBase* plt1 = &(llvm::cast<PLTEntryBase>(*it)); local
75 size += (m_pSectionData->size() - 1) * plt1->size();
138 HexagonPLT1* plt1 = NULL; local
142 plt1 = &(llvm::cast<HexagonPLT1>(*it));
148 memcpy(Out, hexagon_plt1, plt1->size());
160 plt1->setValue(reinterpret_cast<unsigned char*>(Out));
179 HexagonPLT1* plt1 = 0; local
182 plt1 = &(llvm::cast<HexagonPLT1>(*it))
    [all...]
HexagonLDBackend.cpp 159 PLTEntryBase* plt1 = 0; local
162 plt1 = &(llvm::cast<PLTEntryBase>(*it));
163 EntrySize = plt1->size();
164 memcpy(buffer + RegionSize, plt1->getValue(), EntrySize);
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
plt1.d 1 #source: plt1.s
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
gc-plt-relocs.d 1 #source: gc-plt1.s

Completed in 159 milliseconds