Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6221 const Elf_Shdr *ContentsSec = *RelSecOrErr; in getSectionAndRelocations() local
6222 if (IsMatch(*ContentsSec)) in getSectionAndRelocations()
6223 SecToRelocMap[ContentsSec] = &Sec; in getSectionAndRelocations()