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

  /src/external/gpl3/binutils/dist/bfd/
elflink.c 15062 struct alloc_got_off_arg *gofarg = (struct alloc_got_off_arg *) arg;
15063 bfd *obfd = gofarg->info->output_bfd;
15068 h->got.offset = gofarg->gotoff;
15069 gofarg->gotoff += bed->got_elt_size (obfd, gofarg->info, h, NULL, 0);
15087 struct alloc_got_off_arg gofarg;
15135 gofarg.gotoff = gotoff;
15136 gofarg.info = info;
15139 &gofarg);
15047 struct alloc_got_off_arg *gofarg = (struct alloc_got_off_arg *) arg; local
15072 struct alloc_got_off_arg gofarg; local
15124 &gofarg); local
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 15027 struct alloc_got_off_arg *gofarg = (struct alloc_got_off_arg *) arg;
15028 bfd *obfd = gofarg->info->output_bfd;
15033 h->got.offset = gofarg->gotoff;
15034 gofarg->gotoff += bed->got_elt_size (obfd, gofarg->info, h, NULL, 0);
15052 struct alloc_got_off_arg gofarg;
15100 gofarg.gotoff = gotoff;
15101 gofarg.info = info;
15104 &gofarg);
15012 struct alloc_got_off_arg *gofarg = (struct alloc_got_off_arg *) arg; local
15037 struct alloc_got_off_arg gofarg; local
15089 &gofarg); local
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 15006 struct alloc_got_off_arg *gofarg = (struct alloc_got_off_arg *) arg;
15007 bfd *obfd = gofarg->info->output_bfd;
15012 h->got.offset = gofarg->gotoff;
15013 gofarg->gotoff += bed->got_elt_size (obfd, gofarg->info, h, NULL, 0);
15031 struct alloc_got_off_arg gofarg;
15079 gofarg.gotoff = gotoff;
15080 gofarg.info = info;
15083 &gofarg);
14991 struct alloc_got_off_arg *gofarg = (struct alloc_got_off_arg *) arg; local
15016 struct alloc_got_off_arg gofarg; local
15068 &gofarg); local
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 14984 struct alloc_got_off_arg *gofarg = (struct alloc_got_off_arg *) arg;
14985 bfd *obfd = gofarg->info->output_bfd;
14990 h->got.offset = gofarg->gotoff;
14991 gofarg->gotoff += bed->got_elt_size (obfd, gofarg->info, h, NULL, 0);
15009 struct alloc_got_off_arg gofarg;
15057 gofarg.gotoff = gotoff;
15058 gofarg.info = info;
15061 &gofarg);
14969 struct alloc_got_off_arg *gofarg = (struct alloc_got_off_arg *) arg; local
14994 struct alloc_got_off_arg gofarg; local
15046 &gofarg); local

Completed in 61 milliseconds