/toolchain/binutils/binutils-2.27/gold/ |
D | attributes.h | 166 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 …]
|
D | attributes.cc | 261 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 …]
|
D | aclocal.m4 | 867 # One issue with vendor `install' (even GNU) is that you can't
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf-attrs.c | 74 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/ |
D | config.sub | 1735 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 …]
|
D | README | 25 it is, config.sub translates it to a triplet specifying CPU, vendor,
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | obj-elf.c | 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() [all …]
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/ |
D | attr-merge-5.attr | 5 Tag_compatibility: flag = 1, vendor = gnu
|
D | attr-merge-incompatible.d | 5 #error: Object has vendor-specific contents that must be processed by the '.+' toolchain
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/ |
D | attr-compatibility-directive-2.d | 9 Tag_ABI_compatibility: flag = 1, vendor = gnu
|
D | attr-compatibility-directive-1.d | 9 Tag_ABI_compatibility: flag = 1, vendor = gnu
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-tic6x/ |
D | attr-compatibility-gnu-other.d | 6 #error: .*Object has vendor-specific contents that must be processed by the 'other' toolchain
|
D | attr-compatibility-other-other.d | 6 #error: .*Object has vendor-specific contents that must be processed by the 'other' toolchain
|
D | attr-compatibility-gnu-gnu.d | 11 Tag_ABI_compatibility: flag = 1, vendor = gnu
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/ |
D | eabi_attr_1.d | 12 Tag_compatibility: flag = 3, vendor = GNU
|
D | attr-names.d | 40 Tag_compatibility: flag = 1, vendor = gnu
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i860/ |
D | README.i860 | 15 Release 4 vendor assembler (/usr/ccs/bin/as -V reports version
|
/toolchain/binutils/binutils-2.27/gas/ |
D | configure.com | 175 /* Target vendor. */
|
D | configure.tgt | 43 eval `echo $targ | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/cpu=\1 vendor=\2 os=\3/'` 120 generic_target=${cpu_type}-$vendor-$os
|
D | config.in | 318 /* Target vendor. */
|
D | configure.ac | 792 AC_DEFINE_UNQUOTED(TARGET_VENDOR, "${target_vendor}", [Target vendor.])
|
D | aclocal.m4 | 876 # One issue with vendor `install' (even GNU) is that you can't
|
/toolchain/binutils/binutils-2.27/zlib/ |
D | aclocal.m4 | 855 # One issue with vendor `install' (even GNU) is that you can't
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | aclocal.m4 | 855 # One issue with vendor `install' (even GNU) is that you can't
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | aclocal.m4 | 876 # One issue with vendor `install' (even GNU) is that you can't
|