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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h50 { return (NULL != f_pGOT) && (0 != f_pGOT->size()); }
187 assert(NULL != f_pGOT);
188 return *f_pGOT;
192 assert(NULL != f_pGOT);
193 return *f_pGOT;
604 LDSection* f_pGOT; // .got member in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/LD/
H A DELFDynObjFileFormat.cpp65 f_pGOT = &pLinker.getOrCreateOutputSectHdr(".got",
H A DELFFileFormat.cpp20 f_pGOT(NULL),

Completed in 36 milliseconds