Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Djit_disasm_helpers.c17 #define MAX_LOCAL_LABELS 32 macro
30 __u32 pcs[MAX_LOCAL_LABELS];
31 char names[MAX_LOCAL_LABELS][LOCAL_LABEL_LEN];
57 if (labels->cnt < MAX_LOCAL_LABELS && ref_value < labels->prog_len) in lookup_symbol()
133 snprintf(labels.names[i], sizeof(labels.names[i]), "L%d", i % MAX_LOCAL_LABELS); in disasm_one_func()