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 166 { return (NULL != f_pNoteABITag) && (0 != f_pNoteABITag->size()); }
581 assert(NULL != f_pNoteABITag);
582 return *f_pNoteABITag;
586 assert(NULL != f_pNoteABITag);
587 return *f_pNoteABITag;
696 LDSection* f_pNoteABITag; // .note.ABI-tag
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 57 f_pNoteABITag(NULL),

Completed in 16 milliseconds