Home
last modified time | relevance | path

Searched refs:sysent (Results 1 – 8 of 8) sorted by relevance

/external/strace/
Dsyscall.c185 const struct_sysent *sysent = sysent0; variable
265 sysent = sysent_vec[personality]; in set_personality()
346 const unsigned int nargs = sysent[scno].nargs; in decode_socket_subcall()
354 tcp->s_ent = &sysent[scno]; in decode_socket_subcall()
394 tcp->s_ent = &sysent[tcp->scno]; in decode_ipc_subcall()
411 tcp->s_ent = &sysent[tcp->scno]; in decode_syscall_subcall()
1226 tcp->s_ent = &sysent[tcp->scno]; in get_scno()
1298 return scno_is_valid(scno) ? sysent[scno].sys_name : NULL; in syscall_name()
Dcount.c115 const char *a_name = sysent[*((int *) a)].sys_name; in syscall_cmp()
116 const char *b_name = sysent[*((int *) b)].sys_name; in syscall_cmp()
210 cc->calls, cc->errors, sysent[idx].sys_name); in call_summary_pers()
Dsysent.h4 typedef struct sysent { struct
Ddefs.h985 extern const struct_sysent *sysent;
990 # define sysent sysent0 macro
1033 && sysent[scno].sys_func in scno_is_valid()
1034 && !(sysent[scno].sys_flags & TRACE_INDIRECT_SUBCALL); in scno_is_valid()
DMakefile.am305 sysent.h \
DChangeLog-CVS1424 sysent[tcp->scno].sys_func values.
2055 * defs.h (struct sysent): New member `native_scno'.
2598 * syscall.c (sysent0, sysent1, sysent2, sysent): Add const to defn.
5111 * defs.h, syscall.c, ioctl.c, signal.c: Make sysent, errnoent,
5200 (sysent): Add sys_flags member.
5201 * syscall.c (sysent): Define (and later undef) abbreviations
DChangeLog260 * sysent.h (TRACE_PURE): New syscall flag.
5541 Move sysent shorthand notations to separate files.
5543 notations for macros defined in sysent.h by moving definitions
9137 * sysent.h (TRACE_STAT): New macro.
9182 * sysent.h (TRACE_LSTAT): New macro.
9228 * sysent.h (TRACE_FSTAT): New macro.
9277 * sysent.h (TRACE_STAT_LIKE): New macro.
9380 * sysent.h (TRACE_STATFS_LIKE): New macro.
9429 * sysent.h (TRACE_FSTATFS): New macro.
9471 sysent.h: format syscall flag macros.
[all …]
DMakefile.in350 sysent.h sysent_shorthand_defs.h sysent_shorthand_undefs.h \
1260 sysent.h sysent_shorthand_defs.h sysent_shorthand_undefs.h \