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

  /src/external/gpl3/binutils/dist/bfd/
elfxx-mips.c 5046 struct mips_elf_got_per_bfd_arg got_per_bfd_arg;
5058 got_per_bfd_arg.obfd = abfd;
5059 got_per_bfd_arg.info = info;
5060 got_per_bfd_arg.current = NULL;
5061 got_per_bfd_arg.primary = NULL;
5062 got_per_bfd_arg.max_count = ((MIPS_ELF_GOT_MAX_SIZE (info)
5065 got_per_bfd_arg.max_pages = pages;
5069 got_per_bfd_arg.global_count = g->global_gotno;
5077 if (gg && !mips_elf_merge_got (ibfd, gg, &got_per_bfd_arg))
5082 if (got_per_bfd_arg.primary == NULL
5029 struct mips_elf_got_per_bfd_arg got_per_bfd_arg; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-mips.c 5026 struct mips_elf_got_per_bfd_arg got_per_bfd_arg;
5038 got_per_bfd_arg.obfd = abfd;
5039 got_per_bfd_arg.info = info;
5040 got_per_bfd_arg.current = NULL;
5041 got_per_bfd_arg.primary = NULL;
5042 got_per_bfd_arg.max_count = ((MIPS_ELF_GOT_MAX_SIZE (info)
5045 got_per_bfd_arg.max_pages = pages;
5049 got_per_bfd_arg.global_count = g->global_gotno;
5057 if (gg && !mips_elf_merge_got (ibfd, gg, &got_per_bfd_arg))
5062 if (got_per_bfd_arg.primary == NULL
5009 struct mips_elf_got_per_bfd_arg got_per_bfd_arg; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elfxx-mips.c 4980 struct mips_elf_got_per_bfd_arg got_per_bfd_arg;
4992 got_per_bfd_arg.obfd = abfd;
4993 got_per_bfd_arg.info = info;
4994 got_per_bfd_arg.current = NULL;
4995 got_per_bfd_arg.primary = NULL;
4996 got_per_bfd_arg.max_count = ((MIPS_ELF_GOT_MAX_SIZE (info)
4999 got_per_bfd_arg.max_pages = pages;
5003 got_per_bfd_arg.global_count = g->global_gotno;
5011 if (gg && !mips_elf_merge_got (ibfd, gg, &got_per_bfd_arg))
5016 if (got_per_bfd_arg.primary == NULL
4963 struct mips_elf_got_per_bfd_arg got_per_bfd_arg; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-mips.c 4987 struct mips_elf_got_per_bfd_arg got_per_bfd_arg;
4999 got_per_bfd_arg.obfd = abfd;
5000 got_per_bfd_arg.info = info;
5001 got_per_bfd_arg.current = NULL;
5002 got_per_bfd_arg.primary = NULL;
5003 got_per_bfd_arg.max_count = ((MIPS_ELF_GOT_MAX_SIZE (info)
5006 got_per_bfd_arg.max_pages = pages;
5010 got_per_bfd_arg.global_count = g->global_gotno;
5018 if (gg && !mips_elf_merge_got (ibfd, gg, &got_per_bfd_arg))
5023 if (got_per_bfd_arg.primary == NULL
4970 struct mips_elf_got_per_bfd_arg got_per_bfd_arg; local
    [all...]

Completed in 28 milliseconds