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

/freebsd-11-stable/contrib/binutils/include/elf/
H A Dsparc.h165 #define ELF64_R_TYPE_DATA(info) \ macro
/freebsd-11-stable/sys/sys/
H A Delf64.h162 #define ELF64_R_TYPE_DATA(info) (((Elf64_Xword)(info)<<32)>>40) macro
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dgelf.h62 #define GELF_R_TYPE_DATA ELF64_R_TYPE_DATA
/freebsd-11-stable/sys/sparc64/sparc64/
H A Delf_machdep.c389 value = (value & 0x3ff) + ELF64_R_TYPE_DATA(rela->r_info);
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-sparc.c50 has secondary addend in ELF64_R_TYPE_DATA. We handle it as two relocations
125 relent->addend = ELF64_R_TYPE_DATA (rela.r_info);
779 ELF64_R_TYPE_DATA field. This structure is used to redirect the
H A Delfxx-sparc.c555 ELF64_R_TYPE_INFO (ELF64_R_TYPE_DATA (in_rel->r_info),
3281 relocation = (relocation & 0x3ff) + ELF64_R_TYPE_DATA (rel->r_info);
/freebsd-11-stable/libexec/rtld-elf/sparc64/
H A Dreloc.c425 value = (value & 0x3ff) + ELF64_R_TYPE_DATA(rela->r_info);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dreadelf.c1311 printf (" + %lx", (unsigned long) ELF64_R_TYPE_DATA (info));

Completed in 196 milliseconds