Lines Matching +defs:val +defs:section
52 const char *section; member
391 unsigned int val, owner_type = 0, owner_jited = 0; in bpf_derive_elf_map_from_fdinfo() local
819 const char *file, *section, *uds_name; in bpf_parse() local
1450 static void bpf_prog_report(int fd, const char *section, in bpf_prog_report()
1469 static int bpf_prog_attach(const char *section, in bpf_prog_attach()
1729 static int bpf_fill_section_data(struct bpf_elf_ctx *ctx, int section, in bpf_fill_section_data()
1768 static int bpf_fetch_maps_begin(struct bpf_elf_ctx *ctx, int section, in bpf_fetch_maps_begin()
1862 static int bpf_fetch_license(struct bpf_elf_ctx *ctx, int section, in bpf_fetch_license()
1873 static int bpf_fetch_symtab(struct bpf_elf_ctx *ctx, int section, in bpf_fetch_symtab()
1882 static int bpf_fetch_strtab(struct bpf_elf_ctx *ctx, int section, in bpf_fetch_strtab()
1941 static int bpf_fetch_prog(struct bpf_elf_ctx *ctx, const char *section, in bpf_fetch_prog()
2046 static int bpf_fetch_prog_relo(struct bpf_elf_ctx *ctx, const char *section, in bpf_fetch_prog_relo()
2107 static int bpf_fetch_prog_sec(struct bpf_elf_ctx *ctx, const char *section) in bpf_fetch_prog_sec()
2143 unsigned int val; in bpf_derive_prog_from_fdinfo() local
2508 const char *section, bool verbose) in bpf_obj_open()