Searched refs:r_info (Results 1 – 2 of 2) sorted by relevance
166 Elf32_Word r_info; member171 Elf64_Xword r_info; member176 Elf32_Word r_info; member182 Elf64_Xword r_info; member
940 unsigned type = ELFW(R_TYPE)(rela->r_info); in soinfo_relocate()941 unsigned sym = ELFW(R_SYM)(rela->r_info); in soinfo_relocate()1204 unsigned type = ELFW(R_TYPE)(rel->r_info); in soinfo_relocate()1206 unsigned sym = ELFW(R_SYM)(rel->r_info); in soinfo_relocate()1350 if (ELF64_R_TYPE2(rel->r_info) != R_MIPS_64 || in soinfo_relocate()1351 ELF64_R_TYPE3(rel->r_info) != R_MIPS_NONE) { in soinfo_relocate()1353 type, (unsigned)ELF64_R_TYPE2(rel->r_info), in soinfo_relocate()1354 (unsigned)ELF64_R_TYPE3(rel->r_info), rel, idx); in soinfo_relocate()