Searched refs:ELF_R_INFO (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/sys/sys/ |
| D | elf_generic.h | 83 #define ELF_R_INFO __ELFN(R_INFO) macro
|
| /freebsd-9-stable/sys/xen/interface/ |
| D | elfstructs.h | 492 #define ELF_R_INFO ELF32_R_INFO macro 517 #define ELF_R_INFO ELF64_R_INFO macro
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | elfcode.h | 127 #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()
|
| D | elfxx-mips.c | 663 #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()
|
| D | ChangeLog-9193 | 3075 * elfcode.h (ELF_R_INFO, ELF_R_SYM): Define as 32- or 64-bit
|