Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h147 return (f_pDataRelRo != NULL) && (f_pDataRelRo->size() != 0); in hasDataRelRo()
503 assert(f_pDataRelRo != NULL); in getDataRelRo()
504 return *f_pDataRelRo; in getDataRelRo()
508 assert(f_pDataRelRo != NULL); in getDataRelRo()
509 return *f_pDataRelRo; in getDataRelRo()
708 LDSection* f_pDataRelRo; // .data.rel.ro variable
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp47 f_pDataRelRo(NULL), in ELFFileFormat()
174 f_pDataRelRo = in initStdSections()