Searched refs:Elf32_auxv_t (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dshim_entry.c19 Elf32_auxv_t *auxv = nacl_startup_auxv(info);
21 Elf32_auxv_t *entry = NULL;
22 for (Elf32_auxv_t *av = auxv; av->a_type != AT_NULL; ++av) {
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
H A Dppapi_plugin_start.c30 static Elf32_auxv_t *find_auxv(void) {
46 static TYPE_nacl_irt_query grok_auxv(const Elf32_auxv_t *auxv) {
47 const Elf32_auxv_t *av;
/external/fio/arch/
H A Darch-sh.h45 Elf32_auxv_t *auxv;
50 for (auxv = (Elf32_auxv_t *) envp; auxv->a_type != AT_NULL; auxv++) {
/external/elfutils/0.153/libelf/
H A Dgelf_getauxv.c89 Elf32_auxv_t *src;
95 if (unlikely ((ndx + 1) * sizeof (Elf32_auxv_t) > data_scn->d.d_size))
101 src = &((Elf32_auxv_t *) data_scn->d.d_buf)[ndx];
H A Dgelf_update_auxv.c91 Elf32_auxv_t *auxv;
103 if (unlikely ((ndx + 1) * sizeof (Elf32_auxv_t) > data_scn->d.d_size))
109 auxv = &((Elf32_auxv_t *) data_scn->d.d_buf)[ndx];
H A Delf.h936 } Elf32_auxv_t; typedef in typeref:struct:__anon21244
/external/pixman/pixman/
H A Dpixman-arm.c140 Elf32_auxv_t aux;
146 while (read (fd, &aux, sizeof(Elf32_auxv_t)) == sizeof(Elf32_auxv_t))
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Delf_traits.h27 typedef Elf32_auxv_t auxv_t;
/external/libpng/contrib/arm-neon/
H A Dlinux-auxv.c100 Elf32_auxv_t aux;
/external/elfutils/0.153/libdwfl/
H A Dlinux-proc-maps.c91 Elf32_auxv_t a32[sizeof (long int) * 2 * 32 / sizeof (Elf32_auxv_t)];
H A Dlink_map.c84 Elf32_auxv_t a32[size / sizeof (Elf32_auxv_t)];
/external/ltrace/sysdeps/linux-gnu/
H A Dproc.c457 Elf32_auxv_t auxv;
/external/valgrind/main/perf/
H A Dtinycc.c842 } Elf32_auxv_t; typedef in typeref:struct:__anon33305

Completed in 2870 milliseconds