Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h867 const Elf_Shdr *ESec = *ESecOrErr; in getSymbolSection() local
868 if (!ESec) in getSymbolSection()
872 Sec.p = reinterpret_cast<intptr_t>(ESec); in getSymbolSection()
891 const Elf_Shdr *ESec = getSection(Sec); in moveSectionNext() local
892 Sec = toDRI(++ESec); in moveSectionNext()