Home
last modified time | relevance | path

Searched defs:StrTabSec (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h582 StringTableSection &StrTabSec; variable
H A DSyntheticSections.cpp1851 SymbolTableBaseSection::SymbolTableBaseSection(StringTableSection &StrTabSec) in SymbolTableBaseSection()
1963 SymbolTableSection<ELFT>::SymbolTableSection(StringTableSection &StrTabSec) in SymbolTableSection()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp501 auto StrTabSec = EF.getSection(SymTab->sh_link); in getRelocationValueString() local