HomeSort by: relevance | last modified time | path
    Searched defs:ELF_R_INFO (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elfcode.h 130 #define ELF_R_INFO(X,Y) ELF64_R_INFO(X,Y)
138 #define ELF_R_INFO(X,Y) ELF32_R_INFO(X,Y)
1068 src_rela.r_info = ELF_R_INFO (n, ptr->howto->type);
2038 /* Function for ELF_R_INFO. */
2043 return ELF_R_INFO (sym, type);
elfxx-mips.c 999 #define ELF_R_INFO(bfd, s, t) \
1007 #define ELF_R_INFO(bfd, s, t) \
3525 rel[0].r_info = ELF_R_INFO (output_bfd, indx, r_type);
6975 outrel[0].r_info = ELF_R_INFO (output_bfd, (unsigned long) indx,
6990 outrel[1].r_info = ELF_R_INFO (output_bfd, 0,
6994 outrel[2].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_NONE);
11523 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_64);
11525 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_32);
12305 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_REL32);
  /src/external/gpl3/binutils.old/dist/bfd/
elfcode.h 130 #define ELF_R_INFO(X,Y) ELF64_R_INFO(X,Y)
138 #define ELF_R_INFO(X,Y) ELF32_R_INFO(X,Y)
1069 src_rela.r_info = ELF_R_INFO (n, ptr->howto->type);
2039 /* Function for ELF_R_INFO. */
2044 return ELF_R_INFO (sym, type);
elfxx-mips.c 998 #define ELF_R_INFO(bfd, s, t) \
1006 #define ELF_R_INFO(bfd, s, t) \
3501 rel[0].r_info = ELF_R_INFO (output_bfd, indx, r_type);
6955 outrel[0].r_info = ELF_R_INFO (output_bfd, (unsigned long) indx,
6970 outrel[1].r_info = ELF_R_INFO (output_bfd, 0,
6974 outrel[2].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_NONE);
11498 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_64);
11500 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_32);
12279 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_REL32);
  /src/external/gpl3/gdb/dist/bfd/
elfcode.h 130 #define ELF_R_INFO(X,Y) ELF64_R_INFO(X,Y)
138 #define ELF_R_INFO(X,Y) ELF32_R_INFO(X,Y)
1069 src_rela.r_info = ELF_R_INFO (n, ptr->howto->type);
2039 /* Function for ELF_R_INFO. */
2044 return ELF_R_INFO (sym, type);
elfxx-mips.c 998 #define ELF_R_INFO(bfd, s, t) \
1006 #define ELF_R_INFO(bfd, s, t) \
3455 rel[0].r_info = ELF_R_INFO (output_bfd, indx, r_type);
6909 outrel[0].r_info = ELF_R_INFO (output_bfd, (unsigned long) indx,
6924 outrel[1].r_info = ELF_R_INFO (output_bfd, 0,
6928 outrel[2].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_NONE);
11393 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_64);
11395 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_32);
12174 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_REL32);
  /src/external/gpl3/gdb.old/dist/bfd/
elfcode.h 130 #define ELF_R_INFO(X,Y) ELF64_R_INFO(X,Y)
138 #define ELF_R_INFO(X,Y) ELF32_R_INFO(X,Y)
1069 src_rela.r_info = ELF_R_INFO (n, ptr->howto->type);
2038 /* Function for ELF_R_INFO. */
2043 return ELF_R_INFO (sym, type);
elfxx-mips.c 1000 #define ELF_R_INFO(bfd, s, t) \
1008 #define ELF_R_INFO(bfd, s, t) \
3462 rel[0].r_info = ELF_R_INFO (output_bfd, indx, r_type);
6916 outrel[0].r_info = ELF_R_INFO (output_bfd, (unsigned long) indx,
6931 outrel[1].r_info = ELF_R_INFO (output_bfd, 0,
6935 outrel[2].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_NONE);
11406 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_64);
11408 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_32);
12187 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_REL32);

Completed in 84 milliseconds