Lines Matching refs:sec_done
1101 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()
2234 ctx->sec_done[i] = true; in bpf_fill_prog_arrays()
2443 ctx->sec_done = calloc(ctx->elf_hdr.e_shnum, in bpf_elf_ctx_init()
2444 sizeof(*(ctx->sec_done))); in bpf_elf_ctx_init()
2445 if (!ctx->sec_done) { in bpf_elf_ctx_init()
2460 free(ctx->sec_done); in bpf_elf_ctx_init()
2498 free(ctx->sec_done); in bpf_elf_ctx_destroy()