Searched refs:Elf64_Rel (Results 1 – 10 of 10) sorted by relevance
447 static int arm64_is_fake_mcount(Elf64_Rel const *rp) in arm64_is_fake_mcount()463 static int LARCH64_is_fake_mcount(Elf64_Rel const *rp) in LARCH64_is_fake_mcount()495 static uint64_t MIPS64_r_sym(Elf64_Rel const *rp) in MIPS64_r_sym()500 static void MIPS64_r_info(Elf64_Rel *const rp, unsigned sym, unsigned type) in MIPS64_r_info()
54 # define Elf_Rel Elf64_Rel
81 # define Elf_Rel Elf64_Rel
23 #define Elf_Rel Elf64_Rel
61 #define Elf_Rel Elf64_Rel
47 #define Elf_Rel Elf64_Rel
174 } Elf64_Rel; typedef
19 } Elf64_Rel;
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()2006 Elf64_Rel *src_rel, *dst_rel; in linker_append_elf_relos()
677 static Elf64_Rel *elf_rel_by_idx(Elf_Data *data, size_t idx);3266 static Elf64_Rel *elf_rel_by_idx(Elf_Data *data, size_t idx) in elf_rel_by_idx()3268 if (idx >= data->d_size / sizeof(Elf64_Rel)) in elf_rel_by_idx()3271 return (Elf64_Rel *)data->d_buf + idx; in elf_rel_by_idx()3460 if (sh->sh_entsize != sizeof(Elf64_Rel) || in bpf_object__elf_collect()3978 const Elf64_Sym *sym, const Elf64_Rel *rel) in bpf_program__record_reloc()4175 Elf64_Rel *rel; in bpf_object__collect_prog_relos()6468 Elf64_Rel *rel; in bpf_object__collect_map_relos()8845 Elf64_Rel *rel; in bpf_object__collect_st_ops_relos()
Completed in 38 milliseconds