Home
last modified time | relevance | path

Searched refs:vendor (Results 1 – 25 of 66) sorted by relevance

123

/toolchain/binutils/binutils-2.27/gold/
Dattributes.h166 arg_type(int vendor, int tag) in arg_type() argument
168 switch (vendor) in arg_type()
212 Vendor_object_attributes(int vendor) in Vendor_object_attributes() argument
213 : vendor_(vendor), other_attributes_() in Vendor_object_attributes()
297 for (int vendor = Object_attribute::OBJ_ATTR_FIRST; in Attributes_section_data() local
298 vendor <= Object_attribute::OBJ_ATTR_LAST; in Attributes_section_data()
299 ++vendor) in Attributes_section_data()
300 this->vendor_object_attributes_[vendor] = in Attributes_section_data()
301 new Vendor_object_attributes(*asd.vendor_object_attributes_[vendor]); in Attributes_section_data()
306 for (int vendor = Object_attribute::OBJ_ATTR_FIRST; in ~Attributes_section_data() local
[all …]
Dattributes.cc261 for(int vendor = OBJ_ATTR_FIRST; vendor <= OBJ_ATTR_LAST; ++vendor) in size() local
262 data_size += this->vendor_object_attributes_[vendor]->size(); in size()
275 for (int vendor = OBJ_ATTR_FIRST; vendor <= OBJ_ATTR_LAST; ++vendor) in Attributes_section_data() local
276 this->vendor_object_attributes_[vendor] = in Attributes_section_data()
277 new Vendor_object_attributes(vendor); in Attributes_section_data()
298 int vendor; in Attributes_section_data() local
301 vendor = Object_attribute::OBJ_ATTR_PROC; in Attributes_section_data()
303 vendor = Object_attribute::OBJ_ATTR_GNU; in Attributes_section_data()
337 this->vendor_object_attributes_[vendor]; in Attributes_section_data()
342 int type = Object_attribute::arg_type(vendor, tag); in Attributes_section_data()
[all …]
Daclocal.m4867 # One issue with vendor `install' (even GNU) is that you can't
/toolchain/binutils/binutils-2.27/bfd/
Delf-attrs.c74 vendor_obj_attr_name (bfd *abfd, int vendor) in vendor_obj_attr_name() argument
76 return (vendor == OBJ_ATTR_PROC in vendor_obj_attr_name()
85 vendor_obj_attr_size (bfd *abfd, int vendor) in vendor_obj_attr_size() argument
91 const char *vendor_name = vendor_obj_attr_name (abfd, vendor); in vendor_obj_attr_size()
96 attr = elf_known_obj_attributes (abfd)[vendor]; in vendor_obj_attr_size()
101 for (list = elf_other_obj_attributes (abfd)[vendor]; in vendor_obj_attr_size()
107 return ((size || vendor == OBJ_ATTR_PROC) in vendor_obj_attr_size()
171 int vendor) in vendor_set_obj_attr_contents() argument
177 const char *vendor_name = vendor_obj_attr_name (abfd, vendor); in vendor_set_obj_attr_contents()
189 attr = elf_known_obj_attributes (abfd)[vendor]; in vendor_set_obj_attr_contents()
[all …]
/toolchain/binutils/binutils-2.27/
Dconfig.sub1735 vendor=unknown
1740 vendor=acorn
1743 vendor=sun
1746 vendor=ibm
1749 vendor=be
1752 vendor=hp
1755 vendor=hp
1758 vendor=hitachi
1761 vendor=crds
1764 vendor=dg
[all …]
DREADME25 it is, config.sub translates it to a triplet specifying CPU, vendor,
/toolchain/binutils/binutils-2.27/gas/config/
Dobj-elf.c1528 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()
[all …]
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
Dattr-merge-5.attr5 Tag_compatibility: flag = 1, vendor = gnu
Dattr-merge-incompatible.d5 #error: Object has vendor-specific contents that must be processed by the '.+' toolchain
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
Dattr-compatibility-directive-2.d9 Tag_ABI_compatibility: flag = 1, vendor = gnu
Dattr-compatibility-directive-1.d9 Tag_ABI_compatibility: flag = 1, vendor = gnu
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-tic6x/
Dattr-compatibility-gnu-other.d6 #error: .*Object has vendor-specific contents that must be processed by the 'other' toolchain
Dattr-compatibility-other-other.d6 #error: .*Object has vendor-specific contents that must be processed by the 'other' toolchain
Dattr-compatibility-gnu-gnu.d11 Tag_ABI_compatibility: flag = 1, vendor = gnu
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
Deabi_attr_1.d12 Tag_compatibility: flag = 3, vendor = GNU
Dattr-names.d40 Tag_compatibility: flag = 1, vendor = gnu
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i860/
DREADME.i86015 Release 4 vendor assembler (/usr/ccs/bin/as -V reports version
/toolchain/binutils/binutils-2.27/gas/
Dconfigure.com175 /* Target vendor. */
Dconfigure.tgt43 eval `echo $targ | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/cpu=\1 vendor=\2 os=\3/'`
120 generic_target=${cpu_type}-$vendor-$os
Dconfig.in318 /* Target vendor. */
Dconfigure.ac792 AC_DEFINE_UNQUOTED(TARGET_VENDOR, "${target_vendor}", [Target vendor.])
Daclocal.m4876 # One issue with vendor `install' (even GNU) is that you can't
/toolchain/binutils/binutils-2.27/zlib/
Daclocal.m4855 # One issue with vendor `install' (even GNU) is that you can't
/toolchain/binutils/binutils-2.27/opcodes/
Daclocal.m4855 # One issue with vendor `install' (even GNU) is that you can't
/toolchain/binutils/binutils-2.27/binutils/
Daclocal.m4876 # One issue with vendor `install' (even GNU) is that you can't

123