OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isMyFormat
(Results
1 - 7
of
7
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
BinaryReader.h
27
virtual bool
isMyFormat
(Input& pInput, bool &pContinue) const
/frameworks/compile/mclinker/lib/LD/
BSDArchiveReader.cpp
30
bool BSDArchiveReader::
isMyFormat
(Input& pInput, bool &pContinue) const
ELFBinaryReader.cpp
36
bool ELFBinaryReader::
isMyFormat
(Input& pInput, bool &pContinue) const
ELFDynObjReader.cpp
46
///
isMyFormat
47
bool ELFDynObjReader::
isMyFormat
(Input &pInput, bool &pContinue) const
ELFObjectReader.cpp
61
///
isMyFormat
62
bool ELFObjectReader::
isMyFormat
(Input &pInput, bool &pContinue) const
GNUArchiveReader.cpp
44
///
isMyFormat
45
bool GNUArchiveReader::
isMyFormat
(Input& pInput, bool &pContinue) const
402
if (m_ELFObjectReader.
isMyFormat
(*member, doContinue)) {
414
else if (doContinue &&
isMyFormat
(*member, doContinue)) {
/frameworks/compile/mclinker/lib/Script/
ScriptReader.cpp
31
///
isMyFormat
32
bool ScriptReader::
isMyFormat
(Input& input, bool &doContinue) const
Completed in 104 milliseconds