Home
last modified time | relevance | path

Searched defs:relo (Results 1 – 4 of 4) sorted by relevance

/third_party/libbpf/src/
Dgen_loader.c565 struct ksym_relo_desc *relo; in bpf_gen__record_extern() local
583 static struct ksym_desc *get_ksym_desc(struct bpf_gen *gen, struct ksym_relo_desc *relo) in get_ksym_desc()
612 static void emit_bpf_find_by_name_kind(struct bpf_gen *gen, struct ksym_relo_desc *relo) in emit_bpf_find_by_name_kind()
631 static void emit_bpf_kallsyms_lookup_name(struct bpf_gen *gen, struct ksym_relo_desc *relo) in emit_bpf_kallsyms_lookup_name()
660 static void emit_relo_kfunc_btf(struct bpf_gen *gen, struct ksym_relo_desc *relo, int insn) in emit_relo_kfunc_btf()
731 static void emit_ksym_relo_log(struct bpf_gen *gen, struct ksym_relo_desc *relo, in emit_ksym_relo_log()
751 struct ksym_relo_desc *relo, int insn) in emit_relo_ksym_typeless()
797 static void emit_relo_ksym_btf(struct bpf_gen *gen, struct ksym_relo_desc *relo, int insn) in emit_relo_ksym_btf()
861 static void emit_relo(struct bpf_gen *gen, struct ksym_relo_desc *relo, int insns) in emit_relo()
Drelo_core.c264 const struct bpf_core_relo *relo, in bpf_core_parse_spec()
679 const struct bpf_core_relo *relo, in bpf_core_calc_field_relo()
803 static int bpf_core_calc_type_relo(const struct bpf_core_relo *relo, in bpf_core_calc_type_relo()
847 static int bpf_core_calc_enumval_relo(const struct bpf_core_relo *relo, in bpf_core_calc_enumval_relo()
880 const struct bpf_core_relo *relo, in bpf_core_calc_relo()
1025 int insn_idx, const struct bpf_core_relo *relo, in bpf_core_patch_insn()
1281 const struct bpf_core_relo *relo, in bpf_core_calc_relo_insn()
Dlibbpf.c5969 struct reloc_desc *relos, *relo; local
5986 struct reloc_desc *relo; local
6001 const struct bpf_core_relo *relo,
6205 struct reloc_desc *relo = &prog->reloc_desc[i]; local
6438 const struct reloc_desc *relo = elem; local
6485 struct reloc_desc *relo; local
6780 struct reloc_desc *relo = &prog->reloc_desc[j]; local
7352 const struct bpf_core_relo *relo; local
7456 struct reloc_desc *relo = &prog->reloc_desc[i]; local
Dlinker.c840 Elf64_Rel *relo; in linker_sanity_check_elf_relos() local