Home
last modified time | relevance | path

Searched refs:Tag_CPU_name (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/elfcpp/
Darm.h276 Tag_CPU_name = 5, enumerator
/netbsd/src/external/gpl3/gdb/dist/include/elf/
Darm.h292 Tag_CPU_name, enumerator
/netbsd/src/external/gpl3/binutils/dist/include/elf/
Darm.h292 Tag_CPU_name, enumerator
/netbsd/src/external/gpl3/binutils/dist/gold/
Darm.cc11343 case elfcpp::Tag_CPU_name: in merge_object_attributes()
11376 out_attr[elfcpp::Tag_CPU_name].set_string_value( in merge_object_attributes()
11377 in_attr[elfcpp::Tag_CPU_name].string_value()); in merge_object_attributes()
11383 out_attr[elfcpp::Tag_CPU_name].set_string_value(""); in merge_object_attributes()
11389 if (out_attr[elfcpp::Tag_CPU_name].string_value() == "") in merge_object_attributes()
11396 out_attr[elfcpp::Tag_CPU_name].set_string_value(cpu_name); in merge_object_attributes()
12613 else if (tag == elfcpp::Tag_CPU_raw_name || tag == elfcpp::Tag_CPU_name) in do_attribute_arg_type()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf32-arm.c13822 BFD_ASSERT (Tag_CPU_name < NUM_KNOWN_OBJ_ATTRIBUTES); in bfd_arm_get_mach_from_attributes()
13823 name = elf_known_obj_attributes (abfd) [OBJ_ATTR_PROC][Tag_CPU_name].s; in bfd_arm_get_mach_from_attributes()
14027 else if (tag == Tag_CPU_raw_name || tag == Tag_CPU_name) in elf32_arm_obj_attrs_arg_type()
14588 case Tag_CPU_name: in elf32_arm_merge_eabi_attributes()
14655 out_attr[Tag_CPU_name].s = in_attr[Tag_CPU_name].s in elf32_arm_merge_eabi_attributes()
14656 ? _bfd_elf_attr_strdup (obfd, in_attr[Tag_CPU_name].s) in elf32_arm_merge_eabi_attributes()
14664 out_attr[Tag_CPU_name].s = NULL; in elf32_arm_merge_eabi_attributes()
14670 if (out_attr[Tag_CPU_name].s == NULL in elf32_arm_merge_eabi_attributes()
14672 out_attr[Tag_CPU_name].s = in elf32_arm_merge_eabi_attributes()
DChangeLog-2006163 Only set Tag_CPU_name and Tag_ABI_PCS_R9_use if input attribute
DChangeLog-201515 (elf32_arm_merge_eabi_attributes): Add Tag_CPU_name values for
DChangeLog-20094984 Improve/tidy up support for Tag_CPU_raw_name, Tag_CPU_name,
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf32-arm.c13816 BFD_ASSERT (Tag_CPU_name < NUM_KNOWN_OBJ_ATTRIBUTES); in bfd_arm_get_mach_from_attributes()
13817 name = elf_known_obj_attributes (abfd) [OBJ_ATTR_PROC][Tag_CPU_name].s; in bfd_arm_get_mach_from_attributes()
14016 else if (tag == Tag_CPU_raw_name || tag == Tag_CPU_name) in elf32_arm_obj_attrs_arg_type()
14577 case Tag_CPU_name: in elf32_arm_merge_eabi_attributes()
14644 out_attr[Tag_CPU_name].s = in_attr[Tag_CPU_name].s in elf32_arm_merge_eabi_attributes()
14645 ? _bfd_elf_attr_strdup (obfd, in_attr[Tag_CPU_name].s) in elf32_arm_merge_eabi_attributes()
14653 out_attr[Tag_CPU_name].s = NULL; in elf32_arm_merge_eabi_attributes()
14659 if (out_attr[Tag_CPU_name].s == NULL in elf32_arm_merge_eabi_attributes()
14661 out_attr[Tag_CPU_name].s = in elf32_arm_merge_eabi_attributes()
DChangeLog-2006163 Only set Tag_CPU_name and Tag_ABI_PCS_R9_use if input attribute
DChangeLog-201515 (elf32_arm_merge_eabi_attributes): Add Tag_CPU_name values for
DChangeLog-20094984 Improve/tidy up support for Tag_CPU_raw_name, Tag_CPU_name,
/netbsd/src/external/gpl3/binutils/dist/gas/doc/
Dc-arm.texi957 @code{Tag_CPU_raw_name}, @code{Tag_CPU_name}, @code{Tag_CPU_arch},
Das.info8661 ‘Tag_CPU_raw_name’, ‘Tag_CPU_name’, ‘Tag_CPU_arch’,
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-arm.c33228 aeabi_set_attribute_string (Tag_CPU_name, q); in aeabi_set_public_attributes()
33682 T (Tag_CPU_name), in arm_convert_symbolic_attribute()