Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DAuxVector.h33 AUXV_AT_PAGESZ = 6, ///< Page size. enumerator
H A DAuxVector.cpp66 case ENTRY_NAME(AUXV_AT_PAGESZ); break; in GetEntryName()