Home | History | Annotate | Download | only in gold

Lines Matching full:elfcpp

230   elfcpp::Elf_file<size, big_endian, Incremental_binary> elf_file(inc);
232 unsigned int symtab_shndx = elf_file.find_section_by_type(elfcpp::SHT_SYMTAB);
233 if (symtab_shndx == elfcpp::SHN_UNDEF) // Not found.
244 if (strtab_shndx == elfcpp::SHN_UNDEF
246 || elf_file.section_type(strtab_shndx) != elfcpp::SHT_STRTAB)
253 elfcpp::Elf_strtab strtab(strtab_view.data(), strtab_location.data_size);
265 unsigned int sym_size = elfcpp::Elf_sizes<size>::sym_size;
304 elfcpp::Sym<size, big_endian> sym(sym_p);
323 elfcpp::Sym<size, big_endian> sym(sym_p);
346 elfcpp::Sym<size, big_endian> sym(sym_p);
408 elfcpp::Sym<size, big_endian> sym(sym_p);
423 elfcpp::Sym<size, big_endian> sym(sym_p);