Home | History | Annotate | Download | only in gold

Lines Matching refs:shdr_size

121 				   * elfcpp::Elf_sizes<size>::shdr_size));
193 const int shdr_size = elfcpp::Elf_sizes<size>::shdr_size;
198 sd->section_headers = this->get_lasting_view(shoff, shnum * shdr_size,
203 const unsigned char* pshdrnames = pshdrs + elf_file->shstrndx() * shdr_size;
519 const unsigned char* p = pshdrs + shnum * This::shdr_size;
526 p -= This::shdr_size;
593 const int shdr_size = elfcpp::Elf_sizes<size>::shdr_size;
595 const unsigned char* hdr_end = pshdrs + shdr_size * shnum;
627 hdr += shdr_size;
633 hdr += shdr_size;
727 const unsigned int shdr_size = elfcpp::Elf_sizes<size>::shdr_size;
728 const unsigned char* p = pshdrs + shdr_size;
730 for (unsigned int i = 1; i < shnum; ++i, p += shdr_size)
862 + this->symtab_shndx_ * This::shdr_size);
902 typename This::Shdr strtabshdr(pshdrs + strtab_shndx * This::shdr_size);
969 typename This::Shdr shdr(shdrs + index * This::shdr_size);
1036 typename This::Shdr member_shdr(shdrs + sym_shndx * This::shdr_size);
1096 typename This::Shdr member_shdr(shdrs + shndx * This::shdr_size);
1390 this->copy_symbols_data(gc_sd, sd, This::shdr_size * shnum);
1446 pshdrs = shdrs + This::shdr_size;
1447 for (unsigned int i = 1; i < shnum; ++i, pshdrs += This::shdr_size)
1528 shdr_size;
1529 for (unsigned int i = 1; i < shnum; ++i, pshdrs += This::shdr_size)
1801 pshdr = section_headers_data + i * This::shdr_size;
1829 pshdr = section_headers_data + i * This::shdr_size;
2579 + This::shdr_size * shndx;
2598 + This::shdr_size * shndx;