Home
last modified time | relevance | path

Searched refs:type_required (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dattribs.c93 || !attribute_tables[i][j].type_required); in init_attributes()
98 || attribute_tables[i][j].type_required); in init_attributes()
210 if (spec->type_required && DECL_P (*anode)) in decl_attributes()
267 if (spec->type_required && DECL_P (*node) in decl_attributes()
H A Dtree.h3668 const bool type_required; member
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dattribs.c91 && attribute_tables[i][j].type_required) in init_attributes()
96 && !attribute_tables[i][j].type_required) in init_attributes()
220 if (spec->type_required && DECL_P (*anode))
259 if (spec->type_required && DECL_P (*node)
H A Dtree.h2332 const bool type_required; member
H A DChangeLog.719607 if type_required and passed decl.
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dmach-o.h435 unsigned int type_required; member
H A Dmach-o.c421 typeflag = cur->type_required ? cur->type & BFD_MACH_O_LC_REQ_DYLD : cur->type;
1492 command->type_required = (bfd_h_get_32 (abfd, buf) & BFD_MACH_O_LC_REQ_DYLD
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dmach-o.h435 unsigned int type_required; member
H A Dmach-o.c517 typeflag = cur->type_required ? cur->type & BFD_MACH_O_LC_REQ_DYLD : cur->type; in bfd_mach_o_write_contents()
1331 command->type_required = (bfd_h_get_32 (abfd, buf) & BFD_MACH_O_LC_REQ_DYLD in bfd_mach_o_scan_read_command()