| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | arc-got.h | 47 struct got_entry struct 49 struct got_entry *next; argument 59 static struct got_entry ** argument 79 static struct got_entry * 80 got_entry_for_type (struct got_entry **list, in got_entry_for_type() 83 struct got_entry **p = list; in got_entry_for_type() 95 new_got_entry_to_list (struct got_entry **list, in new_got_entry_to_list() 102 struct got_entry **p = list; in new_got_entry_to_list() 103 struct got_entry *entry; in new_got_entry_to_list() 112 entry = (struct got_entry *) xmalloc (sizeof (struct got_entry)); in new_got_entry_to_list() [all …]
|
| D | elf32-m68k.c | 2664 struct elf_m68k_got_entry *got_entry; in elf_m68k_check_relocs() local 2667 got_entry = elf_m68k_add_entry_to_got (got, h, abfd, in elf_m68k_check_relocs() 2670 if (got_entry == NULL) in elf_m68k_check_relocs() 2673 if (got_entry->u.s1.refcount == 1) in elf_m68k_check_relocs() 4135 struct elf_m68k_got_entry *got_entry; in elf_m68k_finish_dynamic_symbol() local 4144 got_entry = elf_m68k_hash_entry (h)->glist; in elf_m68k_finish_dynamic_symbol() 4146 while (got_entry != NULL) in elf_m68k_finish_dynamic_symbol() 4151 r_type = got_entry->key_.type; in elf_m68k_finish_dynamic_symbol() 4152 got_entry_offset = got_entry->u.s2.offset &~ (bfd_vma) 1; in elf_m68k_finish_dynamic_symbol() 4209 n_slots = elf_m68k_reloc_got_n_slots (got_entry->key_.type); in elf_m68k_finish_dynamic_symbol() [all …]
|
| D | elf32-bfin.c | 1843 bfd_signed_vma got_entry, fdgot_entry, fd_entry; member 2081 if (entry->got_entry || entry->fdgot_entry || entry->fd_entry) in _bfinfdpic_emit_got_relocs_plt_entries() 2100 if (entry->got_entry) in _bfinfdpic_emit_got_relocs_plt_entries() 2138 + entry->got_entry, entry); in _bfinfdpic_emit_got_relocs_plt_entries() 2146 + entry->got_entry) in _bfinfdpic_emit_got_relocs_plt_entries() 2155 + entry->got_entry); in _bfinfdpic_emit_got_relocs_plt_entries() 2701 relocation = picrel->got_entry; in bfinfdpic_relocate_section() 3700 entry->got_entry = _bfinfdpic_get_got_entry (&dinfo->got17m4); in _bfinfdpic_assign_got_entries() 3702 entry->got_entry = _bfinfdpic_get_got_entry (&dinfo->gothilo); in _bfinfdpic_assign_got_entries() 3796 entry->got_entry = 0; in _bfinfdpic_reset_got_plt_entries()
|
| D | elf32-frv.c | 1076 bfd_signed_vma got_entry, fdgot_entry, fd_entry; member 1337 if (entry->got_entry || entry->fdgot_entry || entry->fd_entry in _frvfdpic_emit_got_relocs_plt_entries() 1357 if (entry->got_entry) in _frvfdpic_emit_got_relocs_plt_entries() 1395 + entry->got_entry, entry); in _frvfdpic_emit_got_relocs_plt_entries() 1403 + entry->got_entry) in _frvfdpic_emit_got_relocs_plt_entries() 1412 + entry->got_entry); in _frvfdpic_emit_got_relocs_plt_entries() 3482 relocation = picrel->got_entry; in elf32_frv_relocate_section() 4967 entry->got_entry = _frvfdpic_get_got_entry (&dinfo->got12); in _frvfdpic_assign_got_entries() 4969 entry->got_entry = _frvfdpic_get_got_entry (&dinfo->gotlos); in _frvfdpic_assign_got_entries() 4971 entry->got_entry = _frvfdpic_get_got_entry (&dinfo->gothilo); in _frvfdpic_assign_got_entries() [all …]
|
| D | elf64-ppc.c | 1760 struct got_entry struct 1762 struct got_entry *next; argument 1788 struct got_entry *ent; argument 1820 struct got_entry tlsld_got; 4160 struct got_entry **entp; in ppc64_elf_copy_indirect_symbol() 4161 struct got_entry *ent; in ppc64_elf_copy_indirect_symbol() 4165 struct got_entry *dent; in ppc64_elf_copy_indirect_symbol() 4636 struct got_entry **local_got_ents = elf_local_got_ents (abfd); in update_local_sym_info() 4655 struct got_entry *ent; in update_local_sym_info() 4996 struct got_entry *ent; in ppc64_elf_check_relocs() [all …]
|
| D | elf32-metag.c | 2930 bfd_vma got_entry; in elf_metag_finish_dynamic_symbol() local 2954 got_entry = sgot->output_section->vma in elf_metag_finish_dynamic_symbol() 2965 | (((got_entry >> 16) & 0xffff) << 3)), in elf_metag_finish_dynamic_symbol() 2969 | ((got_entry & 0xffff) << 3)), in elf_metag_finish_dynamic_symbol() 2983 bfd_vma addr = got_entry - (splt->output_section->vma + in elf_metag_finish_dynamic_symbol()
|
| D | elf-bfd.h | 93 struct got_entry; 100 struct got_entry *glist; 2079 struct got_entry **ents;
|
| D | elf32-spu.c | 363 struct got_entry struct 365 struct got_entry *next; argument 1085 struct got_entry *g, **head; in count_stub() 1123 struct got_entry *gnext; in count_stub() 1219 struct got_entry *g, **head; in build_stub() 4971 struct got_entry *g, **head; in spu_elf_relocate_section() 5162 struct got_entry *g; in spu_elf_output_symbol_hook()
|
| D | elf32-arc.c | 187 struct got_entry *got_ents; 1763 struct got_entry **list in elf_arc_relocate_section() 2552 struct got_entry *list = h->got_ents; in arc_create_forced_local_got_entries_for_tls()
|
| D | elf32-sh.c | 1543 bfd_vma got_entry; /* the address of the symbol's .got.plt entry */ member 6014 + plt_info->symbol_fields.got_entry); in sh_elf_finish_dynamic_symbol() 6021 + plt_info->symbol_fields.got_entry)); in sh_elf_finish_dynamic_symbol() 6033 + plt_info->symbol_fields.got_entry)); in sh_elf_finish_dynamic_symbol() 6127 + plt_info->symbol_fields.got_entry); in sh_elf_finish_dynamic_symbol()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | arc-got.h | 47 struct got_entry struct 49 struct got_entry *next; argument 59 static struct got_entry ** argument 79 static struct got_entry * 80 got_entry_for_type (struct got_entry **list, in got_entry_for_type() 83 struct got_entry **p = list; in got_entry_for_type() 95 new_got_entry_to_list (struct got_entry **list, in new_got_entry_to_list() 102 struct got_entry **p = list; in new_got_entry_to_list() 103 struct got_entry *entry; in new_got_entry_to_list() 112 entry = (struct got_entry *) xmalloc (sizeof (struct got_entry)); in new_got_entry_to_list() [all …]
|
| D | elf32-m68k.c | 2664 struct elf_m68k_got_entry *got_entry; in elf_m68k_check_relocs() local 2667 got_entry = elf_m68k_add_entry_to_got (got, h, abfd, in elf_m68k_check_relocs() 2670 if (got_entry == NULL) in elf_m68k_check_relocs() 2673 if (got_entry->u.s1.refcount == 1) in elf_m68k_check_relocs() 4125 struct elf_m68k_got_entry *got_entry; in elf_m68k_finish_dynamic_symbol() local 4134 got_entry = elf_m68k_hash_entry (h)->glist; in elf_m68k_finish_dynamic_symbol() 4136 while (got_entry != NULL) in elf_m68k_finish_dynamic_symbol() 4141 r_type = got_entry->key_.type; in elf_m68k_finish_dynamic_symbol() 4142 got_entry_offset = got_entry->u.s2.offset &~ (bfd_vma) 1; in elf_m68k_finish_dynamic_symbol() 4199 n_slots = elf_m68k_reloc_got_n_slots (got_entry->key_.type); in elf_m68k_finish_dynamic_symbol() [all …]
|
| D | elf32-bfin.c | 1843 bfd_signed_vma got_entry, fdgot_entry, fd_entry; member 2081 if (entry->got_entry || entry->fdgot_entry || entry->fd_entry) in _bfinfdpic_emit_got_relocs_plt_entries() 2100 if (entry->got_entry) in _bfinfdpic_emit_got_relocs_plt_entries() 2138 + entry->got_entry, entry); in _bfinfdpic_emit_got_relocs_plt_entries() 2146 + entry->got_entry) in _bfinfdpic_emit_got_relocs_plt_entries() 2155 + entry->got_entry); in _bfinfdpic_emit_got_relocs_plt_entries() 2701 relocation = picrel->got_entry; in bfinfdpic_relocate_section() 3700 entry->got_entry = _bfinfdpic_get_got_entry (&dinfo->got17m4); in _bfinfdpic_assign_got_entries() 3702 entry->got_entry = _bfinfdpic_get_got_entry (&dinfo->gothilo); in _bfinfdpic_assign_got_entries() 3796 entry->got_entry = 0; in _bfinfdpic_reset_got_plt_entries()
|
| D | elf32-frv.c | 1076 bfd_signed_vma got_entry, fdgot_entry, fd_entry; member 1337 if (entry->got_entry || entry->fdgot_entry || entry->fd_entry in _frvfdpic_emit_got_relocs_plt_entries() 1357 if (entry->got_entry) in _frvfdpic_emit_got_relocs_plt_entries() 1395 + entry->got_entry, entry); in _frvfdpic_emit_got_relocs_plt_entries() 1403 + entry->got_entry) in _frvfdpic_emit_got_relocs_plt_entries() 1412 + entry->got_entry); in _frvfdpic_emit_got_relocs_plt_entries() 3482 relocation = picrel->got_entry; in elf32_frv_relocate_section() 4967 entry->got_entry = _frvfdpic_get_got_entry (&dinfo->got12); in _frvfdpic_assign_got_entries() 4969 entry->got_entry = _frvfdpic_get_got_entry (&dinfo->gotlos); in _frvfdpic_assign_got_entries() 4971 entry->got_entry = _frvfdpic_get_got_entry (&dinfo->gothilo); in _frvfdpic_assign_got_entries() [all …]
|
| D | elf64-ppc.c | 1760 struct got_entry struct 1762 struct got_entry *next; argument 1788 struct got_entry *ent; argument 1820 struct got_entry tlsld_got; 4160 struct got_entry **entp; in ppc64_elf_copy_indirect_symbol() 4161 struct got_entry *ent; in ppc64_elf_copy_indirect_symbol() 4165 struct got_entry *dent; in ppc64_elf_copy_indirect_symbol() 4636 struct got_entry **local_got_ents = elf_local_got_ents (abfd); in update_local_sym_info() 4655 struct got_entry *ent; in update_local_sym_info() 4996 struct got_entry *ent; in ppc64_elf_check_relocs() [all …]
|
| D | elf32-metag.c | 2930 bfd_vma got_entry; in elf_metag_finish_dynamic_symbol() local 2954 got_entry = sgot->output_section->vma in elf_metag_finish_dynamic_symbol() 2965 | (((got_entry >> 16) & 0xffff) << 3)), in elf_metag_finish_dynamic_symbol() 2969 | ((got_entry & 0xffff) << 3)), in elf_metag_finish_dynamic_symbol() 2983 bfd_vma addr = got_entry - (splt->output_section->vma + in elf_metag_finish_dynamic_symbol()
|
| D | elf-bfd.h | 93 struct got_entry; 100 struct got_entry *glist; 2104 struct got_entry **ents;
|
| D | elf32-spu.c | 363 struct got_entry struct 365 struct got_entry *next; argument 1085 struct got_entry *g, **head; in count_stub() 1123 struct got_entry *gnext; in count_stub() 1219 struct got_entry *g, **head; in build_stub() 4971 struct got_entry *g, **head; in spu_elf_relocate_section() 5162 struct got_entry *g; in spu_elf_output_symbol_hook()
|
| D | elf32-arc.c | 187 struct got_entry *got_ents; 1763 struct got_entry **list in elf_arc_relocate_section() 2549 struct got_entry *list = h->got_ents; in arc_create_forced_local_got_entries_for_tls()
|
| D | elf32-sh.c | 1543 bfd_vma got_entry; /* the address of the symbol's .got.plt entry */ member 6012 + plt_info->symbol_fields.got_entry); in sh_elf_finish_dynamic_symbol() 6019 + plt_info->symbol_fields.got_entry)); in sh_elf_finish_dynamic_symbol() 6031 + plt_info->symbol_fields.got_entry)); in sh_elf_finish_dynamic_symbol() 6125 + plt_info->symbol_fields.got_entry); in sh_elf_finish_dynamic_symbol()
|
| D | ChangeLog-2010 | 2979 * elf64-ppc.c (struct got_entry): Make tls_type and is_indirect 3191 (struct got_entry): Likewise. Add is_indirect and got.ent fields. 3192 (struct ppc64_elf_obj_tdata): Change tlsld_got to be a struct got_entry. 3197 when allocating a new struct got_entry.
|
| /netbsd/src/lib/libc/rpc/ |
| D | rpcb_clnt.c | 116 static struct netbuf *got_entry(rpcb_entry_list_ptr, const struct netconfig *); 630 got_entry(rpcb_entry_list_ptr relp, const struct netconfig *nconf) in got_entry() function 848 if ((address = got_entry(relp, nconf)) != NULL) { in __rpcb_findaddr()
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | output.cc | 1720 Output_data_got<got_size, big_endian>::add_got_entry(Got_entry got_entry) in add_got_entry() argument 1724 this->entries_.push_back(got_entry); in add_got_entry() 1738 this->entries_[got_index] = got_entry; in add_got_entry() 1782 Got_entry got_entry) in replace_got_entry() argument 1785 this->entries_[i] = got_entry; in replace_got_entry()
|
| D | arm.cc | 3521 Arm_address got_entry, in got_prel() argument 3524 Base::rel32(view, got_entry - address); in got_prel() 10162 Arm_address got_entry = in relocate_tls() local 10167 RelocFuncs::pcrel32_unaligned(view, got_entry, address); in relocate_tls() 10181 Arm_address got_entry = in relocate_tls() local 10186 RelocFuncs::pcrel32_unaligned(view, got_entry, address); in relocate_tls() 10217 Arm_address got_entry = in relocate_tls() local 10221 RelocFuncs::pcrel32_unaligned(view, got_entry, address); in relocate_tls()
|
| D | output.h | 2670 add_got_entry(Got_entry got_entry); 2678 replace_got_entry(unsigned int i, Got_entry got_entry);
|