Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6246 const Elf_Shdr *StackSizesELFSec = StackSizeMapEntry.first; in printRelocatableStackSizes() local
6251 reportWarning(createError(".stack_sizes (" + describe(*StackSizesELFSec) + in printRelocatableStackSizes()
6262 this->FileName, Obj.getSection(StackSizesELFSec->sh_link)); in printRelocatableStackSizes()
6268 unwrapOrError(this->FileName, Obj.getSectionContents(*StackSizesELFSec)); in printRelocatableStackSizes()
6284 *StackSizesELFSec, Resolver, Data); in printRelocatableStackSizes()