Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsELFDynamic.cpp41 if (pFormat.hasGOT()) in reserveTargetEntries()
55 if (pFormat.hasGOT()) in applyTargetEntries()
77 if (!pFormat.hasGOT()) in getGotSym()
87 if (!pFormat.hasGOT()) in getLocalGotNum()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFDynamic.cpp28 if (pFormat.hasGOT()) in reserveTargetEntries()
35 if (pFormat.hasGOT()) in applyTargetEntries()
DARMLDBackend.cpp254 if (file_format->hasGOT()) { in doPostLayout()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h49 bool hasGOT() const in hasGOT() function