Home
last modified time | relevance | path

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

/Linux-v4.19/sound/firewire/dice/
Ddice-proc.c60 static const char *const section_names[5] = { in dice_proc_read() local
72 u32 sections[ARRAY_SIZE(section_names) * 2]; in dice_proc_read()
121 for (i = 0; i < ARRAY_SIZE(section_names); ++i) in dice_proc_read()
123 section_names[i], in dice_proc_read()
/Linux-v4.19/tools/lib/bpf/
Dlibbpf.c2103 } section_names[] = { variable
2147 for (i = 0; i < ARRAY_SIZE(section_names); i++) { in libbpf_prog_type_by_name()
2148 if (strncmp(name, section_names[i].sec, section_names[i].len)) in libbpf_prog_type_by_name()
2150 *prog_type = section_names[i].prog_type; in libbpf_prog_type_by_name()
2151 *expected_attach_type = section_names[i].expected_attach_type; in libbpf_prog_type_by_name()