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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 92 is in the local area if h->global_got_area is GGA_NONE,
275 values are more general than higher values. Also, non-GGA_NONE
279 #define GGA_NONE 2
1365 ret->global_got_area = GGA_NONE;
3494 else if (entry->d.h->global_got_area == GGA_NONE)
3907 BFD_ASSERT (h == NULL || h->global_got_area == GGA_NONE);
4096 case GGA_NONE:
4389 BFD_ASSERT (h->global_got_area == GGA_NONE);
4694 if (h->global_got_area != GGA_NONE)
4702 h->global_got_area = GGA_NONE;
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 92 is in the local area if h->global_got_area is GGA_NONE,
257 values are more general than higher values. Also, non-GGA_NONE
261 #define GGA_NONE 2
1364 ret->global_got_area = GGA_NONE;
3481 else if (entry->symndx >= 0 || entry->d.h->global_got_area == GGA_NONE)
3883 BFD_ASSERT (h == NULL || h->global_got_area == GGA_NONE);
4073 case GGA_NONE:
4366 BFD_ASSERT (h->global_got_area == GGA_NONE);
4674 if (h->global_got_area != GGA_NONE)
4682 h->global_got_area = GGA_NONE;
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 92 is in the local area if h->global_got_area is GGA_NONE,
257 values are more general than higher values. Also, non-GGA_NONE
261 #define GGA_NONE 2
1364 ret->global_got_area = GGA_NONE;
3435 else if (entry->symndx >= 0 || entry->d.h->global_got_area == GGA_NONE)
3837 BFD_ASSERT (h == NULL || h->global_got_area == GGA_NONE);
4027 case GGA_NONE:
4320 BFD_ASSERT (h->global_got_area == GGA_NONE);
4628 if (h->global_got_area != GGA_NONE)
4636 h->global_got_area = GGA_NONE;
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 92 is in the local area if h->global_got_area is GGA_NONE,
257 values are more general than higher values. Also, non-GGA_NONE
261 #define GGA_NONE 2
1366 ret->global_got_area = GGA_NONE;
3442 else if (entry->symndx >= 0 || entry->d.h->global_got_area == GGA_NONE)
3844 BFD_ASSERT (h == NULL || h->global_got_area == GGA_NONE);
4034 case GGA_NONE:
4327 BFD_ASSERT (h->global_got_area == GGA_NONE);
4635 if (h->global_got_area != GGA_NONE)
4643 h->global_got_area = GGA_NONE;
    [all...]

Completed in 46 milliseconds