HomeSort by: relevance | last modified time | path
    Searched defs:tmp2_rel (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-nds32.c 11867 Elf_Internal_Rela *tmp_rel, *tmp2_rel = NULL;
11932 for (tmp2_rel = label_rel; tmp2_rel < tmp_rel; tmp2_rel++)
11934 if (tmp2_rel->r_offset == tmp_rel->r_offset)
11937 if (ELF32_R_TYPE (tmp2_rel->r_info) == R_NDS32_LABEL
11938 && tmp2_rel->r_addend < 2)
11939 tmp2_rel->r_info =
11940 ELF32_R_INFO (ELF32_R_SYM (tmp2_rel->r_info),
11861 Elf_Internal_Rela *tmp_rel, *tmp2_rel = NULL; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-nds32.c 11870 Elf_Internal_Rela *tmp_rel, *tmp2_rel = NULL;
11935 for (tmp2_rel = label_rel; tmp2_rel < tmp_rel; tmp2_rel++)
11937 if (tmp2_rel->r_offset == tmp_rel->r_offset)
11940 if (ELF32_R_TYPE (tmp2_rel->r_info) == R_NDS32_LABEL
11941 && tmp2_rel->r_addend < 2)
11942 tmp2_rel->r_info =
11943 ELF32_R_INFO (ELF32_R_SYM (tmp2_rel->r_info),
11864 Elf_Internal_Rela *tmp_rel, *tmp2_rel = NULL; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-nds32.c 11863 Elf_Internal_Rela *tmp_rel, *tmp2_rel = NULL;
11928 for (tmp2_rel = label_rel; tmp2_rel < tmp_rel; tmp2_rel++)
11930 if (tmp2_rel->r_offset == tmp_rel->r_offset)
11933 if (ELF32_R_TYPE (tmp2_rel->r_info) == R_NDS32_LABEL
11934 && tmp2_rel->r_addend < 2)
11935 tmp2_rel->r_info =
11936 ELF32_R_INFO (ELF32_R_SYM (tmp2_rel->r_info),
11857 Elf_Internal_Rela *tmp_rel, *tmp2_rel = NULL; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-nds32.c 11865 Elf_Internal_Rela *tmp_rel, *tmp2_rel = NULL;
11930 for (tmp2_rel = label_rel; tmp2_rel < tmp_rel; tmp2_rel++)
11932 if (tmp2_rel->r_offset == tmp_rel->r_offset)
11935 if (ELF32_R_TYPE (tmp2_rel->r_info) == R_NDS32_LABEL
11936 && tmp2_rel->r_addend < 2)
11937 tmp2_rel->r_info =
11938 ELF32_R_INFO (ELF32_R_SYM (tmp2_rel->r_info),
11859 Elf_Internal_Rela *tmp_rel, *tmp2_rel = NULL; local

Completed in 76 milliseconds