Searched refs:gotoff (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/contrib/binutils-2.27/bfd/ |
| HD | elf32-or1k.c | 1110 bfd_vma gotoff; in or1k_elf_relocate_section() local 1121 gotoff = h->got.offset; in or1k_elf_relocate_section() 1126 gotoff = local_got_offsets[r_symndx]; in or1k_elf_relocate_section() 1131 if (gotoff & 1) in or1k_elf_relocate_section() 1133 relocation = sgot->output_offset + (gotoff & ~3); in or1k_elf_relocate_section() 1158 sgot->output_offset + gotoff + i*4; in or1k_elf_relocate_section() 1177 bfd_put_32 (output_bfd, 0, sgot->contents + gotoff + i*4); in or1k_elf_relocate_section() 1184 bfd_put_32 (output_bfd, 1, sgot->contents + gotoff); in or1k_elf_relocate_section() 1186 sgot->contents + gotoff + 4); in or1k_elf_relocate_section() 1193 sgot->output_offset + gotoff; in or1k_elf_relocate_section() [all …]
|
| HD | elflink.c | 13280 bfd_vma gotoff; member 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() 13314 bfd_vma gotoff; in bfd_elf_gc_common_finalize_got_offsets() local 13325 gotoff = 0; in bfd_elf_gc_common_finalize_got_offsets() 13327 gotoff = bed->got_header_size; in bfd_elf_gc_common_finalize_got_offsets() 13353 local_got[j] = gotoff; in bfd_elf_gc_common_finalize_got_offsets() 13354 gotoff += bed->got_elt_size (abfd, info, NULL, i, j); in bfd_elf_gc_common_finalize_got_offsets() 13363 gofarg.gotoff = gotoff; in bfd_elf_gc_common_finalize_got_offsets()
|
| /dragonfly/contrib/binutils-2.27/gas/doc/ |
| HD | c-nios2.texi | 149 @cindex @code{gotoff} directive, Nios II 163 @itemx %gotoff(@var{expression})
|
| HD | c-s390.texi | 681 @item @@gotoff 682 The @@gotoff modifier can be used for 16-bit immediate fields. The symbol 820 @item @@gotoff 821 The @@gotoff modifier can be used for .short, .long and .quad. The symbol
|
| HD | c-arc.texi | 578 @item @@gotoff(@var{symbol}) 579 @cindex @@gotoff(@var{symbol}), ARC modifier
|
| /dragonfly/contrib/gdb-7/bfd/ |
| HD | elflink.c | 12509 bfd_vma gotoff; member 12525 h->got.offset = gofarg->gotoff; in elf_gc_allocate_got_offsets() 12526 gofarg->gotoff += bed->got_elt_size (obfd, gofarg->info, h, NULL, 0); in elf_gc_allocate_got_offsets() 12543 bfd_vma gotoff; in bfd_elf_gc_common_finalize_got_offsets() local 12554 gotoff = 0; in bfd_elf_gc_common_finalize_got_offsets() 12556 gotoff = bed->got_header_size; in bfd_elf_gc_common_finalize_got_offsets() 12582 local_got[j] = gotoff; in bfd_elf_gc_common_finalize_got_offsets() 12583 gotoff += bed->got_elt_size (abfd, info, NULL, i, j); in bfd_elf_gc_common_finalize_got_offsets() 12592 gofarg.gotoff = gotoff; in bfd_elf_gc_common_finalize_got_offsets()
|
| /dragonfly/contrib/binutils-2.34/bfd/ |
| HD | elflink.c | 14011 bfd_vma gotoff; member 14027 h->got.offset = gofarg->gotoff; in elf_gc_allocate_got_offsets() 14028 gofarg->gotoff += bed->got_elt_size (obfd, gofarg->info, h, NULL, 0); in elf_gc_allocate_got_offsets() 14045 bfd_vma gotoff; in bfd_elf_gc_common_finalize_got_offsets() local 14056 gotoff = 0; in bfd_elf_gc_common_finalize_got_offsets() 14058 gotoff = bed->got_header_size; in bfd_elf_gc_common_finalize_got_offsets() 14084 local_got[j] = gotoff; in bfd_elf_gc_common_finalize_got_offsets() 14085 gotoff += bed->got_elt_size (abfd, info, NULL, i, j); in bfd_elf_gc_common_finalize_got_offsets() 14094 gofarg.gotoff = gotoff; in bfd_elf_gc_common_finalize_got_offsets()
|