Searched refs:ARMGOTEntrySize (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp20 const size_t ARMGOTEntrySize = 4; member in namespace:__anon1267
28 : GOT(pSection, pSectionData, ARMGOTEntrySize),
36 Entry = new (std::nothrow) GOTEntry(0, ARMGOTEntrySize,
42 m_Section.setSize(m_Section.size() + ARMGOTEntrySize);
69 Entry = new (std::nothrow) GOTEntry(0, ARMGOTEntrySize,
75 m_Section.setSize(m_Section.size() + ARMGOTEntrySize);

Completed in 32 milliseconds