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

  /development/ndk/platforms/android-3/include/
elf.h 70 } Elf64_auxv_t;
  /external/elfutils/0.153/libelf/
gelf_update_auxv.c 117 if (unlikely ((ndx + 1) * sizeof (Elf64_auxv_t) > data_scn->d.d_size))
123 ((Elf64_auxv_t *) data_scn->d.d_buf)[ndx] = *src;
gelf_getauxv.c 111 assert (sizeof (GElf_auxv_t) == sizeof (Elf64_auxv_t));
gelf.h 131 typedef Elf64_auxv_t GElf_auxv_t;
elf.h     [all...]
  /development/ndk/platforms/android-L/include/
elf.h 49 } Elf64_auxv_t;
  /bionic/libc/include/
elf.h 49 } Elf64_auxv_t;
  /external/chromium_org/third_party/android_crazy_linker/src/src/
elf_traits.h 56 typedef Elf64_auxv_t auxv_t;
  /external/elfutils/0.153/libdwfl/
linux-proc-maps.c 90 Elf64_auxv_t a64[sizeof (long int) * 2 * 64 / sizeof (Elf64_auxv_t)];
link_map.c 85 Elf64_auxv_t a64[size / sizeof (Elf64_auxv_t)];
126 for (size_t i = 0; i < size / sizeof (Elf64_auxv_t); ++i)
  /external/ltrace/sysdeps/linux-gnu/
proc.c 447 fetch_auxv64_entry(int fd, Elf64_auxv_t *ret)
455 fetch_auxv32_entry(int fd, Elf64_auxv_t *ret)
467 auxv_fetcher(struct process *proc))(int, Elf64_auxv_t *)
691 Elf64_auxv_t entry = {};

Completed in 100 milliseconds