Home | History | Annotate | Download | only in gold

Lines Matching refs:shdr_size

1872       unsigned int ndx = (s - pshdrs) / elfcpp::Elf_sizes<size>::shdr_size;
1889 unsigned int ndx = (s - pshdrs) / elfcpp::Elf_sizes<size>::shdr_size;
2065 const int shdr_size = elfcpp::Elf_sizes<size>::shdr_size;
2074 const unsigned char *psymtab = pshdrs + symtab_shndx * shdr_size;
2129 const int shdr_size = elfcpp::Elf_sizes<size>::shdr_size;
2156 this->opd_shndx_ = (s - pshdrs) / shdr_size;
2172 for (unsigned int i = 1; i < this->shnum(); ++i, s += shdr_size)