Home
last modified time | relevance | path

Searched refs:Elf64_auxv_t (Results 1 – 14 of 14) sorted by relevance

/third_party/elfutils/libelf/
Dgelf_update_auxv.c93 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()
Dgelf_getauxv.c87 assert (sizeof (GElf_auxv_t) == sizeof (Elf64_auxv_t)); in gelf_getauxv()
Dgelf.h113 typedef Elf64_auxv_t GElf_auxv_t;
Delf.h1178 } Elf64_auxv_t; typedef
/third_party/mesa3d/src/util/
Du_cpu_detect.c163 Elf64_auxv_t aux; in check_os_altivec_support()
442 Elf64_auxv_t aux; in check_os_mips64_support()
447 while (read(fd, &aux, sizeof(Elf64_auxv_t)) == sizeof(Elf64_auxv_t)) { in check_os_mips64_support()
/third_party/elfutils/libdwfl/
Dlinux-proc-maps.c115 Elf64_auxv_t a64[64]; in grovel_auxv()
143 const Elf64_auxv_t *a64 = d.a64 + a64i; in grovel_auxv()
Dlink_map.c49 const char *typep = a64 + offsetof (Elf64_auxv_t, a_type); in do_check64()
51 const char *valp = a64 + offsetof (Elf64_auxv_t, a_un.a_val); in do_check64()
104 for (size_t i = 0; i < size / sizeof (Elf64_auxv_t); ++i) in auxv_format_probe()
106 if (do_check64 (auxv + i * sizeof (Elf64_auxv_t), elfdata)) in auxv_format_probe()
/third_party/node/src/
Dnode_main.cc94 #define Elf_auxv_t Elf64_auxv_t
/third_party/musl/ndk_musl_include/
Delf.h976 } Elf64_auxv_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h976 } Elf64_auxv_t; typedef
/third_party/musl/include/
Delf.h979 } Elf64_auxv_t; typedef
/third_party/musl/porting/uniproton/kernel/include/
Delf.h976 } Elf64_auxv_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h976 } Elf64_auxv_t; typedef
/third_party/musl/porting/linux/user/include/
Delf.h984 } Elf64_auxv_t; typedef