Home
last modified time | relevance | path

Searched refs:ELF_R_INFO (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/sys/
H A Delf_generic.h85 #define ELF_R_INFO __ELFN(R_INFO) macro
/freebsd-12.1/contrib/binutils/bfd/
H A Delfcode.h127 #define ELF_R_INFO(X,Y) ELF64_R_INFO(X,Y) macro
135 #define ELF_R_INFO(X,Y) ELF32_R_INFO(X,Y) macro
1022 src_rela.r_info = ELF_R_INFO (n, ptr->howto->type); in elf_write_relocs()
H A Delfxx-mips.c667 #define ELF_R_INFO(bfd, s, t) \ macro
675 #define ELF_R_INFO(bfd, s, t) \ macro
2209 rel[0].r_info = ELF_R_INFO (output_bfd, indx, r_type); in mips_elf_output_dynamic_relocation()
4871 outrel[0].r_info = ELF_R_INFO (output_bfd, (unsigned long) indx, in mips_elf_create_dynamic_relocation()
4886 outrel[1].r_info = ELF_R_INFO (output_bfd, 0, in mips_elf_create_dynamic_relocation()
4890 outrel[2].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_NONE); in mips_elf_create_dynamic_relocation()
8306 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_64); in _bfd_mips_elf_finish_dynamic_symbol()
8308 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_32); in _bfd_mips_elf_finish_dynamic_symbol()
8932 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_REL32); in _bfd_mips_elf_finish_dynamic_sections()
H A DChangeLog-91933075 * elfcode.h (ELF_R_INFO, ELF_R_SYM): Define as 32- or 64-bit