Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libelf/
H A Delf_update.c121 uint64_t scn_size, scn_alignment; in _libelf_compute_section_extents() local
193 scn_alignment = 0; in _libelf_compute_section_extents()
269 if (d_align > scn_alignment) in _libelf_compute_section_extents()
270 scn_alignment = d_align; in _libelf_compute_section_extents()
280 if (scn_alignment > sh_align || in _libelf_compute_section_extents()
296 if (scn_alignment > sh_align) in _libelf_compute_section_extents()
297 sh_align = scn_alignment; in _libelf_compute_section_extents()