Home | History | Annotate | Download | only in bfd

Lines Matching defs:obfd

389 /* Copy the object attributes from IBFD to OBFD.  */
391 _bfd_elf_copy_obj_attributes (bfd *ibfd, bfd *obfd)
400 || bfd_get_flavour (obfd) != bfd_target_elf_flavour)
408 = &elf_known_obj_attributes (obfd)[vendor][LEAST_KNOWN_OBJ_ATTRIBUTE];
415 out_attr->s = _bfd_elf_attr_strdup (obfd, in_attr->s);
432 ok = bfd_elf_add_obj_attr_int (obfd, vendor,
436 ok = bfd_elf_add_obj_attr_string (obfd, vendor, list->tag,
440 ok = bfd_elf_add_obj_attr_int_string (obfd, vendor, list->tag,
641 /* Merge common object attributes from IBFD into OBFD. Raise an error
654 bfd *obfd = info->output_bfd;
667 out_attr = &elf_known_obj_attributes (obfd)[vendor][Tag_compatibility];
696 of known attributes, from IBFD into OBFD; return TRUE if the link
700 _bfd_elf_merge_unknown_attribute_low (bfd *ibfd, bfd *obfd, int tag)
708 out_attr = elf_known_obj_attributes_proc (obfd);
711 err_bfd = obfd;
733 the known range, from IBFD into OBFD; return TRUE if the link is
737 _bfd_elf_merge_unknown_attribute_list (bfd *ibfd, bfd *obfd)
745 out_listp = &elf_other_obj_attributes_proc (obfd);
757 /* This attribute only exists in obfd. We can't merge, and we don't
759 err_bfd = obfd;
776 err_bfd = obfd;