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.h873 const Elf_Shdr *ESec = *ESecOrErr; in getSymbolSection() local
874 if (!ESec) in getSymbolSection()
878 Sec.p = reinterpret_cast<intptr_t>(ESec); in getSymbolSection()
897 const Elf_Shdr *ESec = getSection(Sec); in moveSectionNext() local
898 Sec = toDRI(++ESec); in moveSectionNext()