Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h804 const Elf_Shdr *ESec = *ESecOrErr; in getSymbolSection() local
805 if (!ESec) in getSymbolSection()
809 Sec.p = reinterpret_cast<intptr_t>(ESec); in getSymbolSection()
828 const Elf_Shdr *ESec = getSection(Sec); in moveSectionNext() local
829 Sec = toDRI(++ESec); in moveSectionNext()