Searched refs:ELF_R_INFO (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elfcode.h | 131 #define ELF_R_INFO(X,Y) ELF64_R_INFO(X,Y) macro 139 #define ELF_R_INFO(X,Y) ELF32_R_INFO(X,Y) macro 961 src_rela.r_info = ELF_R_INFO (n, ptr->howto->type); in elf_write_relocs() 1865 return ELF_R_INFO (sym, type); in NAME()
|
D | elfxx-mips.c | 966 #define ELF_R_INFO(bfd, s, t) \ macro 974 #define ELF_R_INFO(bfd, s, t) \ macro 3305 rel[0].r_info = ELF_R_INFO (output_bfd, indx, r_type); in mips_elf_output_dynamic_relocation() 6486 outrel[0].r_info = ELF_R_INFO (output_bfd, (unsigned long) indx, in mips_elf_create_dynamic_relocation() 6501 outrel[1].r_info = ELF_R_INFO (output_bfd, 0, in mips_elf_create_dynamic_relocation() 6505 outrel[2].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_NONE); in mips_elf_create_dynamic_relocation() 10912 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_64); in _bfd_mips_elf_finish_dynamic_symbol() 10914 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_32); in _bfd_mips_elf_finish_dynamic_symbol() 11675 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_REL32); in _bfd_mips_elf_finish_dynamic_sections()
|
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.
|
D | ChangeLog-9193 | 3075 * elfcode.h (ELF_R_INFO, ELF_R_SYM): Define as 32- or 64-bit
|