Searched refs:Elf64_auxv_t (Results 1 - 12 of 12) sorted by relevance

/external/google-breakpad/src/common/android/include/
H A Delf.h53 #define Elf64_auxv_t __bionic_Elf64_auxv_t macro
76 #undef Elf64_auxv_t macro
90 } Elf64_auxv_t; typedef in typeref:struct:__anon6851
/external/elfutils/libelf/
H A Dgelf_update_auxv.c93 if (unlikely ((ndx + 1) * sizeof (Elf64_auxv_t) > data_scn->d.d_size))
99 ((Elf64_auxv_t *) data_scn->d.d_buf)[ndx] = *src;
H A Dgelf_getauxv.c87 assert (sizeof (GElf_auxv_t) == sizeof (Elf64_auxv_t));
H A Dgelf.h113 typedef Elf64_auxv_t GElf_auxv_t;
H A Delf.h999 } Elf64_auxv_t; typedef in typeref:struct:__anon6241
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_dumper.h60 typedef Elf64_auxv_t elf_aux_entry;
/external/elfutils/libdwfl/
H A Dlinux-proc-maps.c111 Elf64_auxv_t a64[64];
139 const Elf64_auxv_t *a64 = d.a64 + a64i;
H A Dlink_map.c46 do_check64 (size_t i, const Elf64_auxv_t (*a64)[], uint_fast8_t *elfdata)
108 const Elf64_auxv_t (*a64)[size / sizeof (Elf64_auxv_t)] = (void *) auxv;
110 for (size_t i = 0; i < size / sizeof (Elf64_auxv_t); ++i)
/external/v8/src/base/
H A Dcpu.cc650 Elf64_auxv_t entry;
/external/v8/src/s390/
H A Dassembler-s390.cc74 static Elf64_auxv_t buffer[16];
75 Elf64_auxv_t* auxv_element;
/external/kmod/port-gnu/
H A Delf.h998 } Elf64_auxv_t; typedef in typeref:struct:__anon9481
/external/valgrind/perf/
H A Dtinycc.c853 } Elf64_auxv_t; typedef in typeref:struct:__anon25483

Completed in 211 milliseconds