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

  /src/external/gpl3/binutils/dist/bfd/
ecoff.c 2766 section_symndx [] =
2787 for (j = 0; j < ARRAY_SIZE (section_symndx); j++)
2788 if (streq (name, section_symndx[j].name))
2790 in.r_symndx = section_symndx[j].r_symndx;
2794 if (j == ARRAY_SIZE (section_symndx))
4078 section_symndx [] =
4099 for (i = 0; i < ARRAY_SIZE (section_symndx); i++)
4100 if (streq (name, section_symndx[i].name))
4102 in.r_symndx = section_symndx[i].r_symndx;
4106 if (i == ARRAY_SIZE (section_symndx))
2759 section_symndx [] = local
4068 section_symndx [] = local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
ecoff.c 2756 section_symndx [] =
2777 for (j = 0; j < ARRAY_SIZE (section_symndx); j++)
2778 if (streq (name, section_symndx[j].name))
2780 in.r_symndx = section_symndx[j].r_symndx;
2784 if (j == ARRAY_SIZE (section_symndx))
4068 section_symndx [] =
4089 for (i = 0; i < ARRAY_SIZE (section_symndx); i++)
4090 if (streq (name, section_symndx[i].name))
4092 in.r_symndx = section_symndx[i].r_symndx;
4096 if (i == ARRAY_SIZE (section_symndx))
2749 section_symndx [] = local
4058 section_symndx [] = local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
ecoff.c 2768 section_symndx [] =
2789 for (j = 0; j < ARRAY_SIZE (section_symndx); j++)
2790 if (streq (name, section_symndx[j].name))
2792 in.r_symndx = section_symndx[j].r_symndx;
2796 if (j == ARRAY_SIZE (section_symndx))
4080 section_symndx [] =
4101 for (i = 0; i < ARRAY_SIZE (section_symndx); i++)
4102 if (streq (name, section_symndx[i].name))
4104 in.r_symndx = section_symndx[i].r_symndx;
4108 if (i == ARRAY_SIZE (section_symndx))
2761 section_symndx [] = local
4070 section_symndx [] = local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
ecoff.c 2765 section_symndx [] =
2786 for (j = 0; j < ARRAY_SIZE (section_symndx); j++)
2787 if (streq (name, section_symndx[j].name))
2789 in.r_symndx = section_symndx[j].r_symndx;
2793 if (j == ARRAY_SIZE (section_symndx))
4077 section_symndx [] =
4098 for (i = 0; i < ARRAY_SIZE (section_symndx); i++)
4099 if (streq (name, section_symndx[i].name))
4101 in.r_symndx = section_symndx[i].r_symndx;
4105 if (i == ARRAY_SIZE (section_symndx))
2758 section_symndx [] = local
4067 section_symndx [] = local
    [all...]

Completed in 22 milliseconds