Searched refs:section_names (Results 1 – 2 of 2) sorted by relevance
60 static const char *const section_names[5] = { in dice_proc_read() local72 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()
2103 } section_names[] = { variable2147 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()