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.h47 { return (NULL != f_pGOT) && (0 != f_pGOT->size()); } in hasGOT()
196 assert(NULL != f_pGOT); in getGOT()
197 return *f_pGOT; in getGOT()
201 assert(NULL != f_pGOT); in getGOT()
202 return *f_pGOT; in getGOT()
651 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()