Home
last modified time | relevance | path

Searched refs:got_sec (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dmipsread.c201 gdb::byte_vector got_sec (bfd_section_size (si.got_sect)); in read_alphacoff_dynamic_symtab()
212 if (!bfd_get_section_contents (abfd, si.got_sect, got_sec.data (), in read_alphacoff_dynamic_symtab()
213 (file_ptr) 0, got_sec.size ())) in read_alphacoff_dynamic_symtab()
308 || got_entry_offset >= got_sec.size ()) in read_alphacoff_dynamic_symtab()
312 (bfd_byte *) (got_sec.data () in read_alphacoff_dynamic_symtab()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf32-csky.c2282 asection *got_sec; in csky_elf_finish_dynamic_sections() local
2348 got_sec = htab->elf.sgotplt; in csky_elf_finish_dynamic_sections()
2350 got_sec = htab->elf.sgot; in csky_elf_finish_dynamic_sections()
2351 if (got_sec != NULL) in csky_elf_finish_dynamic_sections()
2353 if (got_sec->size > 0) in csky_elf_finish_dynamic_sections()
2358 got_sec->contents); in csky_elf_finish_dynamic_sections()
2359 bfd_put_32 (output_bfd, (bfd_vma) 0, got_sec->contents + 4); in csky_elf_finish_dynamic_sections()
2360 bfd_put_32 (output_bfd, (bfd_vma) 0, got_sec->contents + 8); in csky_elf_finish_dynamic_sections()
2362 elf_section_data (got_sec->output_section)->this_hdr.sh_entsize = 4; in csky_elf_finish_dynamic_sections()
Delfnn-ia64.c3251 asection *got_sec; in set_got_entry() local
3259 got_sec = ia64_info->root.sgot; in set_got_entry()
3300 bfd_put_64 (abfd, value, got_sec->contents + got_offset); in set_got_entry()
3369 elfNN_ia64_install_dyn_reloc (abfd, NULL, got_sec, in set_got_entry()
3377 value = (got_sec->output_section->vma in set_got_entry()
3378 + got_sec->output_offset in set_got_entry()
3630 asection *got_sec = ia64_info->root.sgot; in elfNN_ia64_choose_gp() local
3633 if (got_sec) in elfNN_ia64_choose_gp()
3634 gp_val = got_sec->output_section->vma; in elfNN_ia64_choose_gp()
Delf64-ia64-vms.c2967 asection *got_sec; in set_got_entry() local
2975 got_sec = ia64_info->root.sgot; in set_got_entry()
2997 bfd_put_64 (abfd, value, got_sec->contents + got_offset); in set_got_entry()
3033 dyn_r_type, got_sec, got_offset, addend); in set_got_entry()
3038 value = (got_sec->output_section->vma in set_got_entry()
3039 + got_sec->output_offset in set_got_entry()
3237 asection *got_sec = ia64_info->root.sgot; in elf64_ia64_choose_gp() local
3240 if (got_sec) in elf64_ia64_choose_gp()
3241 gp_val = got_sec->output_section->vma; in elf64_ia64_choose_gp()
DChangeLog-20092139 * elfxx-ia64.c (elfNN_ia64_link_hash_table): Remove got_sec,
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf32-csky.c2280 asection *got_sec; in csky_elf_finish_dynamic_sections() local
2346 got_sec = htab->elf.sgotplt; in csky_elf_finish_dynamic_sections()
2348 got_sec = htab->elf.sgot; in csky_elf_finish_dynamic_sections()
2349 if (got_sec != NULL) in csky_elf_finish_dynamic_sections()
2351 if (got_sec->size > 0) in csky_elf_finish_dynamic_sections()
2356 got_sec->contents); in csky_elf_finish_dynamic_sections()
2357 bfd_put_32 (output_bfd, (bfd_vma) 0, got_sec->contents + 4); in csky_elf_finish_dynamic_sections()
2358 bfd_put_32 (output_bfd, (bfd_vma) 0, got_sec->contents + 8); in csky_elf_finish_dynamic_sections()
2360 elf_section_data (got_sec->output_section)->this_hdr.sh_entsize = 4; in csky_elf_finish_dynamic_sections()
Delfnn-ia64.c3252 asection *got_sec; in set_got_entry() local
3260 got_sec = ia64_info->root.sgot; in set_got_entry()
3301 bfd_put_64 (abfd, value, got_sec->contents + got_offset); in set_got_entry()
3370 elfNN_ia64_install_dyn_reloc (abfd, NULL, got_sec, in set_got_entry()
3378 value = (got_sec->output_section->vma in set_got_entry()
3379 + got_sec->output_offset in set_got_entry()
3631 asection *got_sec = ia64_info->root.sgot; in elfNN_ia64_choose_gp() local
3634 if (got_sec) in elfNN_ia64_choose_gp()
3635 gp_val = got_sec->output_section->vma; in elfNN_ia64_choose_gp()
Delf64-ia64-vms.c2968 asection *got_sec; in set_got_entry() local
2976 got_sec = ia64_info->root.sgot; in set_got_entry()
2998 bfd_put_64 (abfd, value, got_sec->contents + got_offset); in set_got_entry()
3034 dyn_r_type, got_sec, got_offset, addend); in set_got_entry()
3039 value = (got_sec->output_section->vma in set_got_entry()
3040 + got_sec->output_offset in set_got_entry()
3238 asection *got_sec = ia64_info->root.sgot; in elf64_ia64_choose_gp() local
3241 if (got_sec) in elf64_ia64_choose_gp()
3242 gp_val = got_sec->output_section->vma; in elf64_ia64_choose_gp()
DChangeLog-20092139 * elfxx-ia64.c (elfNN_ia64_link_hash_table): Remove got_sec,