Lines Matching full:elf_sym
91 using Elf_Sym = typename ElfTypes::Sym;
350 sizeof(Elf_Sym)) {
351 syms_.push_back(Elf_Sym()); // The symbol table always has to start with NULL symbol.
381 Elf_Sym sym = Elf_Sym();
396 Elf_Word GetCacheSize() { return syms_.size() * sizeof(Elf_Sym); }
400 this->WriteFully(syms_.data(), syms_.size() * sizeof(Elf_Sym));
405 std::vector<Elf_Sym> syms_; // Buffered/cached content of the whole section.
777 int count = dynsym_.GetCacheSize() / sizeof(Elf_Sym); // Includes NULL.
800 { DT_SYMENT, { sizeof(Elf_Sym) } },