Searched refs:ELF_R_INFO (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/dtrace-147/sys/
H A Dmachelf.h75 #define ELF_R_INFO ELF64_R_INFO macro
120 #define ELF_R_INFO ELF32_R_INFO macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delfcode.h126 #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
983 src_rela.r_info = ELF_R_INFO (n, ptr->howto->type);
H A Delfxx-mips.c665 #define ELF_R_INFO(bfd, s, t) \
673 #define ELF_R_INFO(bfd, s, t) \
2218 rel[0].r_info = ELF_R_INFO (output_bfd, indx, r_type);
4896 outrel[0].r_info = ELF_R_INFO (output_bfd, (unsigned long) indx,
4911 outrel[1].r_info = ELF_R_INFO (output_bfd, 0,
4915 outrel[2].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_NONE);
8304 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_64);
8306 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_32);
8930 rel[0].r_info = ELF_R_INFO (output_bfd, 0, R_MIPS_REL32);
663 #define ELF_R_INFO macro
671 #define ELF_R_INFO macro

Completed in 148 milliseconds