HomeSort by relevance Sort by last modified time
    Searched defs:isMyFormat (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/lib/LD/
BSDArchiveReader.cpp 29 bool BSDArchiveReader::isMyFormat(Input& pInput) const
ELFDynObjReader.cpp 46 /// isMyFormat
47 bool ELFDynObjReader::isMyFormat(Input &pInput) const
ELFObjectReader.cpp 59 /// isMyFormat
60 bool ELFObjectReader::isMyFormat(Input &pInput) const
GNUArchiveReader.cpp 44 /// isMyFormat
45 bool GNUArchiveReader::isMyFormat(Input& pInput) const
386 if (m_ELFObjectReader.isMyFormat(*member)) {
394 else if (isMyFormat(*member)) {
  /frameworks/compile/mclinker/include/mcld/LD/
BinaryReader.h 36 virtual bool isMyFormat(Input& pInput) const

Completed in 49 milliseconds