Lines Matching defs:r_info
1442 static void get_rel_type_and_sym(struct elf_info *elf, uint64_t r_info,
1456 Elf64_Mips_R_Info *mips64_r_info = (void *)&r_info;
1464 Elf64_Xword r_info64 = r_info;
1466 r_info = TO_NATIVE(r_info64);
1468 Elf32_Word r_info32 = r_info;
1470 r_info = TO_NATIVE(r_info32);
1473 *r_type = ELF_R_TYPE(r_info);
1474 *r_sym = ELF_R_SYM(r_info);
1496 get_rel_type_and_sym(elf, rela->r_info, &r_type, &r_sym);
1539 get_rel_type_and_sym(elf, rel->r_info, &r_type, &r_sym);