Lines Matching +defs:obj +defs:n

494 	struct src_obj obj = {};  in bpf_linker_add_file()  local
643 static struct src_sec *add_src_sec(struct src_obj *obj, const char *sec_name) in add_src_sec()
666 struct src_obj *obj) in linker_load_obj_file()
830 static int linker_sanity_check_elf(struct src_obj *obj) in linker_sanity_check_elf()
912 static int linker_sanity_check_elf_symtab(struct src_obj *obj, struct src_sec *sec) in linker_sanity_check_elf_symtab()
916 int i, n; in linker_sanity_check_elf_symtab() local
986 static int linker_sanity_check_elf_relos(struct src_obj *obj, struct src_sec *sec) in linker_sanity_check_elf_relos()
990 int i, n; in linker_sanity_check_elf_relos() local
1087 static int linker_sanity_check_btf(struct src_obj *obj) in linker_sanity_check_btf()
1090 int i, n, err; in linker_sanity_check_btf() local
1122 static int linker_sanity_check_btf_ext(struct src_obj *obj) in linker_sanity_check_btf_ext()
1354 static int linker_append_sec_data(struct bpf_linker *linker, struct src_obj *obj) in linker_append_sec_data()
1406 static int linker_append_elf_syms(struct bpf_linker *linker, struct src_obj *obj) in linker_append_elf_syms()
1410 int i, n = symtab->shdr->sh_size / symtab->shdr->sh_entsize, err; in linker_append_elf_syms() local
1490 int i, n; in glob_sym_btf_matches() local
1767 struct src_obj *obj, Elf64_Sym *sym, int btf_id) in glob_map_defs_match()
1807 struct src_obj *obj, Elf64_Sym *sym, size_t sym_idx, int btf_id) in glob_syms_match()
1843 static int find_glob_sym_btf(struct src_obj *obj, Elf64_Sym *sym, const char *sym_name, in find_glob_sym_btf()
1846 int i, j, n, m, btf_id = 0; in find_glob_sym_btf() local
1912 static struct src_sec *find_src_sec_by_name(struct src_obj *obj, const char *sec_name) in find_src_sec_by_name()
1934 int i, n, off; in complete_extern_btf_info() local
1996 static int linker_append_elf_sym(struct bpf_linker *linker, struct src_obj *obj, in linker_append_elf_sym()
2194 static int linker_append_elf_relos(struct bpf_linker *linker, struct src_obj *obj) in linker_append_elf_relos()
2203 int j, n; in linker_append_elf_relos() local
2287 static Elf64_Sym *find_sym_by_name(struct src_obj *obj, size_t sec_idx, in find_sym_by_name()
2292 int i, n = symtab->shdr->sh_size / symtab->shdr->sh_entsize; in find_sym_by_name() local
2315 static int linker_fixup_btf(struct src_obj *obj) in linker_fixup_btf()
2319 int i, j, n, m; in linker_fixup_btf() local
2410 static int linker_append_btf(struct bpf_linker *linker, struct src_obj *obj) in linker_append_btf()
2413 int i, j, n, start_id, id, err; in linker_append_btf() local
2628 static int linker_append_btf_ext(struct bpf_linker *linker, struct src_obj *obj) in linker_append_btf_ext()