HomeSort by relevance Sort by last modified time
    Searched refs:auxv (Results 1 - 3 of 3) 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;
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c 327 | auxv |
346 The client's auxv is created by copying and modifying our own one.
347 As a side effect of scanning our own auxv, some important bits of
355 struct auxv struct
365 struct auxv *find_auxv(UWord* sp)
384 return (struct auxv *)sp;
400 struct auxv *auxv; local
401 const struct auxv *orig_auxv;
402 const struct auxv *cauxv
    [all...]

Completed in 1261 milliseconds