Lines Matching refs:vendor
1528 int vendor; member
1538 record_attribute (int vendor, unsigned int tag) in record_attribute() argument
1547 if (rai->vendor == vendor && rai->base == base) in record_attribute()
1555 rai->vendor = vendor; in record_attribute()
1565 obj_elf_seen_attribute (int vendor, unsigned int tag) in obj_elf_seen_attribute() argument
1574 if (rai->vendor == vendor && rai->base == base) in obj_elf_seen_attribute()
1583 obj_elf_vendor_attribute (int vendor) in obj_elf_vendor_attribute() argument
1629 type = _bfd_elf_obj_attrs_arg_type (stdoutput, vendor, tag); in obj_elf_vendor_attribute()
1661 record_attribute (vendor, tag); in obj_elf_vendor_attribute()
1665 bfd_elf_add_obj_attr_int_string (stdoutput, vendor, tag, i, s); in obj_elf_vendor_attribute()
1668 bfd_elf_add_obj_attr_string (stdoutput, vendor, tag, s); in obj_elf_vendor_attribute()
1671 bfd_elf_add_obj_attr_int (stdoutput, vendor, tag, i); in obj_elf_vendor_attribute()