• Home
  • Raw
  • Download

Lines Matching defs:obj

445 	struct src_obj obj = {};  in bpf_linker__add_file()  local
518 static struct src_sec *add_src_sec(struct src_obj *obj, const char *sec_name) in add_src_sec()
542 struct src_obj *obj) in linker_load_obj_file()
696 static int linker_sanity_check_elf(struct src_obj *obj) in linker_sanity_check_elf()
778 static int linker_sanity_check_elf_symtab(struct src_obj *obj, struct src_sec *sec) in linker_sanity_check_elf_symtab()
852 static int linker_sanity_check_elf_relos(struct src_obj *obj, struct src_sec *sec) in linker_sanity_check_elf_relos()
953 static int linker_sanity_check_btf(struct src_obj *obj) in linker_sanity_check_btf()
988 static int linker_sanity_check_btf_ext(struct src_obj *obj) in linker_sanity_check_btf_ext()
1198 static int linker_append_sec_data(struct bpf_linker *linker, struct src_obj *obj) in linker_append_sec_data()
1250 static int linker_append_elf_syms(struct bpf_linker *linker, struct src_obj *obj) in linker_append_elf_syms()
1611 struct src_obj *obj, Elf64_Sym *sym, int btf_id) in glob_map_defs_match()
1651 struct src_obj *obj, Elf64_Sym *sym, size_t sym_idx, int btf_id) in glob_syms_match()
1687 static int find_glob_sym_btf(struct src_obj *obj, Elf64_Sym *sym, const char *sym_name, in find_glob_sym_btf()
1756 static struct src_sec *find_src_sec_by_name(struct src_obj *obj, const char *sec_name) in find_src_sec_by_name()
1840 static int linker_append_elf_sym(struct bpf_linker *linker, struct src_obj *obj, in linker_append_elf_sym()
2038 static int linker_append_elf_relos(struct bpf_linker *linker, struct src_obj *obj) in linker_append_elf_relos()
2131 static Elf64_Sym *find_sym_by_name(struct src_obj *obj, size_t sec_idx, in find_sym_by_name()
2159 static int linker_fixup_btf(struct src_obj *obj) in linker_fixup_btf()
2254 static int linker_append_btf(struct bpf_linker *linker, struct src_obj *obj) in linker_append_btf()
2468 static int linker_append_btf_ext(struct bpf_linker *linker, struct src_obj *obj) in linker_append_btf_ext()