Home | History | Annotate | Download | only in bfd

Lines Matching defs:obfd

396 /* Copy the object attributes from IBFD to OBFD.  */
398 _bfd_elf_copy_obj_attributes (bfd *ibfd, bfd *obfd)
407 || bfd_get_flavour (obfd) != bfd_target_elf_flavour)
415 = &elf_known_obj_attributes (obfd)[vendor][LEAST_KNOWN_OBJ_ATTRIBUTE];
422 out_attr->s = _bfd_elf_attr_strdup (obfd, in_attr->s);
439 ok = bfd_elf_add_obj_attr_int (obfd, vendor,
443 ok = bfd_elf_add_obj_attr_string (obfd, vendor, list->tag,
447 ok = bfd_elf_add_obj_attr_int_string (obfd, vendor, list->tag,
656 /* Merge common object attributes from IBFD into OBFD. Raise an error
669 bfd *obfd = info->output_bfd;
682 out_attr = &elf_known_obj_attributes (obfd)[vendor][Tag_compatibility];
711 of known attributes, from IBFD into OBFD; return TRUE if the link
715 _bfd_elf_merge_unknown_attribute_low (bfd *ibfd, bfd *obfd, int tag)
723 out_attr = elf_known_obj_attributes_proc (obfd);
726 err_bfd = obfd;
748 the known range, from IBFD into OBFD; return TRUE if the link is
752 _bfd_elf_merge_unknown_attribute_list (bfd *ibfd, bfd *obfd)
760 out_listp = &elf_other_obj_attributes_proc (obfd);
772 /* This attribute only exists in obfd. We can't merge, and we don't
774 err_bfd = obfd;
791 err_bfd = obfd;