OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:siginfo_codes
(Results
1 - 2
of
2
) sorted by null
/external/strace/xlat/
siginfo_codes.h
1
/* Generated by ./xlat/gen.sh from ./xlat/
siginfo_codes
.in; do not edit. */
35
extern const struct xlat
siginfo_codes
[];
42
const struct xlat
siginfo_codes
[] = {
variable in typeref:struct:xlat
/external/strace/
printsiginfo.c
53
#include "xlat/
siginfo_codes
.h"
90
const char *code = xlookup(
siginfo_codes
, si_code);
Completed in 335 milliseconds