Home
last modified time | relevance | path

Searched defs:getShndxTable (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h834 const SectionIndexSection *getShndxTable() const { return SectionIndexTable; } in getShndxTable() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp925 ELFDumper<ELFT>::getShndxTable(const Elf_Shdr *Symtab) const { in getShndxTable() function in ELFDumper