Searched refs:section_defs (Results 1 – 1 of 1) sorted by relevance
7924 static const struct bpf_sec_def section_defs[] = { variable8082 int i, n = ARRAY_SIZE(section_defs); in find_sec_def()8086 section_defs[i].sec, section_defs[i].len)) in find_sec_def()8088 return §ion_defs[i]; in find_sec_def()8095 int i, len = ARRAY_SIZE(section_defs) * MAX_TYPE_NAME_SIZE; in libbpf_get_type_names()8104 for (i = 0; i < ARRAY_SIZE(section_defs); i++) { in libbpf_get_type_names()8105 if (attach_type && !section_defs[i].is_attachable) in libbpf_get_type_names()8108 if (strlen(buf) + strlen(section_defs[i].sec) + 2 > len) { in libbpf_get_type_names()8113 strcat(buf, section_defs[i].sec); in libbpf_get_type_names()8439 for (i = 0; i < ARRAY_SIZE(section_defs); i++) { in libbpf_find_attach_btf_id()[all …]