Lines Matching refs:entry
43 AArch64GOTEntry* entry = new AArch64GOTEntry(0, NULL); in createGOT() local
44 m_GOT.push_back(entry); in createGOT()
45 return entry; in createGOT()
49 AArch64GOTEntry* entry = new AArch64GOTEntry(0, NULL); in createGOTPLT() local
50 m_GOTPLT.push_back(entry); in createGOTPLT()
51 return entry; in createGOTPLT()
69 AArch64GOTEntry* entry = *it; in finalizeSectionSize() local
70 frag_list.push_back(entry); in finalizeSectionSize()
71 entry->setParent(m_SectionData); in finalizeSectionSize()
72 entry->setOffset(offset); in finalizeSectionSize()
73 offset += entry->size(); in finalizeSectionSize()
83 AArch64GOTEntry* entry = *it; in finalizeSectionSize() local
84 frag_list.push_back(entry); in finalizeSectionSize()
85 entry->setParent(m_SectionData); in finalizeSectionSize()
86 entry->setOffset(offset); in finalizeSectionSize()
87 offset += entry->size(); in finalizeSectionSize()
105 SectionData::iterator entry(m_pGOTPLTFront); in applyGOTPLT() local
112 while (entry != e_end) { in applyGOTPLT()
113 llvm::cast<AArch64GOTEntry>(entry)->setValue(pPLTBase); in applyGOTPLT()
114 ++entry; in applyGOTPLT()