Home
last modified time | relevance | path

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

/Linux-v5.15/include/asm-generic/
Dmodule.h23 #define Elf_Rel Elf64_Rel
/Linux-v5.15/scripts/
Drecordmcount.c439 static int arm64_is_fake_mcount(Elf64_Rel const *rp) in arm64_is_fake_mcount()
465 static uint64_t MIPS64_r_sym(Elf64_Rel const *rp) in MIPS64_r_sym()
470 static void MIPS64_r_info(Elf64_Rel *const rp, unsigned sym, unsigned type) in MIPS64_r_info()
Dsorttable.h48 # define Elf_Rel Elf64_Rel
Drecordmcount.h81 # define Elf_Rel Elf64_Rel
/Linux-v5.15/arch/mips/include/asm/
Dmodule.h61 #define Elf_Rel Elf64_Rel
/Linux-v5.15/scripts/mod/
Dmodpost.h47 #define Elf_Rel Elf64_Rel
/Linux-v5.15/include/uapi/linux/
Delf.h170 } Elf64_Rel; typedef
/Linux-v5.15/Documentation/bpf/
Dllvm_reloc.rst19 } Elf64_Rel;
/Linux-v5.15/tools/lib/bpf/
Dlinker.c845 Elf64_Rel *relo; in linker_sanity_check_elf_relos()
848 if (sec->shdr->sh_entsize != sizeof(Elf64_Rel)) in linker_sanity_check_elf_relos()
2009 Elf64_Rel *src_rel, *dst_rel; in linker_append_elf_relos()