Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h157 { return (NULL != f_pGOTPLT) && (0 != f_pGOTPLT->size()); } in hasGOTPLT()
558 assert(NULL != f_pGOTPLT); in getGOTPLT()
559 return *f_pGOTPLT; in getGOTPLT()
563 assert(NULL != f_pGOTPLT); in getGOTPLT()
564 return *f_pGOTPLT; in getGOTPLT()
691 LDSection* f_pGOTPLT; // .got.plt variable
/frameworks/compile/mclinker/lib/LD/
DELFDynObjFileFormat.cpp75 f_pGOTPLT = pBuilder.CreateSection(".got.plt", in initObjectFormat()
DELFExecFileFormat.cpp76 f_pGOTPLT = pBuilder.CreateSection(".got.plt", in initObjectFormat()
DELFFileFormat.cpp55 f_pGOTPLT(NULL), in ELFFileFormat()