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.h48 bool hasPLT() const { return (f_pPLT != NULL) && (f_pPLT->size() != 0); } in hasPLT()
231 assert(f_pPLT != NULL); in getPLT()
232 return *f_pPLT; in getPLT()
236 assert(f_pPLT != NULL); in getPLT()
237 return *f_pPLT; in getPLT()
677 LDSection* f_pPLT; // .plt variable
/frameworks/compile/mclinker/lib/LD/
DELFExecFileFormat.cpp71 f_pPLT = in initObjectFormat()
DELFDynObjFileFormat.cpp70 f_pPLT = in initObjectFormat()
DELFFileFormat.cpp20 f_pPLT(NULL), in ELFFileFormat()