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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h179 return (f_pGOTPLT != NULL) && (f_pGOTPLT->size() != 0);
583 assert(f_pGOTPLT != NULL);
584 return *f_pGOTPLT;
588 assert(f_pGOTPLT != NULL);
589 return *f_pGOTPLT;
716 LDSection* f_pGOTPLT; // .got.plt member in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/LD/
H A DELFDynObjFileFormat.cpp76 f_pGOTPLT =
H A DELFExecFileFormat.cpp77 f_pGOTPLT =
H A DELFFileFormat.cpp55 f_pGOTPLT(NULL),

Completed in 334 milliseconds