Home | History | Annotate | Download | only in gold

Lines Matching refs:shdr_size

1741       unsigned int ndx = (s - pshdrs) / elfcpp::Elf_sizes<size>::shdr_size;
1870 const int shdr_size = elfcpp::Elf_sizes<size>::shdr_size;
1879 const unsigned char *psymtab = pshdrs + symtab_shndx * shdr_size;
1934 const int shdr_size = elfcpp::Elf_sizes<size>::shdr_size;
1961 this->opd_shndx_ = (s - pshdrs) / shdr_size;
1977 for (unsigned int i = 1; i < this->shnum(); ++i, s += shdr_size)