Searched refs:ELF_R_TYPE (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/dtrace-147/sys/
H A Dmachelf.h72 #define ELF_R_TYPE ELF64_R_TYPE macro
117 #define ELF_R_TYPE ELF32_R_TYPE macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf-hppa.h30 #define ELF_R_TYPE(X) ELF64_R_TYPE(X) macro
38 #define ELF_R_TYPE(X) ELF32_R_TYPE(X) macro
988 BFD_ASSERT (ELF_R_TYPE (elf_reloc->r_info)
990 bfd_reloc->howto = &elf_hppa_howto_table[ELF_R_TYPE (elf_reloc->r_info)];
1000 BFD_ASSERT (ELF_R_TYPE (elf_reloc->r_info)
1002 bfd_reloc->howto = &elf_hppa_howto_table[ELF_R_TYPE (elf_reloc->r_info)];
1551 reloc_howto_type *howto = elf_hppa_howto_table + ELF_R_TYPE (rel->r_info);
2111 reloc_howto_type *howto = elf_hppa_howto_table + ELF_R_TYPE (rel->r_info);
2123 r_type = ELF_R_TYPE (rel->r_info);
H A Delfxx-mips.c663 #define ELF_R_TYPE(bfd, i) \
671 #define ELF_R_TYPE(bfd, i) \
3625 if (ELF_R_TYPE (abfd, relocation->r_info) == r_type
3946 r_type = ELF_R_TYPE (input_bfd, relocation->r_info);
4651 int r_type = ELF_R_TYPE (input_bfd, relocation->r_info);
4798 r_type = ELF_R_TYPE (output_bfd, rel->r_info);
6220 && ELF_R_TYPE (abfd, r->r_info) != R_MIPS16_26)
6336 && ELF_R_TYPE (abfd, r->r_info) == R_MIPS16_26)
6441 r_type = ELF_R_TYPE (abfd, rel->r_info);
6830 r_type = ELF_R_TYPE (abf
661 #define ELF_R_TYPE macro
669 #define ELF_R_TYPE macro
[all...]
H A Delfcode.h128 #define ELF_R_TYPE(X) ELF64_R_TYPE(X) macro
136 #define ELF_R_TYPE(X) ELF32_R_TYPE(X) macro

Completed in 85 milliseconds