HomeSort by relevance Sort by last modified time
    Searched refs:xlat (Results 1 - 25 of 189) sorted by null

1 2 3 4 5 6 7 8

  /external/strace/xlat/
fileflags.h 1 /* Generated by ./xlat/gen.sh from ./xlat/fileflags.in; do not edit. */
3 static const struct xlat fileflags[] = {
shutdown_modes.h 1 /* Generated by ./xlat/gen.sh from ./xlat/shutdown_modes.in; do not edit. */
3 static const struct xlat shutdown_modes[] = {
ubi_volume_props.h 1 /* Generated by ./xlat/gen.sh from ./xlat/ubi_volume_props.in; do not edit. */
3 static const struct xlat ubi_volume_props[] = {
4 XLAT(UBI_VOL_PROP_DIRECT_WRITE),
bootflags1.h 1 /* Generated by ./xlat/gen.sh from ./xlat/bootflags1.in; do not edit. */
3 static const struct xlat bootflags1[] = {
5 XLAT(LINUX_REBOOT_MAGIC1),
clockflags.h 1 /* Generated by ./xlat/gen.sh from ./xlat/clockflags.in; do not edit. */
3 static const struct xlat clockflags[] = {
5 XLAT(TIMER_ABSTIME),
fdflags.h 1 /* Generated by ./xlat/gen.sh from ./xlat/fdflags.in; do not edit. */
3 static const struct xlat fdflags[] = {
5 XLAT(FD_CLOEXEC),
msgflags.h 1 /* Generated by ./xlat/gen.sh from ./xlat/msgflags.in; do not edit. */
3 static const struct xlat msgflags[] = {
5 XLAT(RS_HIPRI),
sigemt_codes.h 1 /* Generated by ./xlat/gen.sh from ./xlat/sigemt_codes.in; do not edit. */
3 static const struct xlat sigemt_codes[] = {
5 XLAT(EMT_TAGOVF),
sigprof_codes.h 1 /* Generated by ./xlat/gen.sh from ./xlat/sigprof_codes.in; do not edit. */
3 static const struct xlat sigprof_codes[] = {
5 XLAT(PROF_SIG),
sigsys_codes.h 1 /* Generated by ./xlat/gen.sh from ./xlat/sigsys_codes.in; do not edit. */
3 static const struct xlat sigsys_codes[] = {
5 XLAT(SYS_SECCOMP),
sockipxoptions.h 1 /* Generated by ./xlat/gen.sh from ./xlat/sockipxoptions.in; do not edit. */
3 static const struct xlat sockipxoptions[] = {
5 XLAT(IPX_TYPE),
sockrawoptions.h 1 /* Generated by ./xlat/gen.sh from ./xlat/sockrawoptions.in; do not edit. */
3 static const struct xlat sockrawoptions[] = {
5 XLAT(ICMP_FILTER),
timerfdflags.h 1 /* Generated by ./xlat/gen.sh from ./xlat/timerfdflags.in; do not edit. */
3 static const struct xlat timerfdflags[] = {
5 XLAT(TFD_TIMER_ABSTIME),
ubi_volume_types.h 1 /* Generated by ./xlat/gen.sh from ./xlat/ubi_volume_types.in; do not edit. */
3 static const struct xlat ubi_volume_types[] = {
4 XLAT(UBI_DYNAMIC_VOLUME),
5 XLAT(UBI_STATIC_VOLUME),
ioprio_who.h 1 /* Generated by ./xlat/gen.sh from ./xlat/ioprio_who.in; do not edit. */
3 static const struct xlat ioprio_who[] = {
4 XLAT(IOPRIO_WHO_PROCESS),
5 XLAT(IOPRIO_WHO_PGRP),
6 XLAT(IOPRIO_WHO_USER),
mtd_mode_options.h 1 /* Generated by ./xlat/gen.sh from ./xlat/mtd_mode_options.in; do not edit. */
3 static const struct xlat mtd_mode_options[] = {
4 XLAT(MTD_OPS_PLACE_OOB),
5 XLAT(MTD_OPS_AUTO_OOB),
6 XLAT(MTD_OPS_RAW),
atomic_ops.h 1 /* Generated by ./xlat/gen.sh from ./xlat/atomic_ops.in; do not edit. */
3 static const struct xlat atomic_ops[] = {
blkpg_ops.h 1 /* Generated by ./xlat/gen.sh from ./xlat/blkpg_ops.in; do not edit. */
3 static const struct xlat blkpg_ops[] = {
5 XLAT(BLKPG_ADD_PARTITION),
8 XLAT(BLKPG_DEL_PARTITION),
delete_module_flags.h 1 /* Generated by ./xlat/gen.sh from ./xlat/delete_module_flags.in; do not edit. */
3 static const struct xlat delete_module_flags[] = {
5 XLAT(O_NONBLOCK),
8 XLAT(O_TRUNC),
epollflags.h 1 /* Generated by ./xlat/gen.sh from ./xlat/epollflags.in; do not edit. */
3 static const struct xlat epollflags[] = {
5 XLAT(EPOLL_CLOEXEC),
8 XLAT(EPOLL_NONBLOCK),
inotify_init_flags.h 1 /* Generated by ./xlat/gen.sh from ./xlat/inotify_init_flags.in; do not edit. */
3 static const struct xlat inotify_init_flags[] = {
5 XLAT(O_NONBLOCK),
8 XLAT(O_CLOEXEC),
ioprio_class.h 1 /* Generated by ./xlat/gen.sh from ./xlat/ioprio_class.in; do not edit. */
3 static const struct xlat ioprio_class[] = {
4 XLAT(IOPRIO_CLASS_NONE),
5 XLAT(IOPRIO_CLASS_RT),
6 XLAT(IOPRIO_CLASS_BE),
7 XLAT(IOPRIO_CLASS_IDLE),
kexec_flags.h 1 /* Generated by ./xlat/gen.sh from ./xlat/kexec_flags.in; do not edit. */
3 static const struct xlat kexec_flags[] = {
5 XLAT(KEXEC_ON_CRASH),
8 XLAT(KEXEC_PRESERVE_CONTEXT),
  /external/strace/
bootstrap 2 ./xlat/gen.sh
generate_xlat_in.sh 4 sed -n '/^\(static \)\?const struct xlat '"$n"'\[\] = {$/,/^};$/{
5 s/^[[:space:]]*XLAT(\([^)]\+\)).*/\1/p
9 s/^\t*\( *[/*].*\)/\1/p}' "$f" >> xlat/"$n".in
10 sed -i '/^\(static \)\?const struct xlat '"$n"'\[\] = {$/,/^};$/c #include "xlat/'"$n"'.h"' "$f"
14 for n in $(sed -n 's/^\(static \)\?const struct xlat \([a-z0-9_]\+\)\[\] = {$/\2/p' "$f"); do
19 echo '#unconditional' > xlat/"$n".in
23 > xlat/"$n".in

Completed in 96 milliseconds

1 2 3 4 5 6 7 8