Home
last modified time | relevance | path

Searched defs:ShndxTable (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELF.h415 DataRegion<typename ELFT::Word> ShndxTable) { in getExtendedSymbolTableIndex()
433 DataRegion<Elf_Word> ShndxTable) const { in getSectionIndex()
450 DataRegion<Elf_Word> ShndxTable) const { in getSection()
460 DataRegion<Elf_Word> ShndxTable) const { in getSection()
H A DELFObjectFile.h577 ArrayRef<Elf_Word> ShndxTable; in getSymbolAddress() local
770 ArrayRef<Elf_Word> ShndxTable; in getSymbolSection() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp510 DataRegion<Elf_Word> ShndxTable = in printSymbolsHelper() local
849 DataRegion<Elf_Word> ShndxTable, in getFullSymbolName()
3715 DataRegion<Elf_Word> ShndxTable, in printSymbol()
3768 DataRegion<Elf_Word> ShndxTable, in printHashedSymbol()
3833 DataRegion<Elf_Word> ShndxTable( in printHashTableSymbols() local
3897 DataRegion<Elf_Word> ShndxTable( in printGnuHashTableSymbols() local
6035 DataRegion<Elf_Word> ShndxTable( in printMipsGOT() local
6090 DataRegion<Elf_Word> ShndxTable( in printMipsPLT() local
6372 ArrayRef<Elf_Word> ShndxTable = this->getShndxTable(this->DotSymtabSec); in printSectionHeaders() local
6450 DataRegion<Elf_Word> ShndxTable, in printSymbol()
[all …]
H A DARMEHABIPrinter.h333 ArrayRef<Elf_Word> ShndxTable; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.h698 void setShndxTable(SectionIndexSection *ShndxTable) { in setShndxTable()