Searched refs:r_info (Results 1 – 3 of 3) sorted by relevance
60 #define ELF_MIPS_R_SYM(rel) ELF32_R_SYM(rel.r_info)61 #define ELF_MIPS_R_TYPE(rel) ELF32_R_TYPE(rel.r_info)
546 Elf32_Word r_info; /* index & type of relocation */ member551 Elf32_Word r_info; /* index & type of relocation */ member562 Elf64_Xword r_info; /* index & type of relocation */ member567 Elf64_Xword r_info; /* index & type of relocation */ member
858 unsigned type = ELF32_R_TYPE(rel->r_info); in soinfo_relocate()859 unsigned sym = ELF32_R_SYM(rel->r_info); in soinfo_relocate()