Searched defs:ELF_R_INFO (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elfcode.h | 124 #define ELF_R_INFO(X,Y) ELF64_R_INFO(X,Y) macro 132 #define ELF_R_INFO(X,Y) ELF32_R_INFO(X,Y) macro
|
H A D | elfxx-mips.c | 634 #define ELF_R_INFO(bfd, s, t) \ macro 642 #define ELF_R_INFO(bfd, s, t) \ macro
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elfcode.h | 126 #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
|
H A D | elfxx-mips.c | 667 #define ELF_R_INFO(bfd, s, t) \ macro 675 #define ELF_R_INFO(bfd, s, t) \ macro
|
/openbsd/sys/sys/ |
H A D | exec_elf.h | 776 #define ELF_R_INFO ELF32_R_INFO macro 804 #define ELF_R_INFO ELF64_R_INFO macro
|