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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 185 return (f_pNoteABITag != NULL) && (f_pNoteABITag->size() != 0);
603 assert(f_pNoteABITag != NULL);
604 return *f_pNoteABITag;
608 assert(f_pNoteABITag != NULL);
609 return *f_pNoteABITag;
718 LDSection* f_pNoteABITag; // .note.ABI-tag
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 57 f_pNoteABITag(NULL),

Completed in 411 milliseconds