Home
last modified time | relevance | path

Searched refs:gofarg (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delflink.c13290 struct alloc_got_off_arg *gofarg = (struct alloc_got_off_arg *) arg; in elf_gc_allocate_got_offsets() local
13291 bfd *obfd = gofarg->info->output_bfd; in elf_gc_allocate_got_offsets()
13296 h->got.offset = gofarg->gotoff; in elf_gc_allocate_got_offsets()
13297 gofarg->gotoff += bed->got_elt_size (obfd, gofarg->info, h, NULL, 0); in elf_gc_allocate_got_offsets()
13315 struct alloc_got_off_arg gofarg; in bfd_elf_gc_common_finalize_got_offsets() local
13363 gofarg.gotoff = gotoff; in bfd_elf_gc_common_finalize_got_offsets()
13364 gofarg.info = info; in bfd_elf_gc_common_finalize_got_offsets()
13367 &gofarg); in bfd_elf_gc_common_finalize_got_offsets()
DChangeLog-2008418 to get the element size instead of using a gofarg entry.