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

/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp515 const Elf_Shdr *ESec = EF.getSection(ESym); local
517 if (ESec) {
518 switch (ESec->sh_type) {
521 switch (ESec->sh_flags) {
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h363 const Elf_Shdr *ESec = EF.getSection(ESym); local
364 if (!ESec)
368 Sec.p = reinterpret_cast<intptr_t>(ESec);

Completed in 92 milliseconds