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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp24 const size_t MipsGOTGpOffset = 0x7FF0; member in namespace:__anon1100
25 const size_t MipsGOTSize = MipsGOTGpOffset + 0x7FFF;
99 return addr() + MipsGOTGpOffset;
330 return addr() + gotSize * getEntrySize() + MipsGOTGpOffset;

Completed in 52 milliseconds