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

  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.h 57 typedef Elf32_auxv_t elf_aux_entry; typedef in namespace:google_breakpad
60 typedef Elf64_auxv_t elf_aux_entry;
63 typedef __typeof__(((elf_aux_entry*) 0)->a_un.a_val) elf_aux_val_t;
linux_dumper.cc 268 elf_aux_entry one_aux_entry;
272 sizeof(elf_aux_entry)) == sizeof(elf_aux_entry) &&

Completed in 2202 milliseconds