Searched refs:scn_size (Results 1 – 1 of 1) sorted by relevance
120 uint64_t scn_size, scn_alignment; in _libelf_compute_section_extents() local191 scn_size = 0L; in _libelf_compute_section_extents()254 if ((uint64_t) d->d_off + d->d_size > scn_size) in _libelf_compute_section_extents()255 scn_size = d->d_off + d->d_size; in _libelf_compute_section_extents()257 scn_size = roundup2(scn_size, d->d_align); in _libelf_compute_section_extents()258 d->d_off = scn_size; in _libelf_compute_section_extents()261 scn_size += fsz; in _libelf_compute_section_extents()281 sh_size < scn_size || in _libelf_compute_section_extents()309 sh_size = scn_size; in _libelf_compute_section_extents()