HomeSort by: relevance | last modified time | path
    Searched defs:global_got_area (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,
410 unsigned int global_got_area : 2; member in struct:mips_elf_link_hash_entry
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);
4094 switch (h->global_got_area)
4209 if (tls_type == GOT_TLS_NONE && hmips->global_got_area > GGA_NORMAL)
4210 hmips->global_got_area = GGA_NORMAL;
4389 BFD_ASSERT (h->global_got_area == GGA_NONE);
4680 the global part of the primary GOT, setting global_got_area accordingly
    [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,
392 unsigned int global_got_area : 2; member in struct:mips_elf_link_hash_entry
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);
4071 switch (h->global_got_area)
4186 if (tls_type == GOT_TLS_NONE && hmips->global_got_area > GGA_NORMAL)
4187 hmips->global_got_area = GGA_NORMAL;
4366 BFD_ASSERT (h->global_got_area == GGA_NONE);
4660 the global part of the primary GOT, setting global_got_area accordingly
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 92 is in the local area if h->global_got_area is GGA_NONE,
392 unsigned int global_got_area : 2; member in struct:mips_elf_link_hash_entry
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);
4025 switch (h->global_got_area)
4140 if (tls_type == GOT_TLS_NONE && hmips->global_got_area > GGA_NORMAL)
4141 hmips->global_got_area = GGA_NORMAL;
4320 BFD_ASSERT (h->global_got_area == GGA_NONE);
4614 the global part of the primary GOT, setting global_got_area accordingly
    [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,
392 unsigned int global_got_area : 2; member in struct:mips_elf_link_hash_entry
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);
4032 switch (h->global_got_area)
4147 if (tls_type == GOT_TLS_NONE && hmips->global_got_area > GGA_NORMAL)
4148 hmips->global_got_area = GGA_NORMAL;
4327 BFD_ASSERT (h->global_got_area == GGA_NONE);
4621 the global part of the primary GOT, setting global_got_area accordingly
    [all...]

Completed in 48 milliseconds