Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h829 const Elf_Shdr *ESec = *ESecOrErr; in getSymbolSection() local
830 if (!ESec) in getSymbolSection()
834 Sec.p = reinterpret_cast<intptr_t>(ESec); in getSymbolSection()
853 const Elf_Shdr *ESec = getSection(Sec); in moveSectionNext() local
854 Sec = toDRI(++ESec); in moveSectionNext()