Searched refs:OBJ_ATTR_GNU (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-attrs.c80 (OBJ_ATTR_PROC or OBJ_ATTR_GNU), or 0 if there are no attributes
81 for that vendor to record and the vendor is OBJ_ATTR_GNU. */
117 size += vendor_obj_attr_size (abfd, OBJ_ATTR_GNU);
425 case OBJ_ATTR_GNU:
472 vendor = OBJ_ATTR_GNU;
H A Delf-bfd.h1313 (and possibly also processor-specific), index OBJ_ATTR_GNU. */ macro
1315 #define OBJ_ATTR_GNU 1
1317 #define OBJ_ATTR_LAST OBJ_ATTR_GNU
H A Delf32-ppc.c3708 in_attr = elf_known_obj_attributes (ibfd)[OBJ_ATTR_GNU];
3709 out_attr = elf_known_obj_attributes (obfd)[OBJ_ATTR_GNU];
H A Delfxx-mips.c11043 in_attr = elf_known_obj_attributes (ibfd)[OBJ_ATTR_GNU];
11044 out_attr = elf_known_obj_attributes (obfd)[OBJ_ATTR_GNU];

Completed in 130 milliseconds