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

  /external/qemu/
cache-utils.c 26 unsigned long *auxv; local
30 for (auxv = (unsigned long *) envp; *auxv != QEMU_AT_NULL; auxv += 2) {
31 switch (*auxv) {
32 case QEMU_AT_DCACHEBSIZE: qemu_cache_conf.dcache_bsize = auxv[1]; break;
33 case QEMU_AT_ICACHEBSIZE: qemu_cache_conf.icache_bsize = auxv[1]; break;
  /external/elfutils/libebl/
eblcorenote.c 56 Elf32_auxv_t *auxv = &((Elf32_auxv_t *) desc)[cnt]; local
58 atype = auxv->a_type;
59 val = auxv->a_un.a_val;
63 Elf64_auxv_t *auxv = &((Elf64_auxv_t *) desc)[cnt]; local
65 atype = auxv->a_type;
66 val = auxv->a_un.a_val;

Completed in 31 milliseconds