Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
HDAuxVector.h64 AT_FPUCW = 18, ///< Used FPU control word. enumerator
HDAuxVector.cpp157 case ENTRY_NAME(AT_FPUCW); break; in GetEntryName()
/trueos/contrib/gdb/gdb/
HDauxv.c223 TAG (AT_FPUCW, "Used FPU control word", dec); in fprint_target_auxv()
/trueos/contrib/binutils/include/elf/
HDcommon.h771 #define AT_FPUCW 18 /* Used FPU control word. */ macro