Home
last modified time | relevance | path

Searched refs:scn_size (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Delf_update.c129 uint64_t scn_size, scn_alignment; in _libelf_compute_section_extents() local
200 scn_size = 0L; in _libelf_compute_section_extents()
263 if ((uint64_t) d->d_off + d->d_size > scn_size) in _libelf_compute_section_extents()
264 scn_size = d->d_off + d->d_size; in _libelf_compute_section_extents()
266 scn_size = roundup2(scn_size, d->d_align); in _libelf_compute_section_extents()
267 d->d_off = scn_size; in _libelf_compute_section_extents()
270 scn_size += fsz; in _libelf_compute_section_extents()
290 sh_size < scn_size || in _libelf_compute_section_extents()
318 sh_size = scn_size; in _libelf_compute_section_extents()