Searched refs:Elf64_auxv_t (Results 1 – 12 of 12) sorted by relevance
53 #define Elf64_auxv_t __bionic_Elf64_auxv_t macro76 #undef Elf64_auxv_t90 } Elf64_auxv_t; typedef
93 if (unlikely ((ndx + 1) * sizeof (Elf64_auxv_t) > data_scn->d.d_size)) in gelf_update_auxv()99 ((Elf64_auxv_t *) data_scn->d.d_buf)[ndx] = *src; in gelf_update_auxv()
87 assert (sizeof (GElf_auxv_t) == sizeof (Elf64_auxv_t)); in gelf_getauxv()
113 typedef Elf64_auxv_t GElf_auxv_t;
1155 } Elf64_auxv_t; typedef
115 Elf64_auxv_t a64[64]; in grovel_auxv()143 const Elf64_auxv_t *a64 = d.a64 + a64i; in grovel_auxv()
50 const char *typep = a64 + offsetof (Elf64_auxv_t, a_type); in do_check64()52 const char *valp = a64 + offsetof (Elf64_auxv_t, a_un.a_val); in do_check64()105 for (size_t i = 0; i < size / sizeof (Elf64_auxv_t); ++i) in auxv_format_probe()107 if (do_check64 (auxv + i * sizeof (Elf64_auxv_t), elfdata)) in auxv_format_probe()
67 typedef Elf64_auxv_t elf_aux_entry;
160 Elf64_auxv_t aux; in check_os_altivec_support()
824 } Elf64_auxv_t; typedef
998 } Elf64_auxv_t; typedef
644 } Elf64_auxv_t;