Home
last modified time | relevance | path

Searched refs:entryp (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-bfin.c3694 _bfinfdpic_count_got_plt_entries (void **entryp, void *dinfo_) in _bfinfdpic_count_got_plt_entries() argument
3696 struct bfinfdpic_relocs_info *entry = *entryp; in _bfinfdpic_count_got_plt_entries()
3903 _bfinfdpic_assign_got_entries (void **entryp, void *info_) in _bfinfdpic_assign_got_entries() argument
3905 struct bfinfdpic_relocs_info *entry = *entryp; in _bfinfdpic_assign_got_entries()
3941 _bfinfdpic_assign_plt_entries (void **entryp, void *info_) in _bfinfdpic_assign_plt_entries() argument
3943 struct bfinfdpic_relocs_info *entry = *entryp; in _bfinfdpic_assign_plt_entries()
4001 _bfinfdpic_reset_got_plt_entries (void **entryp, void *ignore ATTRIBUTE_UNUSED) in _bfinfdpic_reset_got_plt_entries() argument
4003 struct bfinfdpic_relocs_info *entry = *entryp; in _bfinfdpic_reset_got_plt_entries()
4021 _bfinfdpic_resolve_final_relocs_info (void **entryp, void *p) in _bfinfdpic_resolve_final_relocs_info() argument
4023 struct bfinfdpic_relocs_info *entry = *entryp; in _bfinfdpic_resolve_final_relocs_info()
[all …]
Delf32-frv.c4686 _frvfdpic_count_got_plt_entries (void **entryp, void *dinfo_) in _frvfdpic_count_got_plt_entries() argument
4688 struct frvfdpic_relocs_info *entry = *entryp; in _frvfdpic_count_got_plt_entries()
4959 _frvfdpic_assign_got_entries (void **entryp, void *info_) in _frvfdpic_assign_got_entries() argument
4961 struct frvfdpic_relocs_info *entry = *entryp; in _frvfdpic_assign_got_entries()
5037 _frvfdpic_assign_plt_entries (void **entryp, void *info_) in _frvfdpic_assign_plt_entries() argument
5039 struct frvfdpic_relocs_info *entry = *entryp; in _frvfdpic_assign_plt_entries()
5139 _frvfdpic_reset_got_plt_entries (void **entryp, void *ignore ATTRIBUTE_UNUSED) in _frvfdpic_reset_got_plt_entries() argument
5141 struct frvfdpic_relocs_info *entry = *entryp; in _frvfdpic_reset_got_plt_entries()
5162 _frvfdpic_resolve_final_relocs_info (void **entryp, void *p) in _frvfdpic_resolve_final_relocs_info() argument
5164 struct frvfdpic_relocs_info *entry = *entryp; in _frvfdpic_resolve_final_relocs_info()
[all …]
Delf32-score7.c1653 score_elf_resolve_final_got_entry (void **entryp, void *p) in score_elf_resolve_final_got_entry() argument
1655 struct score_got_entry *entry = (struct score_got_entry *) *entryp; in score_elf_resolve_final_got_entry()
1675 htab_clear_slot (got_entries, entryp); in score_elf_resolve_final_got_entry()
1676 entryp = htab_find_slot (got_entries, entry, INSERT); in score_elf_resolve_final_got_entry()
1677 if (! *entryp) in score_elf_resolve_final_got_entry()
1678 *entryp = entry; in score_elf_resolve_final_got_entry()
Delfxx-mips.c4095 mips_elf_check_recreate_got (void **entryp, void *data) in mips_elf_check_recreate_got() argument
4100 entry = (struct mips_got_entry *) *entryp; in mips_elf_check_recreate_got()
4124 mips_elf_recreate_got (void **entryp, void *data) in mips_elf_recreate_got() argument
4130 entry = (struct mips_got_entry *) *entryp; in mips_elf_recreate_got()
4475 mips_elf_add_got_entry (void **entryp, void *data) in mips_elf_add_got_entry() argument
4481 entry = (struct mips_got_entry *) *entryp; in mips_elf_add_got_entry()
4501 mips_elf_add_got_page_entry (void **entryp, void *data) in mips_elf_add_got_page_entry() argument
4507 entry = (struct mips_got_page_entry *) *entryp; in mips_elf_add_got_page_entry()
4641 mips_elf_set_gotidx (void **entryp, long gotidx) in mips_elf_set_gotidx() argument
4645 entry = (struct mips_got_entry *) *entryp; in mips_elf_set_gotidx()
[all …]
Delf32-score.c1788 score_elf_resolve_final_got_entry (void **entryp, void *p) in score_elf_resolve_final_got_entry() argument
1790 struct score_got_entry *entry = (struct score_got_entry *)*entryp; in score_elf_resolve_final_got_entry()
1810 htab_clear_slot (got_entries, entryp); in score_elf_resolve_final_got_entry()
1811 entryp = htab_find_slot (got_entries, entry, INSERT); in score_elf_resolve_final_got_entry()
1812 if (! *entryp) in score_elf_resolve_final_got_entry()
1813 *entryp = entry; in score_elf_resolve_final_got_entry()
Dxcofflink.c516 struct xcoff_archive_info *entryp, entry; in xcoff_get_archive_info() local
525 entryp = *slot; in xcoff_get_archive_info()
526 if (!entryp) in xcoff_get_archive_info()
528 entryp = bfd_zalloc (archive, sizeof (entry)); in xcoff_get_archive_info()
529 if (!entryp) in xcoff_get_archive_info()
532 entryp->archive = archive; in xcoff_get_archive_info()
533 *slot = entryp; in xcoff_get_archive_info()
535 return entryp; in xcoff_get_archive_info()