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

  /frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.cpp 27 reserve(X86GOTPLT0Num);
30 for (size_t i = 0; i < X86GOTPLT0Num; ++i) {
41 return (m_SectionData->size() > X86GOTPLT0Num);
54 for (size_t i = 0; i < X86GOTPLT0Num; ++i)
71 reserve(X86GOTPLT0Num);
74 for (size_t i = 0; i < X86GOTPLT0Num; ++i) {
85 return (m_SectionData->size() > X86GOTPLT0Num);
98 for (size_t i = 0; i < X86GOTPLT0Num; ++i)
X86GOTPLT.h 24 const unsigned int X86GOTPLT0Num = 3;
X86PLT.cpp 213 uint64_t GOTEntryOffset = GOTEntrySize * X86GOTPLT0Num;
302 SymGOTPCREL += GOTEntrySize * X86GOTPLT0Num;

Completed in 1910 milliseconds