Home
last modified time | relevance | path

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

/external/iproute2/lib/
Dbpf.c1101 bool *sec_done; member
1773 ctx->sec_done[section] = true; in bpf_fetch_maps_begin()
1869 ctx->sec_done[section] = true; in bpf_fetch_license()
1878 ctx->sec_done[section] = true; in bpf_fetch_symtab()
1886 ctx->sec_done[section] = true; in bpf_fetch_strtab()
1949 if (ctx->sec_done[i]) in bpf_fetch_prog()
1971 ctx->sec_done[i] = true; in bpf_fetch_prog()
2099 ctx->sec_done[i] = true; in bpf_fetch_prog_relo()
2100 ctx->sec_done[idx] = true; in bpf_fetch_prog_relo()
2185 if (ctx->sec_done[i]) in bpf_fill_prog_arrays()
[all …]