Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dlibbpf.c9221 static const struct bpf_sec_def section_defs[] = { variable
9454 n = ARRAY_SIZE(section_defs);
9456 sec_def = &section_defs[i];
9471 int i, len = ARRAY_SIZE(section_defs) * MAX_TYPE_NAME_SIZE;
9480 for (i = 0; i < ARRAY_SIZE(section_defs); i++) {
9481 const struct bpf_sec_def *sec_def = &section_defs[i];
9491 if (strlen(buf) + strlen(section_defs[i].sec) + 2 > len) {
9496 strcat(buf, section_defs[i].sec);

Completed in 17 milliseconds