Home
last modified time | relevance | path

Searched defs:ELFObj (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-objdump/
DELFDump.cpp82 if (const ELFObjectFile<ELFType<support::little, 4, false> > *ELFObj = in printELFFileHeader() local
87 if (const ELFObjectFile<ELFType<support::big, 4, false> > *ELFObj = in printELFFileHeader() local
92 if (const ELFObjectFile<ELFType<support::little, 8, true> > *ELFObj = in printELFFileHeader() local
97 if (const ELFObjectFile<ELFType<support::big, 8, true> > *ELFObj = in printELFFileHeader() local
/external/llvm/tools/llvm-readobj/
DELF.cpp176 if (const ELFObjectFile<ELFType<support::little, 4, false> > *ELFObj = in dumpELFDynamicTable() local
181 if (const ELFObjectFile<ELFType<support::big, 4, false> > *ELFObj = in dumpELFDynamicTable() local
186 if (const ELFObjectFile<ELFType<support::little, 8, true> > *ELFObj = in dumpELFDynamicTable() local
191 if (const ELFObjectFile<ELFType<support::big, 8, true> > *ELFObj = in dumpELFDynamicTable() local