Searched refs:shdr32 (Results 1 – 1 of 1) sorted by relevance
126 Elf32_Shdr *shdr32; in _libelf_compute_section_extents() local134 shdr32 = &s->s_shdr.s_shdr32; in _libelf_compute_section_extents()137 sh_type = shdr32->sh_type; in _libelf_compute_section_extents()138 sh_align = (uint64_t) shdr32->sh_addralign; in _libelf_compute_section_extents()139 sh_entsize = (uint64_t) shdr32->sh_entsize; in _libelf_compute_section_extents()140 sh_offset = (uint64_t) shdr32->sh_offset; in _libelf_compute_section_extents()141 sh_size = (uint64_t) shdr32->sh_size; in _libelf_compute_section_extents()331 shdr32->sh_addralign = (uint32_t) sh_align; in _libelf_compute_section_extents()332 shdr32->sh_entsize = (uint32_t) sh_entsize; in _libelf_compute_section_extents()333 shdr32->sh_offset = (uint32_t) sh_offset; in _libelf_compute_section_extents()[all …]