Lines Matching refs:shdr
64 Elf32_Shdr *shdr = elf32_getshdr (scn); in elf_compress_gnu() local
65 if (shdr == NULL) in elf_compress_gnu()
68 sh_flags = shdr->sh_flags; in elf_compress_gnu()
69 sh_type = shdr->sh_type; in elf_compress_gnu()
70 sh_addralign = shdr->sh_addralign; in elf_compress_gnu()
74 Elf64_Shdr *shdr = elf64_getshdr (scn); in elf_compress_gnu() local
75 if (shdr == NULL) in elf_compress_gnu()
78 sh_flags = shdr->sh_flags; in elf_compress_gnu()
79 sh_type = shdr->sh_type; in elf_compress_gnu()
80 sh_addralign = shdr->sh_addralign; in elf_compress_gnu()
123 Elf32_Shdr *shdr = elf32_getshdr (scn); in elf_compress_gnu() local
124 shdr->sh_size = new_size; in elf_compress_gnu()
128 Elf64_Shdr *shdr = elf64_getshdr (scn); in elf_compress_gnu() local
129 shdr->sh_size = new_size; in elf_compress_gnu()
187 Elf32_Shdr *shdr = elf32_getshdr (scn); in elf_compress_gnu() local
188 shdr->sh_size = size; in elf_compress_gnu()
192 Elf64_Shdr *shdr = elf64_getshdr (scn); in elf_compress_gnu() local
193 shdr->sh_size = size; in elf_compress_gnu()