Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dlibbpf.c8879 static const struct bpf_sec_def section_defs[] = { variable
9097 n = ARRAY_SIZE(section_defs);
9099 sec_def = &section_defs[i];
9114 int i, len = ARRAY_SIZE(section_defs) * MAX_TYPE_NAME_SIZE;
9123 for (i = 0; i < ARRAY_SIZE(section_defs); i++) {
9124 const struct bpf_sec_def *sec_def = &section_defs[i];
9134 if (strlen(buf) + strlen(section_defs[i].sec) + 2 > len) {
9139 strcat(buf, section_defs[i].sec);