Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6164 const Elf_Shdr *ContentsSec = *RelSecOrErr; in getSectionAndRelocations() local
6165 if (IsMatch(*ContentsSec)) in getSectionAndRelocations()
6166 SecToRelocMap[ContentsSec] = &Sec; in getSectionAndRelocations()