Searched refs:pset (Results 1 – 1 of 1) sorted by relevance
1790 struct section_list *pset; in copy_object() local1796 pset = find_section_list (padd->name, FALSE, in copy_object()1798 if (pset != NULL) in copy_object()1799 flags = pset->flags | SEC_HAS_CONTENTS; in copy_object()1834 pset = find_section_list (padd->name, FALSE, in copy_object()1836 if (pset != NULL in copy_object()1837 && ! bfd_set_section_vma (obfd, padd->section, pset->vma_val)) in copy_object()1843 pset = find_section_list (padd->name, FALSE, in copy_object()1845 if (pset != NULL) in copy_object()1847 padd->section->lma = pset->lma_val; in copy_object()