Searched refs:OBJ_ATTR_GNU (Results 1 – 11 of 11) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | attributes.h | 61 OBJ_ATTR_GNU, enumerator 63 OBJ_ATTR_LAST = OBJ_ATTR_GNU 172 case OBJ_ATTR_GNU: in arg_type()
|
D | attributes.cc | 303 vendor = Object_attribute::OBJ_ATTR_GNU; in Attributes_section_data()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf-attrs.c | 119 size += vendor_obj_attr_size (abfd, OBJ_ATTR_GNU); in bfd_elf_obj_attr_size() 419 case OBJ_ATTR_GNU: in _bfd_elf_obj_attrs_arg_type() 471 vendor = OBJ_ATTR_GNU; in _bfd_elf_parse_attributes()
|
D | elf-bfd.h | 1490 #define OBJ_ATTR_GNU 1 macro 1492 #define OBJ_ATTR_LAST OBJ_ATTR_GNU
|
D | elfxx-sparc.c | 4906 in_attrs = elf_known_obj_attributes (ibfd)[OBJ_ATTR_GNU]; in _bfd_sparc_elf_merge_private_bfd_data() 4907 out_attrs = elf_known_obj_attributes (obfd)[OBJ_ATTR_GNU]; in _bfd_sparc_elf_merge_private_bfd_data()
|
D | elfxx-mips.c | 14068 in_attr = elf_known_obj_attributes (abfd)[OBJ_ATTR_GNU]; in infer_mips_abiflags() 14901 in_attr = elf_known_obj_attributes (ibfd)[OBJ_ATTR_GNU]; in mips_elf_merge_obj_attributes() 14924 out_attr = elf_known_obj_attributes (obfd)[OBJ_ATTR_GNU]; in mips_elf_merge_obj_attributes() 15078 obj_attribute *in_attr = elf_known_obj_attributes (ibfd)[OBJ_ATTR_GNU]; in _bfd_mips_elf_merge_private_bfd_data() 15186 out_attr = elf_known_obj_attributes (obfd)[OBJ_ATTR_GNU]; in _bfd_mips_elf_merge_private_bfd_data()
|
D | elf32-ppc.c | 4551 in_attrs = elf_known_obj_attributes (ibfd)[OBJ_ATTR_GNU]; in ppc_elf_merge_obj_attributes() 4552 out_attrs = elf_known_obj_attributes (obfd)[OBJ_ATTR_GNU]; in ppc_elf_merge_obj_attributes()
|
D | ChangeLog-2007 | 1824 OBJ_ATTR_PROC, OBJ_ATTR_GNU, OBJ_ATTR_FIRST, OBJ_ATTR_LAST,
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-sparc.c | 1004 bfd_elf_add_obj_attr_int (stdoutput, OBJ_ATTR_GNU, Tag_GNU_Sparc_HWCAPS, hwcaps); in sparc_md_end() 1006 bfd_elf_add_obj_attr_int (stdoutput, OBJ_ATTR_GNU, Tag_GNU_Sparc_HWCAPS2, hwcaps2); in sparc_md_end()
|
D | obj-elf.c | 1634 obj_elf_vendor_attribute (OBJ_ATTR_GNU); in obj_elf_gnu_attribute()
|
D | tc-mips.c | 18160 flags.fp_abi = bfd_elf_get_obj_attr_int (stdoutput, OBJ_ATTR_GNU, in mips_elf_final_processing() 18257 fpabi = bfd_elf_get_obj_attr_int (stdoutput, OBJ_ATTR_GNU, in mips_elf_final_processing() 19228 if (obj_elf_seen_attribute (OBJ_ATTR_GNU, Tag_GNU_MIPS_ABI_FP)) in md_mips_end() 19231 fpabi = bfd_elf_get_obj_attr_int (stdoutput, OBJ_ATTR_GNU, in md_mips_end() 19267 bfd_elf_add_obj_attr_int (stdoutput, OBJ_ATTR_GNU, in md_mips_end()
|