Home
last modified time | relevance | path

Searched refs:f_pLine (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h111 bool hasLine() const { return (f_pLine != NULL) && (f_pLine->size() != 0); } in hasLine()
402 assert(f_pLine != NULL); in getLine()
403 return *f_pLine; in getLine()
407 assert(f_pLine != NULL); in getLine()
408 return *f_pLine; in getLine()
696 LDSection* f_pLine; // .line variable
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp37 f_pLine(NULL), in ELFFileFormat()
127 f_pLine = pBuilder.CreateSection( in initStdSections()