Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFObjectFile.h521 const Elf_Shdr *ESec = *ESecOrErr; in getSymbolSection() local
522 if (!ESec) in getSymbolSection()
526 Sec.p = reinterpret_cast<intptr_t>(ESec); in getSymbolSection()
540 const Elf_Shdr *ESec = getSection(Sec); in moveSectionNext() local
541 Sec = toDRI(++ESec); in moveSectionNext()