Home | History | Annotate | Download | only in gold

Lines Matching defs:ehdr_size

1564     this->next_file_offset_ = elfcpp::Elf_sizes<32>::ehdr_size;
1566 this->next_file_offset_ = elfcpp::Elf_sizes<64>::ehdr_size;
1576 static const char buf[elfcpp::Elf_sizes<64>::ehdr_size] = { 0 };
2102 const unsigned int ehdr_size = elfcpp::Elf_sizes<size>::ehdr_size;
2103 unsigned char buf[ehdr_size];
2131 ehdr.put_e_ehsize(elfcpp::Elf_sizes<size>::ehdr_size);
2141 if (::fwrite(buf, 1, ehdr_size, this->fd_) < ehdr_size)