Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp647 const Elf_Shdr *ESec = EF.getSection(ESym); in getSymbolNMTypeChar() local
649 if (ESec) { in getSymbolNMTypeChar()
650 switch (ESec->sh_type) { in getSymbolNMTypeChar()
653 switch (ESec->sh_flags) { in getSymbolNMTypeChar()
/external/llvm/include/llvm/Object/
DELFObjectFile.h420 const Elf_Shdr *ESec = EF.getSection(ESym); in getSymbolSection() local
421 if (!ESec) in getSymbolSection()
425 Sec.p = reinterpret_cast<intptr_t>(ESec); in getSymbolSection()