Home
last modified time | relevance | path

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

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