Searched defs:f_pTextSection (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DLDFileFormat.h63 assert(NULL != f_pTextSection);
64 return *f_pTextSection;
68 assert(NULL != f_pTextSection);
69 return *f_pTextSection;
103 LDSection* f_pTextSection; // .text __text member in class:mcld::LDFileFormat

Completed in 260 milliseconds