Lines Matching refs:sh_size
122 uint64_t sh_align, sh_entsize, sh_offset, sh_size; in _libelf_compute_section_extents() local
133 sh_size = (uint64_t) shdr32->sh_size; in _libelf_compute_section_extents()
139 sh_size = shdr64->sh_size; in _libelf_compute_section_extents()
282 sh_size < scn_size || in _libelf_compute_section_extents()
310 sh_size = scn_size; in _libelf_compute_section_extents()
326 shdr32->sh_size = (uint32_t) sh_size; in _libelf_compute_section_extents()
331 shdr64->sh_size = sh_size; in _libelf_compute_section_extents()
338 s->s_size = sh_size; in _libelf_compute_section_extents()
728 uint64_t sh_off, sh_size; in _libelf_write_scn() local
738 sh_size = (uint64_t) s->s_shdr.s_shdr32.sh_size; in _libelf_write_scn()
741 sh_size = s->s_shdr.s_shdr64.sh_size; in _libelf_write_scn()
747 if (sh_type == SHT_NOBITS || sh_type == SHT_NULL || sh_size == 0) in _libelf_write_scn()