/openbsd/usr.sbin/crunchgen/ |
H A D | elf_hide.c | 422 prela[j].r_info = ELF_R_INFO(symmap[symnum], in renum_reloc_syms() 439 prel[j].r_info = ELF_R_INFO(symmap[symnum], in renum_reloc_syms()
|
/openbsd/sys/sys/ |
H A D | exec_elf.h | 778 #define ELF_R_INFO ELF32_R_INFO macro 806 #define ELF_R_INFO ELF64_R_INFO macro
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elfcode.h | 124 #define ELF_R_INFO(X,Y) ELF64_R_INFO(X,Y) macro 132 #define ELF_R_INFO(X,Y) ELF32_R_INFO(X,Y) macro 907 src_rela.r_info = ELF_R_INFO (n, ptr->howto->type); in elf_write_relocs()
|
H A D | elfxx-mips.c | 634 #define ELF_R_INFO(bfd, s, t) \ macro 642 #define ELF_R_INFO(bfd, s, t) \ macro 3974 outrel[0].r_info = ELF_R_INFO (output_bfd, (unsigned long) indx, in mips_elf_create_dynamic_relocation() 3988 outrel[1].r_info = ELF_R_INFO (output_bfd, 0, in mips_elf_create_dynamic_relocation() 3992 outrel[2].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_NONE); in mips_elf_create_dynamic_relocation() 6713 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_64); in _bfd_mips_elf_finish_dynamic_symbol() 6715 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_32); in _bfd_mips_elf_finish_dynamic_symbol() 7007 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_REL32); in _bfd_mips_elf_finish_dynamic_sections()
|
H A D | ChangeLog | 342 vars and use instead of ELF_R_INFO and ELF_R_TYPE macros. 362 ELF_R_TYPE and ELF_R_INFO macros. 364 based on size rather than using ELF_R_INFO.
|
H A D | elflink.h | 4886 irela[j].r_info = ELF_R_INFO ((*rel_hash)->indx, 7091 = ELF_R_INFO (0, ELF_R_TYPE (rel->r_info)); 7334 irela->r_info = ELF_R_INFO (r_symndx, 7552 irel[0].r_info = ELF_R_INFO (indx, howto->type); 7808 outrel[0].r_info = ELF_R_INFO (0, relative_reloc);
|
H A D | ChangeLog-9193 | 3075 * elfcode.h (ELF_R_INFO, ELF_R_SYM): Define as 32- or 64-bit
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elfcode.h | 126 #define ELF_R_INFO(X,Y) ELF64_R_INFO(X,Y) macro 134 #define ELF_R_INFO(X,Y) ELF32_R_INFO(X,Y) macro 989 src_rela.r_info = ELF_R_INFO (n, ptr->howto->type); in elf_write_relocs()
|
H A D | elfxx-mips.c | 667 #define ELF_R_INFO(bfd, s, t) \ macro 675 #define ELF_R_INFO(bfd, s, t) \ macro 2185 rel[0].r_info = ELF_R_INFO (output_bfd, indx, r_type); in mips_elf_output_dynamic_relocation() 4837 outrel[0].r_info = ELF_R_INFO (output_bfd, (unsigned long) indx, in mips_elf_create_dynamic_relocation() 4852 outrel[1].r_info = ELF_R_INFO (output_bfd, 0, in mips_elf_create_dynamic_relocation() 4856 outrel[2].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_NONE); in mips_elf_create_dynamic_relocation() 8202 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_64); in _bfd_mips_elf_finish_dynamic_symbol() 8204 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_32); in _bfd_mips_elf_finish_dynamic_symbol() 8839 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_REL32); in _bfd_mips_elf_finish_dynamic_sections()
|
H A D | ChangeLog-2004 | 3985 vars and use instead of ELF_R_INFO and ELF_R_TYPE macros. 4005 ELF_R_TYPE and ELF_R_INFO macros. 4007 based on size rather than using ELF_R_INFO.
|
H A D | ChangeLog-9193 | 3075 * elfcode.h (ELF_R_INFO, ELF_R_SYM): Define as 32- or 64-bit
|