Searched refs:attrs (Results 1 - 25 of 174) sorted by path

1234567

/freebsd-11-stable/contrib/binutils/bfd/
H A DMakefile.am300 elf-attrs.lo \
479 elf-attrs.c \
1565 elf-attrs.lo: elf-attrs.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
H A DMakefile.in549 elf-attrs.lo \
728 elf-attrs.c \
2144 elf-attrs.lo: elf-attrs.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
H A Ddwarf2.c223 struct attr_abbrev *attrs; /* An array of attribute descriptions. */ member in struct:abbrev_info
496 tmp = bfd_realloc (cur_abbrev->attrs, amt);
507 free (abbrev->attrs);
513 cur_abbrev->attrs = tmp;
516 cur_abbrev->attrs[cur_abbrev->num_attrs].name
518 cur_abbrev->attrs[cur_abbrev->num_attrs++].form
1590 info_ptr = read_attribute (&attr, &abbrev->attrs[i], unit, info_ptr);
1744 info_ptr = read_attribute (&attr, &abbrev->attrs[i], unit, info_ptr);
1986 info_ptr = read_attribute (&attr, &abbrev->attrs[i], unit, info_ptr);
2681 free (abbrev->attrs);
[all...]
H A Dmep-relocs.pl58 ($pattern, $sign, $attrs) = $rest =~ m@(.*) ([US]) (.*)\*/@;
62 push(@attrs, $attrs);
64 printf "%4d $rel p=`$pattern' s=`$sign' a=`$attrs'\n", $#pattern;
136 $pcrel = 1 if $attrs[$i] =~ /pc-rel/i;
138 $overflow = 'N' if $attrs[$i] =~ /no-overflow/;
158 if ($attrs[$i] =~ /tp-rel/i) {
161 if ($attrs[$i] =~ /gp-rel/i) {
164 if ($attrs[$i] !~ /no-overflow/ && $bits[$i] < 32) {
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dcgen.h155 #define CGEN_BOOL_ATTR(attrs, attr) ((CGEN_ATTR_MASK (attr) & (attrs)) != 0)
448 CGEN_ATTR_TYPE (CGEN_HW_NBOOL_ATTRS) attrs;
449 #define CGEN_HW_ATTRS(hw) (&(hw)->attrs)
504 CGEN_ATTR_TYPE (CGEN_KEYWORD_NBOOL_ATTRS) attrs;
701 CGEN_ATTR_TYPE (CGEN_OPERAND_NBOOL_ATTRS) attrs;
702 #define CGEN_OPERAND_ATTRS(operand) (&(operand)->attrs)
773 unsigned int attrs;
774 #define CGEN_OPINST_ATTRS(opinst) ((opinst)->attrs)
861 CGEN_ATTR_TYPE (CGEN_IFLD_NBOOL_ATTRS) attrs;
440 CGEN_ATTR_TYPE (CGEN_HW_NBOOL_ATTRS) attrs; member in struct:__anon564
496 CGEN_ATTR_TYPE (CGEN_KEYWORD_NBOOL_ATTRS) attrs; member in struct:cgen_keyword_entry
691 CGEN_ATTR_TYPE (CGEN_OPERAND_NBOOL_ATTRS) attrs; member in struct:__anon568
762 unsigned int attrs; member in struct:__anon570
848 CGEN_ATTR_TYPE (CGEN_IFLD_NBOOL_ATTRS) attrs; member in struct:cgen_ifld
1025 CGEN_INSN_ATTR_TYPE attrs; member in struct:__anon576
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmep-desc.h115 /* Enum declaration for cgen_ifld attrs. */
126 #define CGEN_ATTR_CGEN_IFLD_MACH_VALUE(attrs) ((attrs)->nonbool[CGEN_IFLD_MACH-CGEN_IFLD_START_NBOOLS-1].nonbitset)
127 #define CGEN_ATTR_CGEN_IFLD_ISA_VALUE(attrs) ((attrs)->nonbool[CGEN_IFLD_ISA-CGEN_IFLD_START_NBOOLS-1].bitset)
128 #define CGEN_ATTR_CGEN_IFLD_VIRTUAL_VALUE(attrs) (((attrs)->bool & (1 << CGEN_IFLD_VIRTUAL)) != 0)
129 #define CGEN_ATTR_CGEN_IFLD_PCREL_ADDR_VALUE(attrs) (((attrs)->bool & (1 << CGEN_IFLD_PCREL_ADDR)) != 0)
130 #define CGEN_ATTR_CGEN_IFLD_ABS_ADDR_VALUE(attrs) (((attr
[all...]
H A Dmep-dis.c98 unsigned int attrs)
100 print_keyword (cd, dis_info, & mep_cgen_opval_h_cr_fmax, value, attrs);
107 unsigned int attrs)
109 print_keyword (cd, dis_info, & mep_cgen_opval_h_ccr_fmax, value, attrs);
511 void const *attrs ATTRIBUTE_UNUSED,
806 unsigned int attrs,
813 CGEN_PRINT_NORMAL (cd, info, value, attrs, pc, length);
817 if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SEM_ONLY))
819 else if (CGEN_BOOL_ATTR (attrs, CGEN_OPERAND_SIGNED))
831 unsigned int attrs,
93 print_fmax_cr(CGEN_CPU_DESC cd, void *dis_info, CGEN_KEYWORD *keyword_table ATTRIBUTE_UNUSED, long value, unsigned int attrs) argument
102 print_fmax_ccr(CGEN_CPU_DESC cd, void *dis_info, CGEN_KEYWORD *keyword_table ATTRIBUTE_UNUSED, long value, unsigned int attrs) argument
801 print_normal(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, void *dis_info, long value, unsigned int attrs, bfd_vma pc ATTRIBUTE_UNUSED, int length ATTRIBUTE_UNUSED) argument
826 print_address(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, void *dis_info, bfd_vma value, unsigned int attrs, bfd_vma pc ATTRIBUTE_UNUSED, int length ATTRIBUTE_UNUSED) argument
[all...]
H A Dmep-ibld.c125 unsigned int attrs,
154 if (CGEN_BOOL_ATTR (attrs, CGEN_IFLD_SIGN_OPT))
169 else if (! CGEN_BOOL_ATTR (attrs, CGEN_IFLD_SIGNED))
423 unsigned int attrs,
489 if (CGEN_BOOL_ATTR (attrs, CGEN_IFLD_SIGNED)
122 insert_normal(CGEN_CPU_DESC cd, long value, unsigned int attrs, unsigned int word_offset, unsigned int start, unsigned int length, unsigned int word_length, unsigned int total_length, CGEN_INSN_BYTES_PTR buffer) argument
414 extract_normal(CGEN_CPU_DESC cd, CGEN_EXTRACT_INFO *ex_info, CGEN_INSN_INT insn_value, unsigned int attrs, unsigned int word_offset, unsigned int start, unsigned int length, unsigned int word_length, unsigned int total_length, bfd_vma pc, long *valuep) argument
/freebsd-11-stable/contrib/dialog/
H A Dutil.c558 chtype attrs = dlg_get_attrs(win); local
562 if ((pair = PAIR_NUMBER(attrs)) != 0
665 chtype attrs[4]; local
672 attrs[3] = tag_key_selected_attr;
673 attrs[2] = tag_key_attr;
674 attrs[1] = tag_selected_attr;
675 attrs[0] = tag_attr;
677 (void) wattrset(win, selected ? attrs[3] : attrs[2]);
683 (void) wattrset(win, selected ? attrs[
1394 attr_t attrs; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dc-common.c3110 #include "builtin-attrs.def"
4193 #include "builtin-attrs.def"
5633 check_function_nonnull (tree attrs, tree params)
5638 for (a = attrs; a; a = TREE_CHAIN (a))
5666 check_function_sentinel (tree attrs, tree params, tree typelist)
5668 tree attr = lookup_attribute ("sentinel", attrs);
6084 check_function_arguments (tree attrs, tree params, tree typelist)
6090 check_function_nonnull (attrs, params);
6095 check_function_format (attrs, params);
6098 check_function_sentinel (attrs, param
5616 check_function_nonnull(tree attrs, tree params) argument
5649 check_function_sentinel(tree attrs, tree params, tree typelist) argument
6066 check_function_arguments(tree attrs, tree params, tree typelist) argument
6105 tree attrs; local
[all...]
H A Dc-decl.c2911 tree attrs)
2938 if (attrs)
2939 decl_attributes (&decl, attrs, ATTR_FLAG_BUILT_IN);
3135 declarator->u.array.attrs = quals->attrs;
3140 declarator->u.array.attrs = NULL_TREE;
3214 tree attrs = specs->attrs;
3216 specs->attrs = NULL_TREE;
3222 decl_attributes (&decl, attrs,
2895 builtin_function(const char *name, tree type, int function_code, enum built_in_class cl, const char *library_name, tree attrs) argument
3198 tree attrs = specs->attrs; local
3218 tree attrs = type_name->specs->attrs; local
4711 tree attrs = declarator->u.attrs; local
7661 build_c_parm(struct c_declspecs *specs, tree attrs, struct c_declarator *declarator) argument
7676 build_attrs_declarator(tree attrs, struct c_declarator *target) argument
7723 tree attrs; local
8017 tree attrs = type_quals_attrs->attrs; local
8813 declspecs_add_attrs(struct c_declspecs *specs, tree attrs) argument
[all...]
H A Dc-format.c892 check_function_format (tree attrs, tree params)
897 for (a = attrs; a; a = TREE_CHAIN (a))
888 check_function_format(tree attrs, tree params) argument
H A Dc-parser.c1382 if (!specs->declspecs_seen_p || specs->attrs == NULL_TREE
1385 c_parser_objc_class_definition (parser, specs->attrs);
1393 if (!specs->declspecs_seen_p || specs->attrs == NULL_TREE
1396 c_parser_objc_protocol_definition (parser, specs->attrs);
1401 prefix_attrs = specs->attrs;
1403 specs->attrs = NULL_TREE;
1697 tree attrs;
1827 attrs = c_parser_attributes (parser);
1828 declspecs_add_attrs (specs, attrs);
1863 tree attrs;
1695 tree attrs; local
1861 tree attrs; local
1990 tree attrs; local
2531 tree attrs; local
2662 tree attrs; local
2684 c_parser_parms_declarator(c_parser *parser, bool id_list_ok, tree attrs) argument
2746 c_parser_parms_list_declarator(c_parser *parser, tree attrs) argument
2871 c_parser_parameter_declaration(c_parser *parser, tree attrs) argument
3007 tree attrs = NULL_TREE; local
3751 tree attrs; local
4155 tree block, cond, body, save_break, save_cont, attrs; local
4194 tree block, cond, body, save_break, save_cont, new_break, new_cont, attrs; local
4249 tree block, cond, incr, save_break, save_cont, body, attrs; local
[all...]
H A Dc-tree.h232 tree attrs; member in struct:c_declspecs
347 tree attrs; member in struct:c_declarator::__anon1195::__anon1196
356 tree attrs; member in union:c_declarator::__anon1195
373 tree attrs; member in struct:c_parm
H A Dc-typeck.c7786 tree blab, tree clab, tree attrs, bool cond_is_first)
7812 decl_attributes (&LABEL_EXPR_LABEL (top), attrs, 0);
7748 c_finish_loop(location_t start_locus, tree cond, tree incr, tree body, \ tree blab, tree clab, tree attrs, bool cond_is_first) argument
7776 decl_attributes (&LABEL_EXPR_LABEL (top), attrs, 0); local
H A Demit-rtl.c286 mem_attrs attrs;
299 attrs.alias = alias;
300 attrs.expr = expr;
301 attrs.offset = offset;
302 attrs.size = size;
303 attrs.align = align;
305 slot = htab_find_slot (mem_attrs_htab, &attrs, INSERT);
309 memcpy (*slot, &attrs, sizeof (mem_attrs));
344 reg_attrs attrs;
351 attrs
285 mem_attrs attrs; local
343 reg_attrs attrs; local
[all...]
H A Dgenattrtab.c196 static struct attr_desc *attrs[MAX_ATTRS_INDEX]; variable in typeref:struct:attr_desc
2785 for (attr = attrs[i]; attr; attr = attr->next)
4200 for (attr = attrs[index]; attr; attr = attr->next)
4205 for (attr = attrs[index]; attr; attr = attr->next)
4219 attr->next = attrs[index];
4220 attrs[index] = attr;
4622 for (attr = attrs[i]; attr; attr = attr->next)
4630 for (attr = attrs[i]; attr; attr = attr->next)
4643 for (attr = attrs[i]; attr; attr = attr->next)
H A Dlanghooks.h466 const char *library_name, tree attrs);
H A Dread-rtl.c66 htab_t attrs, macros; member in struct:macro_group
302 m = (struct mapping *) htab_find (macro->group->attrs, &attr);
668 modes.attrs = htab_create (13, def_hash, def_name_eq_p, 0);
675 codes.attrs = htab_create (13, def_hash, def_name_eq_p, 0);
682 lower = add_mapping (&modes, modes.attrs, "mode", 0);
683 upper = add_mapping (&modes, modes.attrs, "MODE", 0);
696 lower = add_mapping (&codes, codes.attrs, "code", 0);
697 upper = add_mapping (&codes, codes.attrs, "CODE", 0);
1507 read_mapping (&modes, modes.attrs, infile);
1517 read_mapping (&codes, codes.attrs, infil
[all...]
H A Dtree-vrp.c256 tree t, attrs, fntype; local
266 attrs = lookup_attribute ("nonnull", TYPE_ATTRIBUTES (fntype));
269 if (attrs == NULL_TREE)
273 if (TREE_VALUE (attrs) == NULL_TREE)
288 for (t = TREE_VALUE (attrs); t; t = TREE_CHAIN (t))
/freebsd-11-stable/contrib/gcc/config/
H A Dsol2-c.c176 tree attrs = tree_cons (get_identifier ("used"), NULL, init_list); local
177 decl_attributes (&decl, attrs, 0);
234 tree attrs = tree_cons (get_identifier ("used"), NULL, fini_list); local
235 decl_attributes (&decl, attrs, 0);
/freebsd-11-stable/contrib/gcc/cp/
H A Dcp-gimplify.c192 gimplify_cp_loop (tree cond, tree body, tree incr, tree attrs, argument
244 decl_attributes (&LABEL_EXPR_LABEL (top), attrs, 0); local
H A Dcp-tree.h4023 tree attrs);
H A Ddecl.c3424 tree attrs)
3446 if (attrs)
3447 decl_attributes (&decl, attrs, ATTR_FLAG_BUILT_IN);
3476 tree attrs)
3483 builtin_function_1 (name, type, std_node, code, cl, libname, attrs);
3488 cl, libname, attrs);
3823 tree attrs = type_specifiers->attributes;
3827 decl = grokdeclarator (declarator, type_specifiers, BLOCKDEF, 0, &attrs);
3828 if (attrs)
3829 cplus_decl_attributes (&decl, attrs,
3409 builtin_function_1(const char* name, tree type, tree context, enum built_in_function code, enum built_in_class class, const char* libname, tree attrs) argument
3462 builtin_function(const char* name, tree type, int code, enum built_in_class cl, const char* libname, tree attrs) argument
3813 tree attrs = type_specifiers->attributes; local
3830 tree attrs; local
8113 tree attrs; local
9458 tree attrs; local
11049 start_preparsed_function(tree decl1, tree attrs, int flags) argument
11471 start_function(cp_decl_specifier_seq *declspecs, const cp_declarator *declarator, tree attrs) argument
[all...]
H A Dparser.c11904 tree attrs;
11909 quals = cp_parser_cv_qualifier_or_attribute_seq_opt (parser, &attrs);
11917 return make_block_pointer_declarator (attrs, quals, inner);
19496 /*attrs*/NULL_TREE,
19600 /*attrs*/NULL_TREE,
19844 /*attrs*/NULL_TREE,
11902 tree attrs; local

Completed in 634 milliseconds

1234567