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

/macosx-10.10.1/dtrace-147/sys/
H A Dmachelf.h73 #define ELF_R_SYM ELF64_R_SYM macro
118 #define ELF_R_SYM ELF32_R_SYM macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delfcode.h127 #define ELF_R_SYM(X) ELF64_R_SYM(X) macro
135 #define ELF_R_SYM(X) ELF32_R_SYM(X) macro
1365 if (ELF_R_SYM (rela.r_info) == 0)
1367 else if (ELF_R_SYM (rela.r_info) > symcount)
1371 abfd->filename, asect->name, i, ELF_R_SYM (rela.r_info));
1378 ps = symbols + ELF_R_SYM (rela.r_info) - 1;
H A Delf-hppa.h31 #define ELF_R_SYM(X) ELF64_R_SYM(X) macro
39 #define ELF_R_SYM(X) ELF32_R_SYM(X) macro
2131 r_symndx = ELF_R_SYM (rel->r_info);
H A Delfxx-mips.c661 #define ELF_R_SYM(bfd, i) \
669 #define ELF_R_SYM(bfd, i) \
3621 unsigned long r_symndx = ELF_R_SYM (abfd, relocation->r_info);
3626 && ELF_R_SYM (abfd, relocation->r_info) == r_symndx)
3650 r_symndx = ELF_R_SYM (input_bfd, relocation->r_info);
3945 r_symndx = ELF_R_SYM (input_bfd, relocation->r_info);
6190 r_symndx = ELF_R_SYM (abfd, relocs->r_info);
6219 if (ELF_R_SYM (abfd, r->r_info) == r_symndx
6306 r_symndx = ELF_R_SYM (abfd, relocs->r_info);
6335 if (ELF_R_SYM (abf
659 #define ELF_R_SYM macro
667 #define ELF_R_SYM macro
[all...]

Completed in 260 milliseconds