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

  /src/external/gpl3/binutils/dist/bfd/
elf32-nds32.c 12845 Elf_Internal_Rela *begin_rel = NULL;
12895 if (begin_rel)
12899 begin_rel = irel;
12913 if (begin_rel == NULL)
12933 begin_rel->r_addend |= R_NDS32_RELAX_REGION_NOT_OMIT_FP_FLAG;
12934 begin_rel->r_addend &= ~R_NDS32_RELAX_REGION_OMIT_FP_FLAG;
12938 begin_rel = NULL;
12945 dist = best_fag->relas[0] - begin_rel;
12949 begin_rel->r_addend &= (0x1 << 16) - 1;
12950 begin_rel->r_addend |= dist << 16
12838 Elf_Internal_Rela *begin_rel = NULL; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-nds32.c 12848 Elf_Internal_Rela *begin_rel = NULL;
12898 if (begin_rel)
12902 begin_rel = irel;
12916 if (begin_rel == NULL)
12936 begin_rel->r_addend |= R_NDS32_RELAX_REGION_NOT_OMIT_FP_FLAG;
12937 begin_rel->r_addend &= ~R_NDS32_RELAX_REGION_OMIT_FP_FLAG;
12941 begin_rel = NULL;
12948 dist = best_fag->relas[0] - begin_rel;
12952 begin_rel->r_addend &= (0x1 << 16) - 1;
12953 begin_rel->r_addend |= dist << 16
12841 Elf_Internal_Rela *begin_rel = NULL; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-nds32.c 12841 Elf_Internal_Rela *begin_rel = NULL;
12891 if (begin_rel)
12895 begin_rel = irel;
12909 if (begin_rel == NULL)
12929 begin_rel->r_addend |= R_NDS32_RELAX_REGION_NOT_OMIT_FP_FLAG;
12930 begin_rel->r_addend &= ~R_NDS32_RELAX_REGION_OMIT_FP_FLAG;
12934 begin_rel = NULL;
12941 dist = best_fag->relas[0] - begin_rel;
12945 begin_rel->r_addend &= (0x1 << 16) - 1;
12946 begin_rel->r_addend |= dist << 16
12834 Elf_Internal_Rela *begin_rel = NULL; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-nds32.c 12847 Elf_Internal_Rela *begin_rel = NULL;
12897 if (begin_rel)
12901 begin_rel = irel;
12915 if (begin_rel == NULL)
12935 begin_rel->r_addend |= R_NDS32_RELAX_REGION_NOT_OMIT_FP_FLAG;
12936 begin_rel->r_addend &= ~R_NDS32_RELAX_REGION_OMIT_FP_FLAG;
12940 begin_rel = NULL;
12947 dist = best_fag->relas[0] - begin_rel;
12951 begin_rel->r_addend &= (0x1 << 16) - 1;
12952 begin_rel->r_addend |= dist << 16
12840 Elf_Internal_Rela *begin_rel = NULL; local
    [all...]

Completed in 42 milliseconds