Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dgen_loader.c565 struct ksym_relo_desc *relo; in bpf_gen__record_extern() local
584 static struct ksym_desc *get_ksym_desc(struct bpf_gen *gen, struct ksym_relo_desc *relo) in get_ksym_desc()
616 static void emit_bpf_find_by_name_kind(struct bpf_gen *gen, struct ksym_relo_desc *relo) in emit_bpf_find_by_name_kind()
635 static void emit_bpf_kallsyms_lookup_name(struct bpf_gen *gen, struct ksym_relo_desc *relo) in emit_bpf_kallsyms_lookup_name()
664 static void emit_relo_kfunc_btf(struct bpf_gen *gen, struct ksym_relo_desc *relo, int insn) in emit_relo_kfunc_btf()
735 static void emit_ksym_relo_log(struct bpf_gen *gen, struct ksym_relo_desc *relo, in emit_ksym_relo_log()
755 struct ksym_relo_desc *relo, int insn) in emit_relo_ksym_typeless()
801 static void emit_relo_ksym_btf(struct bpf_gen *gen, struct ksym_relo_desc *relo, int insn) in emit_relo_ksym_btf()
867 static void emit_relo(struct bpf_gen *gen, struct ksym_relo_desc *relo, int insns) in emit_relo()
H A 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()
H A Dlibbpf.c5740 struct reloc_desc *relos, *relo; in record_relo_core() local
5757 struct reloc_desc *relo; in find_relo_core() local
5772 const struct bpf_core_relo *relo, in bpf_core_resolve_relo()
5998 struct reloc_desc *relo = &prog->reloc_desc[i]; in bpf_object__relocate_data() local
6231 const struct reloc_desc *relo = elem; in cmp_relo_by_insn_idx() local
6313 struct reloc_desc *relo; in bpf_object__reloc_code() local
6991 struct reloc_desc *relo = &prog->reloc_desc[j]; in bpf_object__relocate() local
7611 const struct bpf_core_relo *relo; in fixup_log_failed_core_relo() local
7758 struct reloc_desc *relo = &prog->reloc_desc[i]; in bpf_program_record_relos() local
H A Dlinker.c859 Elf64_Rel *relo; in linker_sanity_check_elf_relos() local
/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c163 enum nfp_relo_type relo) in emit_br_relo()
209 u8 defer, bool set, enum nfp_relo_type relo) in emit_br_bit_relo()
634 enum nfp_relo_type relo) in wrp_immed_relo()
/linux/tools/bpf/bpftool/
H A Dgen.c2299 const struct bpf_core_relo *relo; in btfgen_record_obj() local
/linux/kernel/bpf/
H A Dbtf.c8709 int bpf_core_apply(struct bpf_core_ctx *ctx, const struct bpf_core_relo *relo, in bpf_core_apply()