| /openbsd-src/usr.sbin/memconfig/ |
| H A D | memconfig.c | 266 int i, nd, ch, got_base = 0; in clearfunc() local 279 got_base = 1; in clearfunc() 299 if (got_base || mrd.mr_len != 0) in clearfunc() 315 } else if (got_base && mrd.mr_len != 0) { in clearfunc()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | elfxx-sparc.c | 2480 bfd_vma got_base; in _bfd_sparc_elf_relocate_section() local 2495 got_base = 0; in _bfd_sparc_elf_relocate_section() 2497 got_base = elf_hash_table (info)->hgot->root.u.def.value; in _bfd_sparc_elf_relocate_section() 2653 relocation = htab->sgot->output_offset + off - got_base; in _bfd_sparc_elf_relocate_section() 3049 relocation = htab->sgot->output_offset + off - got_base; in _bfd_sparc_elf_relocate_section() 3533 bfd_vma got_base; in sparc_vxworks_build_plt_entry() local 3543 got_base = 0; in sparc_vxworks_build_plt_entry() 3548 got_base = (htab->elf.hgot->root.u.def.value in sparc_vxworks_build_plt_entry() 3554 bfd_put_32 (output_bfd, plt_entry[0] + ((got_base + got_offset) >> 10), in sparc_vxworks_build_plt_entry() 3556 bfd_put_32 (output_bfd, plt_entry[1] + ((got_base + got_offset) & 0x3ff), in sparc_vxworks_build_plt_entry() [all …]
|
| H A D | sunos.c | 635 bfd_vma got_base; member 697 ret->got_base = 0; in sunos_link_hash_table_create() 1962 sunos_hash_table (info)->got_base = h->root.root.u.def.value; in bfd_sunos_size_dynamic_sections() 2591 - sunos_hash_table (info)->got_base); in sunos_check_dynamic_reloc()
|
| H A D | elf32-cris.c | 1582 bfd_vma got_base; local 1620 got_base = sgotplt->output_section->vma + sgotplt->output_offset; 1629 bfd_put_32 (output_bfd, got_base + got_offset,
|
| H A D | elf32-xtensa.c | 1945 bfd_vma plt_base, got_base; in elf_xtensa_create_plt_entry() local 1955 got_base = sgotplt->output_section->vma + sgotplt->output_offset; in elf_xtensa_create_plt_entry() 1971 bfd_put_16 (output_bfd, l32r_offset (got_base + 0, in elf_xtensa_create_plt_entry() 1974 bfd_put_16 (output_bfd, l32r_offset (got_base + 4, in elf_xtensa_create_plt_entry() 1977 bfd_put_16 (output_bfd, l32r_offset (got_base + lit_offset, in elf_xtensa_create_plt_entry()
|
| H A D | ChangeLog-9697 | 3293 * sunos.c (struct sunos_link_hash_table): Add got_base field. 3294 (sunos_link_hash_table_create): Initialize got_base. 3296 than 0x1000 bytes, set __GLOBAL_OFFSET_TABLE_ and got_base to 3298 (sunos_check_dynamic_reloc): Subtract got_base from a base
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | nlmconv.c | 1694 unsigned int got_base; in powerpc_build_stubs() local 1728 got_base = powerpc_initial_got_size; in powerpc_build_stubs() 1729 got_base = (got_base + 3) &~ 3; in powerpc_build_stubs() 1768 item->toc_index = got_base + stubcount * POWERPC_STUB_TOC_ENTRY_SIZE; in powerpc_build_stubs() 1795 (got_base in powerpc_build_stubs()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | nlmconv.c | 1693 unsigned int got_base; in powerpc_build_stubs() local 1727 got_base = powerpc_initial_got_size; in powerpc_build_stubs() 1728 got_base = (got_base + 3) &~ 3; in powerpc_build_stubs() 1767 item->toc_index = got_base + stubcount * POWERPC_STUB_TOC_ENTRY_SIZE; in powerpc_build_stubs() 1794 (got_base in powerpc_build_stubs()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | elf32-sparc.c | 2143 bfd_vma got_base; local 2157 got_base = 0; 2159 got_base = elf_hash_table (info)->hgot->root.u.def.value; 2304 relocation = htab->sgot->output_offset + off - got_base; 2657 relocation = htab->sgot->output_offset + off - got_base;
|
| H A D | sunos.c | 672 bfd_vma got_base; member 736 ret->got_base = 0; 1385 sunos_hash_table (info)->got_base = h->root.root.u.def.value; 2661 - sunos_hash_table (info)->got_base);
|
| H A D | elf32-cris.c | 1425 bfd_vma got_base; local 1463 got_base = sgotplt->output_section->vma + sgotplt->output_offset; 1472 bfd_put_32 (output_bfd, got_base + got_offset,
|
| H A D | elf64-sparc.c | 2014 bfd_vma got_base; local 2030 got_base = 0; 2032 got_base = elf_hash_table (info)->hgot->root.u.def.value; 2404 relocation = sgot->output_offset + off - got_base;
|
| H A D | elf32-xtensa.c | 1758 bfd_vma plt_base, got_base; local 1768 got_base = sgotplt->output_section->vma + sgotplt->output_offset; 1784 bfd_put_16 (output_bfd, l32r_offset (got_base + 0, 1787 bfd_put_16 (output_bfd, l32r_offset (got_base + 4, 1790 bfd_put_16 (output_bfd, l32r_offset (got_base + lit_offset,
|
| H A D | ChangeLog-9697 | 3293 * sunos.c (struct sunos_link_hash_table): Add got_base field. 3294 (sunos_link_hash_table_create): Initialize got_base. 3296 than 0x1000 bytes, set __GLOBAL_OFFSET_TABLE_ and got_base to 3298 (sunos_check_dynamic_reloc): Subtract got_base from a base
|