Home
last modified time | relevance | path

Searched refs:kexec_file_load_flags (Results 1 – 3 of 3) sorted by relevance

/external/strace/xlat/
Dkexec_file_load_flags.h14 # error static const struct xlat kexec_file_load_flags in mpers mode
19 const struct xlat kexec_file_load_flags[] = { variable
DMakemodule.am1 …itimer_which.in xlat/kcmp_types.in xlat/kexec_arch_values.in xlat/kexec_file_load_flags.in xlat/ke…
2 …at/itimer_which.h xlat/kcmp_types.h xlat/kexec_arch_values.h xlat/kexec_file_load_flags.h xlat/kex…
193 $(top_srcdir)/xlat/kexec_file_load_flags.h: $(top_srcdir)/xlat/kexec_file_load_flags.in $(top_srcdi…
/external/strace/
Dkexec.c126 printflags(kexec_file_load_flags, tcp->u_arg[4], "KEXEC_FILE_???"); in SYS_FUNC()