Lines Matching refs:entryp
3489 _bfinfdpic_count_got_plt_entries (void **entryp, void *dinfo_)
3491 struct bfinfdpic_relocs_info *entry = *entryp;
3698 _bfinfdpic_assign_got_entries (void **entryp, void *info_)
3700 struct bfinfdpic_relocs_info *entry = *entryp;
3736 _bfinfdpic_assign_plt_entries (void **entryp, void *info_)
3738 struct bfinfdpic_relocs_info *entry = *entryp;
3796 _bfinfdpic_reset_got_plt_entries (void **entryp, void *ignore ATTRIBUTE_UNUSED)
3798 struct bfinfdpic_relocs_info *entry = *entryp;
3816 _bfinfdpic_resolve_final_relocs_info (void **entryp, void *p)
3818 struct bfinfdpic_relocs_info *entry = *entryp;
3840 htab_clear_slot (*htab, entryp);
3850 htab_clear_slot (*htab, entryp);
3851 entryp = htab_find_slot (*htab, entry, INSERT);
3852 if (! *entryp)
3853 *entryp = entry;