Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5916 const Elf_Shdr *StackSizesELFSec = StackSizeMapEntry.first; in printRelocatableStackSizes() local
5921 reportWarning(createError(".stack_sizes (" + describe(*StackSizesELFSec) + in printRelocatableStackSizes()
5932 this->FileName, Obj.getSection(StackSizesELFSec->sh_link)); in printRelocatableStackSizes()
5938 unwrapOrError(this->FileName, Obj.getSectionContents(*StackSizesELFSec)); in printRelocatableStackSizes()
5954 *StackSizesELFSec, Resolver, Data); in printRelocatableStackSizes()