Searched defs:vendor (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | attributes.h | 166 arg_type(int vendor, int tag) in arg_type() 212 Vendor_object_attributes(int vendor) in Vendor_object_attributes() 297 for (int vendor = Object_attribute::OBJ_ATTR_FIRST; in Attributes_section_data() local 306 for (int vendor = Object_attribute::OBJ_ATTR_FIRST; in ~Attributes_section_data() local 318 known_attributes(int vendor) in known_attributes() 325 known_attributes(int vendor) const in known_attributes() 333 other_attributes(int vendor) in other_attributes() 341 other_attributes(int vendor) const in other_attributes() 349 get_attribute(int vendor, int tag) in get_attribute() 356 get_attribute(int vendor, int tag) const in get_attribute()
|
D | attributes.cc | 261 for(int vendor = OBJ_ATTR_FIRST; vendor <= OBJ_ATTR_LAST; ++vendor) in size() local 275 for (int vendor = OBJ_ATTR_FIRST; vendor <= OBJ_ATTR_LAST; ++vendor) in Attributes_section_data() local 298 int vendor; in Attributes_section_data() local 397 for (int vendor = OBJ_ATTR_FIRST; vendor <= OBJ_ATTR_LAST; ++vendor) in merge() local 434 for (int vendor = OBJ_ATTR_FIRST; vendor <= OBJ_ATTR_LAST; ++vendor) in write() local
|
D | arm.cc | 11033 const int vendor = Object_attribute::OBJ_ATTR_PROC; in merge_object_attributes() local
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf-attrs.c | 74 vendor_obj_attr_name (bfd *abfd, int vendor) in vendor_obj_attr_name() 85 vendor_obj_attr_size (bfd *abfd, int vendor) in vendor_obj_attr_size() 171 int vendor) in vendor_set_obj_attr_contents() 209 int vendor; in bfd_elf_set_obj_attr_contents() local 230 elf_new_obj_attr (bfd *abfd, int vendor, int tag) in elf_new_obj_attr() 268 bfd_elf_get_obj_attr_int (bfd *abfd, int vendor, int tag) in bfd_elf_get_obj_attr_int() 294 bfd_elf_add_obj_attr_int (bfd *abfd, int vendor, int tag, unsigned int i) in bfd_elf_add_obj_attr_int() 317 bfd_elf_add_obj_attr_string (bfd *abfd, int vendor, int tag, const char *s) in bfd_elf_add_obj_attr_string() 328 bfd_elf_add_obj_attr_int_string (bfd *abfd, int vendor, int tag, in bfd_elf_add_obj_attr_int_string() 347 int vendor; in _bfd_elf_copy_obj_attributes() local [all …]
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-elf.c | 1468 int vendor; member 1478 record_attribute (int vendor, unsigned int tag) in record_attribute() 1505 obj_elf_seen_attribute (int vendor, unsigned int tag) in obj_elf_seen_attribute() 1523 obj_elf_vendor_attribute (int vendor) in obj_elf_vendor_attribute()
|