Searched refs:Elf64_Rel (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/asm-generic/
H A Dmodule.h23 #define Elf_Rel Elf64_Rel
/linux-master/arch/mips/include/asm/
H A Dmodule.h61 #define Elf_Rel Elf64_Rel
/linux-master/scripts/
H A Drecordmcount.c451 static int arm64_is_fake_mcount(Elf64_Rel const *rp)
467 static int LARCH64_is_fake_mcount(Elf64_Rel const *rp)
480 * We interpret Table 29 Relocation Operation (Elf64_Rel, Elf64_Rela) [p.40]
499 static uint64_t MIPS64_r_sym(Elf64_Rel const *rp)
504 static void MIPS64_r_info(Elf64_Rel *const rp, unsigned sym, unsigned type)
H A Dsorttable.h54 # define Elf_Rel Elf64_Rel
H A Drecordmcount.h81 # define Elf_Rel Elf64_Rel
/linux-master/scripts/mod/
H A Dmodpost.h49 #define Elf_Rel Elf64_Rel
/linux-master/include/uapi/linux/
H A Delf.h174 } Elf64_Rel; typedef in typeref:struct:elf64_rel
/linux-master/tools/lib/bpf/
H A Dlinker.c859 Elf64_Rel *relo;
862 if (sec->shdr->sh_entsize != sizeof(Elf64_Rel))
2036 Elf64_Rel *src_rel, *dst_rel;
H A Dlibbpf.c722 static Elf64_Rel *elf_rel_by_idx(Elf_Data *data, size_t idx);
3647 static Elf64_Rel *elf_rel_by_idx(Elf_Data *data, size_t idx)
3649 if (idx >= data->d_size / sizeof(Elf64_Rel))
3652 return (Elf64_Rel *)data->d_buf + idx;
3849 if (sh->sh_entsize != sizeof(Elf64_Rel) ||
4379 const Elf64_Sym *sym, const Elf64_Rel *rel)
4585 Elf64_Rel *rel;
7043 Elf64_Rel *rel;
9611 Elf64_Rel *rel;

Completed in 185 milliseconds