Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsunwmove.c50 Xword align_val; in make_mvsections() local
53 align_val = sym->st_value; in make_mvsections()
55 align_val = 8; in make_mvsections()
63 if (align_val > align_parexpn) in make_mvsections()
64 align_parexpn = align_val; in make_mvsections()