Searched refs:attr_value (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Ddwarf_reader.cc703 Attribute_value attr_value; local
704 attr_value.attr = attr;
705 attr_value.form = form;
706 attr_value.aux.shndx = 0;
710 attr_value.val.intval = 1;
721 attr_value.aux.shndx = shndx;
722 attr_value.val.refval = str_off;
734 attr_value.aux.shndx = shndx;
735 attr_value.val.refval = sec_off;
749 attr_value
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgenattrtab.c162 struct attr_value struct
165 struct attr_value *next; /* Next attribute value in chain. */
178 struct attr_value *first_value; /* First value of this attribute. */
179 struct attr_value *default_val; /* Default value for this attribute. */
198 struct attr_value *av;
267 static void insert_insn_ent (struct attr_value *, struct insn_ent *);
279 static struct attr_value *find_most_used (struct attr_desc *);
284 struct attr_value *,
752 struct attr_value *av;
909 struct attr_value *a
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dgenattrtab.c161 struct attr_value struct
164 struct attr_value *next; /* Next attribute value in chain. */
183 struct attr_value *first_value; /* First value of this attribute. */
184 struct attr_value *default_val; /* Default value for this attribute. */
380 static struct attr_value *get_attr_value PROTO((rtx, struct attr_desc *, int));
411 static void remove_insn_ent PROTO((struct attr_value *, struct insn_ent *));
412 static void insert_insn_ent PROTO((struct attr_value *, struct insn_ent *));
437 static void write_attr_case PROTO((struct attr_desc *, struct attr_value *,
454 static struct attr_value *find_most_used PROTO((struct attr_desc *));
931 struct attr_value *a
[all...]

Completed in 116 milliseconds