Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/libelf/common/
H A Dupdate.c51 #define FSZ_LONG ELF64_FSZ_XWORD macro
67 #define FSZ_LONG ELF32_FSZ_WORD macro
300 if (hi % FSZ_LONG != 0) in _elf_upd_lib()
301 hi += FSZ_LONG - hi % FSZ_LONG; in _elf_upd_lib()