Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.cpp24 const size_t MipsGOTGpOffset = 0x7FF0; variable
25 const size_t MipsGOTSize = MipsGOTGpOffset + 0x7FFF;
102 return addr() + MipsGOTGpOffset; in getGPDispAddress()
375 return addr() + gotSize * getEntrySize() + MipsGOTGpOffset; in getGPAddr()