Lines Matching refs:EBLHOOK
65 struct EBLHOOK(siginfo) in EBLHOOK() function
72 struct EBLHOOK(timeval) in EBLHOOK() function
87 struct EBLHOOK(prstatus) in EBLHOOK() function
89 struct EBLHOOK(siginfo) pr_info; in EBLHOOK()
97 struct EBLHOOK(timeval) pr_utime; in EBLHOOK()
98 struct EBLHOOK(timeval) pr_stime; in EBLHOOK()
99 struct EBLHOOK(timeval) pr_cutime; in EBLHOOK()
100 struct EBLHOOK(timeval) pr_cstime; in EBLHOOK()
115 struct EBLHOOK(prpsinfo) in EBLHOOK() function
138 .offset = offsetof (struct EBLHOOK(prstatus), pr_##item), \
174 .offset = offsetof (struct EBLHOOK(prpsinfo), pr_##item), \
207 EBLHOOK(core_note) (const GElf_Nhdr *nhdr, const char *name, in EBLHOOK() function
247 if (nhdr->n_descsz != sizeof (struct EBLHOOK(prstatus))) in EBLHOOK()
249 *regs_offset = offsetof (struct EBLHOOK(prstatus), pr_reg); in EBLHOOK()
257 if (nhdr->n_descsz != sizeof (struct EBLHOOK(prpsinfo))) in EBLHOOK()