Lines Matching refs:shdr64
119 Elf64_Shdr *shdr64; in _libelf_compute_section_extents() local
127 shdr64 = &s->s_shdr.s_shdr64; in _libelf_compute_section_extents()
135 sh_type = shdr64->sh_type; in _libelf_compute_section_extents()
136 sh_align = shdr64->sh_addralign; in _libelf_compute_section_extents()
137 sh_entsize = shdr64->sh_entsize; in _libelf_compute_section_extents()
138 sh_offset = shdr64->sh_offset; in _libelf_compute_section_extents()
139 sh_size = shdr64->sh_size; in _libelf_compute_section_extents()
328 shdr64->sh_addralign = sh_align; in _libelf_compute_section_extents()
329 shdr64->sh_entsize = sh_entsize; in _libelf_compute_section_extents()
330 shdr64->sh_offset = sh_offset; in _libelf_compute_section_extents()
331 shdr64->sh_size = sh_size; in _libelf_compute_section_extents()