Searched refs:scn_size (Results 1 – 1 of 1) sorted by relevance
121 uint64_t scn_size, scn_alignment; in _libelf_compute_section_extents() local192 scn_size = 0L; in _libelf_compute_section_extents()255 if ((uint64_t) d->d_off + d->d_size > scn_size) in _libelf_compute_section_extents()256 scn_size = d->d_off + d->d_size; in _libelf_compute_section_extents()258 scn_size = roundup2(scn_size, d->d_align); in _libelf_compute_section_extents()259 d->d_off = scn_size; in _libelf_compute_section_extents()262 scn_size += fsz; 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()