Home | History | Annotate | Download | only in gold

Lines Matching refs:shdr_size

776   const int shdr_size = elfcpp::Elf_sizes<size>::shdr_size;
784 const unsigned char* const pshdrs = this->get_view(shoff, shnum * shdr_size,
789 pshdrs + this->elf_file_.shstrndx() * shdr_size;
2134 ehdr.put_e_shentsize(elfcpp::Elf_sizes<size>::shdr_size);
2188 const unsigned int shdr_size = elfcpp::Elf_sizes<size>::shdr_size;
2189 unsigned char buf[shdr_size];
2202 if (::fwrite(buf, 1, shdr_size, this->fd_) < shdr_size)