Searched refs:got_sec (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | nlmconv.c | 545 asection *got_sec; in main() local 547 got_sec = bfd_get_section_by_name (inbfd, ".got"); in main() 548 assert (got_sec != (asection *) NULL); in main() 549 sym->value = got_sec->output_offset; in main() 550 sym->section = got_sec->output_section; in main() 1690 asection *got_sec; in powerpc_build_stubs() local 1708 got_sec = bfd_get_section_by_name (inbfd, ".got"); in powerpc_build_stubs() 1709 if (got_sec == (asection *) NULL) in powerpc_build_stubs() 1711 got_sec = bfd_make_section_with_flags (inbfd, ".got", in powerpc_build_stubs() 1717 if (got_sec == (asection *) NULL in powerpc_build_stubs() [all …]
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elfnn-ia64.c | 3266 asection *got_sec; in set_got_entry() local 3274 got_sec = ia64_info->root.sgot; in set_got_entry() 3315 bfd_put_64 (abfd, value, got_sec->contents + got_offset); in set_got_entry() 3384 elfNN_ia64_install_dyn_reloc (abfd, NULL, got_sec, in set_got_entry() 3392 value = (got_sec->output_section->vma in set_got_entry() 3393 + got_sec->output_offset in set_got_entry() 3645 asection *got_sec = ia64_info->root.sgot; in elfNN_ia64_choose_gp() local 3648 if (got_sec) in elfNN_ia64_choose_gp() 3649 gp_val = got_sec->output_section->vma; in elfNN_ia64_choose_gp()
|
D | elf64-ia64-vms.c | 2969 asection *got_sec; in set_got_entry() local 2977 got_sec = ia64_info->root.sgot; in set_got_entry() 2999 bfd_put_64 (abfd, value, got_sec->contents + got_offset); in set_got_entry() 3035 dyn_r_type, got_sec, got_offset, addend); in set_got_entry() 3040 value = (got_sec->output_section->vma in set_got_entry() 3041 + got_sec->output_offset in set_got_entry() 3239 asection *got_sec = ia64_info->root.sgot; in elf64_ia64_choose_gp() local 3242 if (got_sec) in elf64_ia64_choose_gp() 3243 gp_val = got_sec->output_section->vma; in elf64_ia64_choose_gp()
|
D | ChangeLog-2009 | 2139 * elfxx-ia64.c (elfNN_ia64_link_hash_table): Remove got_sec,
|