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