Searched refs:Elf64_Rel (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/scripts/ |
H A D | recordmcount.c | 451 static int arm64_is_fake_mcount(Elf64_Rel const *rp) in arm64_is_fake_mcount() 467 static int LARCH64_is_fake_mcount(Elf64_Rel const *rp) in LARCH64_is_fake_mcount() 480 * We interpret Table 29 Relocation Operation (Elf64_Rel, Elf64_Rela) [p.40] 499 static uint64_t MIPS64_r_sym(Elf64_Rel const *rp) in MIPS64_r_sym() 504 static void MIPS64_r_info(Elf64_Rel *const rp, unsigned sym, unsigned type) in MIPS64_r_info()
|
H A D | sorttable.h | 48 # define Elf_Rel Elf64_Rel
|
H A D | recordmcount.h | 81 # define Elf_Rel Elf64_Rel
|
/kernel/linux/linux-6.6/scripts/ |
H A D | recordmcount.c | 451 static int arm64_is_fake_mcount(Elf64_Rel const *rp) in arm64_is_fake_mcount() 467 static int LARCH64_is_fake_mcount(Elf64_Rel const *rp) in LARCH64_is_fake_mcount() 480 * We interpret Table 29 Relocation Operation (Elf64_Rel, Elf64_Rela) [p.40] 499 static uint64_t MIPS64_r_sym(Elf64_Rel const *rp) in MIPS64_r_sym() 504 static void MIPS64_r_info(Elf64_Rel *const rp, unsigned sym, unsigned type) in MIPS64_r_info()
|
H A D | sorttable.h | 54 # define Elf_Rel Elf64_Rel
|
H A D | recordmcount.h | 81 # define Elf_Rel Elf64_Rel
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | module.h | 23 #define Elf_Rel Elf64_Rel
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | module.h | 23 #define Elf_Rel Elf64_Rel
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | module.h | 61 #define Elf_Rel Elf64_Rel
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | module.h | 61 #define Elf_Rel Elf64_Rel
|
/kernel/linux/linux-6.6/scripts/mod/ |
H A D | modpost.h | 47 #define Elf_Rel Elf64_Rel
|
/kernel/liteos_m/components/dynlink/ |
H A D | los_dynlink.h | 49 typedef Elf64_Rel LD_ELF_REL;
|
/kernel/linux/linux-5.10/scripts/mod/ |
H A D | modpost.h | 48 #define Elf_Rel Elf64_Rel
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | elf.h | 173 } Elf64_Rel; typedef
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | elf.h | 174 } Elf64_Rel; typedef
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | elf.h | 143 } Elf64_Rel; typedef
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | elf.h | 143 } Elf64_Rel; typedef
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | elf.h | 129 } Elf64_Rel; typedef
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | linker.c | 840 Elf64_Rel *relo; in linker_sanity_check_elf_relos() 843 if (sec->shdr->sh_entsize != sizeof(Elf64_Rel)) in linker_sanity_check_elf_relos() 2017 Elf64_Rel *src_rel, *dst_rel; in linker_append_elf_relos()
|
H A D | libbpf.c | 698 static Elf64_Rel *elf_rel_by_idx(Elf_Data *data, size_t idx); 3326 static Elf64_Rel *elf_rel_by_idx(Elf_Data *data, size_t idx) in elf_rel_by_idx() 3328 if (idx >= data->d_size / sizeof(Elf64_Rel)) in elf_rel_by_idx() 3331 return (Elf64_Rel *)data->d_buf + idx; in elf_rel_by_idx() 3523 if (sh->sh_entsize != sizeof(Elf64_Rel) || in bpf_object__elf_collect() 4051 const Elf64_Sym *sym, const Elf64_Rel *rel) in bpf_program__record_reloc() 4248 Elf64_Rel *rel; in bpf_object__collect_prog_relos() 6613 Elf64_Rel *rel; in bpf_object__collect_map_relos() 9138 Elf64_Rel *rel; in bpf_object__collect_st_ops_relos()
|
Completed in 35 milliseconds