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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp19 const size_t MipsGOTEntrySize = 4; member in namespace:__anon1271
28 : GOT(pSection, pSectionData, MipsGOTEntrySize),
34 new (std::nothrow) GOTEntry(0, MipsGOTEntrySize, &m_SectionData);
39 m_Section.setSize(m_Section.size() + MipsGOTEntrySize);
97 new (std::nothrow) GOTEntry(0, MipsGOTEntrySize, &m_SectionData);
102 m_Section.setSize(m_Section.size() + MipsGOTEntrySize);

Completed in 118 milliseconds