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.h179 return (f_pGOTPLT != NULL) && (f_pGOTPLT->size() != 0); in hasGOTPLT()
583 assert(f_pGOTPLT != NULL); in getGOTPLT()
584 return *f_pGOTPLT; in getGOTPLT()
588 assert(f_pGOTPLT != NULL); in getGOTPLT()
589 return *f_pGOTPLT; in getGOTPLT()
716 LDSection* f_pGOTPLT; // .got.plt variable
/frameworks/compile/mclinker/lib/LD/
DELFDynObjFileFormat.cpp76 f_pGOTPLT = in initObjectFormat()
DELFExecFileFormat.cpp77 f_pGOTPLT = in initObjectFormat()
DELFFileFormat.cpp55 f_pGOTPLT(NULL), in ELFFileFormat()