OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sigtrap_codes
(Results
1 - 2
of
2
) sorted by null
/external/strace/xlat/
sigtrap_codes.h
1
/* Generated by ./xlat/gen.sh from ./xlat/
sigtrap_codes
.in; do not edit. */
3
static const struct xlat
sigtrap_codes
[] = {
variable in typeref:struct:xlat
/external/strace/
signal.c
332
#include "xlat/
sigtrap_codes
.h"
383
code = xlookup(
sigtrap_codes
, sip->si_code);
[
all
...]
Completed in 1153 milliseconds