Searched refs:shdr32 (Results 1 – 1 of 1) sorted by relevance
117 Elf32_Shdr *shdr32; in _libelf_compute_section_extents() local125 shdr32 = &s->s_shdr.s_shdr32; in _libelf_compute_section_extents()128 sh_type = shdr32->sh_type; in _libelf_compute_section_extents()129 sh_align = (uint64_t) shdr32->sh_addralign; in _libelf_compute_section_extents()130 sh_entsize = (uint64_t) shdr32->sh_entsize; in _libelf_compute_section_extents()131 sh_offset = (uint64_t) shdr32->sh_offset; in _libelf_compute_section_extents()132 sh_size = (uint64_t) shdr32->sh_size; in _libelf_compute_section_extents()322 shdr32->sh_addralign = (uint32_t) sh_align; in _libelf_compute_section_extents()323 shdr32->sh_entsize = (uint32_t) sh_entsize; in _libelf_compute_section_extents()324 shdr32->sh_offset = (uint32_t) sh_offset; in _libelf_compute_section_extents()[all …]