Searched refs:ELF64_R_TYPE_DATA (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/libelf/dist/
H A Dgelf.h71 #define GELF_R_TYPE_DATA ELF64_R_TYPE_DATA
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/elf/
H A Dsparc.h177 #define ELF64_R_TYPE_DATA(info) \ macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/elf/
H A Dsparc.h177 #define ELF64_R_TYPE_DATA(info) \ macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf64-sparc.c51 has secondary addend in ELF64_R_TYPE_DATA. We handle it as two relocations
126 relent->addend = ELF64_R_TYPE_DATA (rela.r_info);
787 ELF64_R_TYPE_DATA field. This structure is used to redirect the
H A Delfxx-sparc.c721 ELF64_R_TYPE_INFO (ELF64_R_TYPE_DATA (in_rel->r_info),
3829 relocation = (relocation & 0x3ff) + ELF64_R_TYPE_DATA (rel->r_info);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf64-sparc.c51 has secondary addend in ELF64_R_TYPE_DATA. We handle it as two relocations
126 relent->addend = ELF64_R_TYPE_DATA (rela.r_info);
787 ELF64_R_TYPE_DATA field. This structure is used to redirect the
H A Delfxx-sparc.c721 ELF64_R_TYPE_INFO (ELF64_R_TYPE_DATA (in_rel->r_info),
3828 relocation = (relocation & 0x3ff) + ELF64_R_TYPE_DATA (rel->r_info);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c1361 printf (" + %lx", (unsigned long) ELF64_R_TYPE_DATA (inf));

Completed in 144 milliseconds