Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h46 bool hasGOT() const { return (f_pGOT != NULL) && (f_pGOT->size() != 0); } in hasGOT()
221 assert(f_pGOT != NULL); in getGOT()
222 return *f_pGOT; in getGOT()
226 assert(f_pGOT != NULL); in getGOT()
227 return *f_pGOT; in getGOT()
676 LDSection* f_pGOT; // .got variable
/frameworks/compile/mclinker/lib/LD/
DELFDynObjFileFormat.cpp65 f_pGOT = pBuilder.CreateSection(".got", in initObjectFormat()
DELFExecFileFormat.cpp66 f_pGOT = pBuilder.CreateSection(".got", in initObjectFormat()
DELFFileFormat.cpp19 f_pGOT(NULL), in ELFFileFormat()