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 66 assert(NULL != f_pTextSection);
67 return *f_pTextSection;
71 assert(NULL != f_pTextSection);
72 return *f_pTextSection;
106 LDSection* f_pTextSection; // .text __text
  /frameworks/compile/mclinker/lib/LD/
LDFileFormat.cpp 17 : f_pTextSection(NULL),
ELFFileFormat.cpp 71 f_pTextSection = &pLinker.getOrCreateOutputSectHdr(".text",

Completed in 34 milliseconds