Home
last modified time | relevance | path

Searched refs:f_pNoteABITag (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h185 return (f_pNoteABITag != NULL) && (f_pNoteABITag->size() != 0); in hasNoteABITag()
603 assert(f_pNoteABITag != NULL); in getNoteABITag()
604 return *f_pNoteABITag; in getNoteABITag()
608 assert(f_pNoteABITag != NULL); in getNoteABITag()
609 return *f_pNoteABITag; in getNoteABITag()
718 LDSection* f_pNoteABITag; // .note.ABI-tag variable
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp57 f_pNoteABITag(NULL), in ELFFileFormat()