Searched refs:AT_ICACHEBSIZE (Results 1 - 6 of 6) sorted by relevance

/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DAuxVector.h66 AT_ICACHEBSIZE = 20, ///< Instruction cache block size. enumerator in enum:AuxVector::EntryType
H A DAuxVector.cpp159 case ENTRY_NAME(AT_ICACHEBSIZE); break;
/external/qemu/util/
H A Dcache-utils.c26 unsigned long isize = qemu_getauxval(AT_ICACHEBSIZE);
33 fprintf(stderr, "getauxval AT_ICACHEBSIZE failed\n");
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c254 #ifndef AT_ICACHEBSIZE
255 #define AT_ICACHEBSIZE 20 macro
256 #endif /* AT_ICACHEBSIZE */
701 case AT_ICACHEBSIZE:
/external/qemu/include/
H A Delf.h251 #define AT_ICACHEBSIZE 20 /* instruction cache block size */ macro
/external/elfutils/0.153/libelf/
H A Delf.h980 #define AT_ICACHEBSIZE 20 /* Instruction cache block size. */ macro

Completed in 285 milliseconds