Lines Matching defs:shdr
55 void OutputSection::writeHeaderTo(typename ELFT::Shdr *shdr) {
56 shdr->sh_entsize = entsize;
57 shdr->sh_addralign = addralign;
58 shdr->sh_type = type;
59 shdr->sh_offset = offset;
60 shdr->sh_flags = flags;
61 shdr->sh_info = info;
62 shdr->sh_link = link;
63 shdr->sh_addr = addr;
64 shdr->sh_size = size;
65 shdr->sh_name = shName;