Searched refs:code_fmt (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/libcpu/ |
D | bpf_disasm.c | 107 const char *code_fmt; in bpf_disasm() local 141 code_fmt = REG(1) " = %2$#" PRIx64; in bpf_disasm() 144 code_fmt = REG(1) " = map_fd(%2$#" PRIx64 ")"; in bpf_disasm() 147 code_fmt = REG(1) " = ld_pseudo(%3$d, %2$#" PRIx64 ")"; in bpf_disasm() 150 len = snprintf(buf, sizeof(buf), code_fmt, in bpf_disasm() 162 code_fmt = "call " IMMS(1); in bpf_disasm() 167 code_fmt = REG(1) " = le" IMMS(2) "(" REG(1) ")"; in bpf_disasm() 170 code_fmt = REG(1) " = be" IMMS(2) "(" REG(1) ")"; in bpf_disasm() 174 code_fmt = A32(+, IMMS(2)); in bpf_disasm() 177 code_fmt = A32(-, IMMS(2)); in bpf_disasm() [all …]
|
/external/strace/tests-m32/ |
D | sock_filter-v.c | 57 #define PRINT_STMT(pfx, code_fmt, k_fmt, ...) \ argument 58 printf("%sBPF_STMT(" code_fmt ", " k_fmt ")", pfx, __VA_ARGS__) 60 #define PRINT_JUMP(pfx, code_fmt, k, jt, jf, ...) \ argument 61 printf("%sBPF_JUMP(" code_fmt ", %#x, %#x, %#x)", \
|
/external/strace/tests-mx32/ |
D | sock_filter-v.c | 57 #define PRINT_STMT(pfx, code_fmt, k_fmt, ...) \ argument 58 printf("%sBPF_STMT(" code_fmt ", " k_fmt ")", pfx, __VA_ARGS__) 60 #define PRINT_JUMP(pfx, code_fmt, k, jt, jf, ...) \ argument 61 printf("%sBPF_JUMP(" code_fmt ", %#x, %#x, %#x)", \
|
/external/strace/tests/ |
D | sock_filter-v.c | 57 #define PRINT_STMT(pfx, code_fmt, k_fmt, ...) \ argument 58 printf("%sBPF_STMT(" code_fmt ", " k_fmt ")", pfx, __VA_ARGS__) 60 #define PRINT_JUMP(pfx, code_fmt, k, jt, jf, ...) \ argument 61 printf("%sBPF_JUMP(" code_fmt ", %#x, %#x, %#x)", \
|