Home | History | Annotate | Download | only in Target

Lines Matching defs:symtab

214 /// In ELF executable files, regular name pools are .symtab, .strtab,
223 size_t symtab = 1;
231 // compute size of .symtab, .dynsym and .strtab
240 ++symtab;
305 file_format->getSymTab().setSize(symtab*sizeof(llvm::ELF::Elf32_Sym));
307 file_format->getSymTab().setSize(symtab*sizeof(llvm::ELF::Elf64_Sym));
316 // .dynstr, .symtab, .strtab and .hash, we can not reserve non-DT_NEEDED
323 /// emitRegNamePools - emit regular name pools - .symtab, .strtab
400 // compute size of .symtab, .dynsym and .strtab
721 // @ref Google gold linker: symtab.cc: 2780
1004 /// @ref Google gold linker: symtab.cc:311