Searched refs:Elf32_auxv_t (Results 1 – 14 of 14) sorted by relevance
65 Elf32_auxv_t *src; in gelf_getauxv()71 if (unlikely ((ndx + 1) * sizeof (Elf32_auxv_t) > data_scn->d.d_size)) in gelf_getauxv()77 src = &((Elf32_auxv_t *) data_scn->d.d_buf)[ndx]; in gelf_getauxv()
67 Elf32_auxv_t *auxv; in gelf_update_auxv()79 if (unlikely ((ndx + 1) * sizeof (Elf32_auxv_t) > data_scn->d.d_size)) in gelf_update_auxv()85 auxv = &((Elf32_auxv_t *) data_scn->d.d_buf)[ndx]; in gelf_update_auxv()
1166 } Elf32_auxv_t; typedef
165 Elf32_auxv_t aux; in check_os_altivec_support()411 Elf32_auxv_t aux; in check_os_arm_support()416 while (read(fd, &aux, sizeof(Elf32_auxv_t)) == sizeof(Elf32_auxv_t)) { in check_os_arm_support()
100 Elf32_auxv_t aux; in png_have_neon()
116 Elf32_auxv_t a32[128]; in grovel_auxv()130 const Elf32_auxv_t *a32 = d.a32 + a32i; in grovel_auxv()
76 const char *typep = a32 + offsetof (Elf32_auxv_t, a_type); in do_check32()78 const char *valp = a32 + offsetof (Elf32_auxv_t, a_un.a_val); in do_check32()112 if (do_check32 (auxv + (i * 2) * sizeof (Elf32_auxv_t), elfdata) in auxv_format_probe()113 || do_check32 (auxv + (i * 2 + 1) * sizeof (Elf32_auxv_t), elfdata)) in auxv_format_probe()
122 static Elf32_auxv_t buffer[16]; in supportsSTFLE()123 Elf32_auxv_t* auxv_element; in supportsSTFLE()
804 Elf32_auxv_t entry; in CPU()
977 } Elf32_auxv_t; typedef
969 } Elf32_auxv_t; typedef
986 } Elf32_auxv_t; typedef