Searched refs:trel (Results 1 – 1 of 1) sorted by relevance
1994 Elf_Internal_Rela * trel; in mn10300_elf_relocate_section() local2051 for (trel = rel+1; trel < relend; trel++) in mn10300_elf_relocate_section()2052 if ((ELF32_R_TYPE (trel->r_info) == R_MN10300_PLT32 in mn10300_elf_relocate_section()2053 || ELF32_R_TYPE (trel->r_info) == R_MN10300_PCREL32) in mn10300_elf_relocate_section()2054 && rel->r_offset + had_plt == trel->r_offset) in mn10300_elf_relocate_section()2055 trel->r_info = ELF32_R_INFO (0, R_MN10300_NONE); in mn10300_elf_relocate_section()