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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c9238 static const struct bpf_sec_def section_defs[] = { variable in typeref:struct:bpf_sec_def
9469 n = ARRAY_SIZE(section_defs);
9471 sec_def = &section_defs[i];
9486 int i, len = ARRAY_SIZE(section_defs) * MAX_TYPE_NAME_SIZE;
9495 for (i = 0; i < ARRAY_SIZE(section_defs); i++) {
9496 const struct bpf_sec_def *sec_def = &section_defs[i];
9506 if (strlen(buf) + strlen(section_defs[i].sec) + 2 > len) {
9511 strcat(buf, section_defs[i].sec);

Completed in 127 milliseconds