Home
last modified time | relevance | path

Searched refs:prgregset_t (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/tests/
H A Dsys_procfs_test.cpp31 prgregset_t pr_g_regs; in TEST()
37 static_assert(sizeof(prgregset_t) == sizeof(elf_gregset_t), ""); in TEST()
/aosp12/bionic/libc/include/sys/
H A Dprocfs.h54 typedef elf_gregset_t prgregset_t; typedef