HomeSort by relevance Sort by last modified time
    Searched refs:AT_ICACHEBSIZE (Results 1 - 8 of 8) sorted by null

  /external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
AuxVector.h 66 AT_ICACHEBSIZE = 20, ///< Instruction cache block size.
AuxVector.cpp 159 case ENTRY_NAME(AT_ICACHEBSIZE); break;
  /external/qemu/util/
cache-utils.c 26 unsigned long isize = qemu_getauxval(AT_ICACHEBSIZE);
33 fprintf(stderr, "getauxval AT_ICACHEBSIZE failed\n");
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c 254 #ifndef AT_ICACHEBSIZE
255 #define AT_ICACHEBSIZE 20
256 #endif /* AT_ICACHEBSIZE */
701 case AT_ICACHEBSIZE:
    [all...]
  /external/qemu/include/
elf.h 251 #define AT_ICACHEBSIZE 20 /* instruction cache block size */
    [all...]
  /external/elfutils/0.153/libelf/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h     [all...]

Completed in 146 milliseconds