Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DAuxVector.h66 AT_ICACHEBSIZE = 20, ///< Instruction cache block size. enumerator
DAuxVector.cpp159 case ENTRY_NAME(AT_ICACHEBSIZE); break; in GetEntryName()
/external/valgrind/coregrind/m_initimg/
Dinitimg-linux.c252 #ifndef AT_ICACHEBSIZE
253 #define AT_ICACHEBSIZE 20 macro
743 case AT_ICACHEBSIZE: in setup_client_stack()
/external/elfutils/src/libelf/
Delf.h1005 #define AT_ICACHEBSIZE 20 /* Instruction cache block size. */ macro