Lines Matching refs:entry
40 ARMGOTEntry* entry = new ARMGOTEntry(0, NULL); in createGOT() local
41 m_GOT.push_back(entry); in createGOT()
42 return entry; in createGOT()
46 ARMGOTEntry* entry = new ARMGOTEntry(0, NULL); in createGOTPLT() local
47 m_GOTPLT.push_back(entry); in createGOTPLT()
48 return entry; in createGOTPLT()
66 ARMGOTEntry* entry = *it; in finalizeSectionSize() local
67 frag_list.push_back(entry); in finalizeSectionSize()
68 entry->setParent(m_SectionData); in finalizeSectionSize()
69 entry->setOffset(offset); in finalizeSectionSize()
70 offset += entry->size(); in finalizeSectionSize()
80 ARMGOTEntry* entry = *it; in finalizeSectionSize() local
81 frag_list.push_back(entry); in finalizeSectionSize()
82 entry->setParent(m_SectionData); in finalizeSectionSize()
83 entry->setOffset(offset); in finalizeSectionSize()
84 offset += entry->size(); in finalizeSectionSize()
102 SectionData::iterator entry(m_pGOTPLTFront); in applyGOTPLT() local
109 while (entry != e_end) { in applyGOTPLT()
110 llvm::cast<ARMGOTEntry>(entry)->setValue(pPLTBase); in applyGOTPLT()
111 ++entry; in applyGOTPLT()