OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isELF
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/Object/
Binary.h
78
bool
isELF
() const {
/frameworks/compile/mclinker/include/mcld/LD/
ELFReader.h
46
///
isELF
- is this a ELF file
47
virtual bool
isELF
(void* pELFHeader) const = 0;
167
///
isELF
- is this a ELF file
168
inline bool
isELF
(void* pELFHeader) const;
/external/llvm/lib/Target/ARM/
ARMSubtarget.h
163
isELF
, isDarwin
/frameworks/compile/mclinker/lib/LD/
ELFDynObjReader.cpp
51
if (!m_pELFReader->
isELF
(ELF_hdr))
ELFObjectReader.cpp
56
if (!m_pELFReader->
isELF
(ELF_hdr))
/external/llvm/tools/llvm-readobj/
llvm-readobj.cpp
99
if (IsDynamic && obj->
isELF
()) {
Completed in 98 milliseconds