Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Delf_generic.h83 #define ELF_R_INFO __ELFN(R_INFO) macro
/freebsd-9-stable/sys/xen/interface/
Delfstructs.h492 #define ELF_R_INFO ELF32_R_INFO macro
517 #define ELF_R_INFO ELF64_R_INFO macro
/freebsd-9-stable/contrib/binutils/bfd/
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()
Delfxx-mips.c663 #define ELF_R_INFO(bfd, s, t) \ macro
671 #define ELF_R_INFO(bfd, s, t) \ macro
2205 rel[0].r_info = ELF_R_INFO (output_bfd, indx, r_type); in mips_elf_output_dynamic_relocation()
4867 outrel[0].r_info = ELF_R_INFO (output_bfd, (unsigned long) indx, in mips_elf_create_dynamic_relocation()
4882 outrel[1].r_info = ELF_R_INFO (output_bfd, 0, in mips_elf_create_dynamic_relocation()
4886 outrel[2].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_NONE); in mips_elf_create_dynamic_relocation()
8302 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_64); in _bfd_mips_elf_finish_dynamic_symbol()
8304 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_32); in _bfd_mips_elf_finish_dynamic_symbol()
8928 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_REL32); in _bfd_mips_elf_finish_dynamic_sections()
DChangeLog-91933075 * elfcode.h (ELF_R_INFO, ELF_R_SYM): Define as 32- or 64-bit