/toolchain/binutils/binutils-2.25/gold/ |
attributes.h | 57 // (and possibly also processor-specific), index OBJ_ATTR_GNU. 61 OBJ_ATTR_GNU, 63 OBJ_ATTR_LAST = OBJ_ATTR_GNU 172 case OBJ_ATTR_GNU:
|
attributes.cc | 303 vendor = Object_attribute::OBJ_ATTR_GNU;
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf-attrs.c | 82 (OBJ_ATTR_PROC or OBJ_ATTR_GNU), or 0 if there are no attributes 83 for that vendor to record and the vendor is OBJ_ATTR_GNU. */ 119 size += vendor_obj_attr_size (abfd, OBJ_ATTR_GNU); 419 case OBJ_ATTR_GNU: 471 vendor = OBJ_ATTR_GNU;
|
elf-bfd.h | [all...] |
elfxx-sparc.c | [all...] |
elfxx-mips.c | [all...] |
elf32-ppc.c | [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-sparc.c | 1009 bfd_elf_add_obj_attr_int (stdoutput, OBJ_ATTR_GNU, Tag_GNU_Sparc_HWCAPS, hwcaps); 1011 bfd_elf_add_obj_attr_int (stdoutput, OBJ_ATTR_GNU, Tag_GNU_Sparc_HWCAPS2, hwcaps2); [all...] |
obj-elf.c | [all...] |
tc-mips.c | [all...] |