Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Ddisasm_helpers.c49 char *tmp, *pfx_end, *sfx_start; in disasm_insn() local
60 pfx_end = buf + 5; in disasm_insn()
62 if (strncmp(pfx_end, "call ", 5) == 0 && (tmp = strrchr(buf, '#'))) in disasm_insn()
64 len = sfx_start - pfx_end; in disasm_insn()
65 memmove(buf, pfx_end, len); in disasm_insn()