Searched refs:elf_reloc (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-gen.c47 Elf_Internal_Rela *elf_reloc ATTRIBUTE_UNUSED)
55 Elf_Internal_Rela *elf_reloc ATTRIBUTE_UNUSED)
H A Delf64-gen.c47 Elf_Internal_Rela *elf_reloc ATTRIBUTE_UNUSED)
55 Elf_Internal_Rela *elf_reloc ATTRIBUTE_UNUSED)
H A Delfxx-ia64.c200 PARAMS ((bfd *abfd, arelent *bfd_reloc, Elf_Internal_Rela *elf_reloc));
636 elfNN_ia64_info_to_howto (abfd, bfd_reloc, elf_reloc)
639 Elf_Internal_Rela *elf_reloc;
642 = lookup_howto ((unsigned int) ELFNN_R_TYPE (elf_reloc->r_info));
H A Delf32-score.c2178 Elf_Internal_Rela *elf_reloc)
2182 r_type = ELF32_R_TYPE (elf_reloc->r_info);
2176 _bfd_score_info_to_howto(bfd *abfd ATTRIBUTE_UNUSED, arelent *bfd_reloc, Elf_Internal_Rela *elf_reloc) argument
H A Delf32-arm.c1679 Elf_Internal_Rela * elf_reloc)
1683 r_type = ELF32_R_TYPE (elf_reloc->r_info);
1678 elf32_arm_info_to_howto(bfd * abfd ATTRIBUTE_UNUSED, arelent * bfd_reloc, Elf_Internal_Rela * elf_reloc) argument
/freebsd-11-stable/sys/arm64/arm64/
H A Delf_machdep.c203 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, function
/freebsd-11-stable/sys/i386/i386/
H A Delf_machdep.c269 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, function
/freebsd-11-stable/sys/powerpc/powerpc/
H A Delf32_machdep.c206 panic("elf_reloc: unknown relocation mode %d\n", type);
298 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, function
H A Delf64_machdep.c280 panic("elf_reloc: unknown relocation mode %d\n", type);
352 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, function
/freebsd-11-stable/sys/sys/
H A Dlinker.h273 int elf_reloc(linker_file_t _lf, Elf_Addr base, const void *_rel,
/freebsd-11-stable/sys/arm/arm/
H A Delf_machdep.c267 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, function
/freebsd-11-stable/sys/amd64/amd64/
H A Delf_machdep.c302 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, function
/freebsd-11-stable/sys/mips/mips/
H A Delf_machdep.c328 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, function
/freebsd-11-stable/sys/riscv/riscv/
H A Delf_machdep.c512 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, function
/freebsd-11-stable/sys/sparc64/sparc64/
H A Delf_machdep.c342 elf_reloc(linker_file_t lf, Elf_Addr relocbase, const void *data, int type, function
/freebsd-11-stable/sys/kern/
H A Dlink_elf.c1254 error = relocate_file1(ef, elf_lookup, elf_reloc, false);
1256 error = relocate_file1(ef, elf_lookup, elf_reloc, true);
1712 relocate_file1(ef, elf_lookup_ifunc, elf_reloc, true);
H A Dlink_elf_obj.c1156 if (elf_reloc(&ef->lf, base, rel, ELF_RELOC_REL,
1188 if (elf_reloc(&ef->lf, base, rela, ELF_RELOC_RELA,

Completed in 273 milliseconds