Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c841 int fptype; in elfexec() local
934 fptype = AT_386_FPINFO_NONE; in elfexec()
935 fpu_auxv_info(&fptype, &fpsize); in elfexec()
936 if (fptype != AT_386_FPINFO_NONE) { in elfexec()
937 ADDAUX(aux, AT_SUN_FPTYPE, fptype) in elfexec()