Home
last modified time | relevance | path

Searched refs:scn_alignment (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
201 scn_alignment = 0; in _libelf_compute_section_extents()
277 if (d_align > scn_alignment) in _libelf_compute_section_extents()
278 scn_alignment = d_align; in _libelf_compute_section_extents()
288 if (scn_alignment > sh_align || in _libelf_compute_section_extents()
304 if (scn_alignment > sh_align) in _libelf_compute_section_extents()
305 sh_align = scn_alignment; in _libelf_compute_section_extents()