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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 880 #define MIPS_ELF_GOT_SIZE(abfd) \
3593 got_offset2 = got_offset + MIPS_ELF_GOT_SIZE (abfd);
3646 + MIPS_ELF_GOT_SIZE (abfd));
3686 * MIPS_ELF_GOT_SIZE (info->output_bfd)));
3747 * MIPS_ELF_GOT_SIZE (obfd));
3966 lookup.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_low_gotno++;
3968 lookup.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_high_gotno--;
5035 * MIPS_ELF_GOT_SIZE (abfd);
5063 / MIPS_ELF_GOT_SIZE (abfd))
5152 tga.value = MIPS_ELF_GOT_SIZE (abfd)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 879 #define MIPS_ELF_GOT_SIZE(abfd) \
3569 got_offset2 = got_offset + MIPS_ELF_GOT_SIZE (abfd);
3622 + MIPS_ELF_GOT_SIZE (abfd));
3662 * MIPS_ELF_GOT_SIZE (info->output_bfd)));
3723 * MIPS_ELF_GOT_SIZE (obfd));
3942 lookup.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_low_gotno++;
3944 lookup.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_high_gotno--;
5015 * MIPS_ELF_GOT_SIZE (abfd);
5043 / MIPS_ELF_GOT_SIZE (abfd))
5132 tga.value = MIPS_ELF_GOT_SIZE (abfd)
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 879 #define MIPS_ELF_GOT_SIZE(abfd) \
3523 got_offset2 = got_offset + MIPS_ELF_GOT_SIZE (abfd);
3576 + MIPS_ELF_GOT_SIZE (abfd));
3616 * MIPS_ELF_GOT_SIZE (info->output_bfd)));
3677 * MIPS_ELF_GOT_SIZE (obfd));
3896 lookup.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_low_gotno++;
3898 lookup.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_high_gotno--;
4969 * MIPS_ELF_GOT_SIZE (abfd);
4997 / MIPS_ELF_GOT_SIZE (abfd))
5086 tga.value = MIPS_ELF_GOT_SIZE (abfd)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 881 #define MIPS_ELF_GOT_SIZE(abfd) \
3530 got_offset2 = got_offset + MIPS_ELF_GOT_SIZE (abfd);
3583 + MIPS_ELF_GOT_SIZE (abfd));
3623 * MIPS_ELF_GOT_SIZE (info->output_bfd)));
3684 * MIPS_ELF_GOT_SIZE (obfd));
3903 lookup.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_low_gotno++;
3905 lookup.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_high_gotno--;
4976 * MIPS_ELF_GOT_SIZE (abfd);
5004 / MIPS_ELF_GOT_SIZE (abfd))
5093 tga.value = MIPS_ELF_GOT_SIZE (abfd)
    [all...]

Completed in 77 milliseconds