Searched defs:relo (Results  1 – 6 of 6) sorted by relevance
| /external/libbpf/src/ | 
| D | gen_loader.c | 565 	struct ksym_relo_desc *relo;  in bpf_gen__record_extern()  local583 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()
 
 | 
| D | relo_core.c | 585 				    const struct bpf_core_relo *relo,  in bpf_core_calc_field_relo()710 static int bpf_core_calc_type_relo(const struct bpf_core_relo *relo,  in bpf_core_calc_type_relo()
 753 static int bpf_core_calc_enumval_relo(const struct bpf_core_relo *relo,  in bpf_core_calc_enumval_relo()
 810 			      const struct bpf_core_relo *relo,  in bpf_core_calc_relo()
 955 			       int insn_idx, const struct bpf_core_relo *relo,  in bpf_core_patch_insn()
 1182 			     const struct bpf_core_relo *relo,  in bpf_core_apply_relo_insn()
 
 | 
| D | libbpf.c | 5518 	struct reloc_desc *relos, *relo;  in record_relo_core()  local5534 			       const struct bpf_core_relo *relo,  in bpf_core_apply_relo()
 5705 		struct reloc_desc *relo = &prog->reloc_desc[i];  in bpf_object__relocate_data()  local
 5937 	const struct reloc_desc *relo = elem;  in cmp_relo_by_insn_idx()  local
 5984 	struct reloc_desc *relo;  in bpf_object__reloc_code()  local
 6280 			struct reloc_desc *relo = &prog->reloc_desc[j];  in bpf_object__relocate()  local
 6776 		struct reloc_desc *relo = &prog->reloc_desc[i];  in bpf_program_record_relos()  local
 
 | 
| D | linker.c | 845 	Elf64_Rel *relo;  in linker_sanity_check_elf_relos()  local
 | 
| /external/python/cpython2/Lib/plat-mac/ | 
| D | aetypes.py | 167     def __init__(self, obj1, relo, obj2):  argument
 | 
| /external/iproute2/lib/ | 
| D | bpf.c | 1996 		GElf_Rel relo;  in bpf_apply_relo_data()  local
 |