Home | History | Annotate | Download | only in Target

Lines Matching defs:symtab

693 /// In ELF executable files, regular name pools are .symtab, .strtab,
702 size_t symtab = 1;
710 // compute size of .symtab, .dynsym and .strtab
719 ++symtab;
771 file_format->getSymTab().setSize(symtab*sizeof(llvm::ELF::Elf32_Sym));
773 file_format->getSymTab().setSize(symtab*sizeof(llvm::ELF::Elf64_Sym));
782 // .dynstr, .symtab, .strtab and .hash, we can not reserve non-DT_NEEDED
789 /// emitRegNamePools - emit regular name pools - .symtab, .strtab
857 // compute size of .symtab, .dynsym and .strtab
1195 // @ref Google gold linker: symtab.cc: 2780
1668 /// @ref Google gold linker: symtab.cc:311
1727 /// @ref Google gold linker, symtab.h:551
1745 /// @ref Google gold linker, symtab.h:596
1769 /// @ref Google gold linker, symtab.h:645