Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h50 { return (NULL != f_pPLT) && (0 != f_pPLT->size()); } in hasPLT()
206 assert(NULL != f_pPLT); in getPLT()
207 return *f_pPLT; in getPLT()
211 assert(NULL != f_pPLT); in getPLT()
212 return *f_pPLT; in getPLT()
652 LDSection* f_pPLT; // .plt variable
/frameworks/compile/mclinker/lib/LD/
DELFDynObjFileFormat.cpp70 f_pPLT = pBuilder.CreateSection(".plt", in initObjectFormat()
DELFExecFileFormat.cpp71 f_pPLT = pBuilder.CreateSection(".plt", in initObjectFormat()
DELFFileFormat.cpp20 f_pPLT(NULL), in ELFFileFormat()