HomeSort by relevance Sort by last modified time
    Searched refs:f_pTextSection (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 64 assert(NULL != f_pTextSection);
65 return *f_pTextSection;
69 assert(NULL != f_pTextSection);
70 return *f_pTextSection;
104 LDSection* f_pTextSection; // .text __text
  /frameworks/compile/mclinker/lib/LD/
LDFileFormat.cpp 18 : f_pTextSection(NULL),
ELFFileFormat.cpp 69 f_pTextSection = pBuilder.CreateSection(".text",

Completed in 557 milliseconds