Home
last modified time | relevance | path

Searched refs:attr_abbrev (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/bfd/
Ddwarf2.c186 struct attr_abbrev *attrs; /* An array of attribute descriptions. */
190 struct attr_abbrev struct
494 amt *= sizeof (struct attr_abbrev); in read_abbrevs()
665 struct attr_abbrev *abbrev, in read_attribute()
DChangeLog-00013582 (struct attr_abbrev, ABBREV_HASH_SIZE, ATTR_ALLOC_CHUNK): Likewise.
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Ddwarf2.c221 struct attr_abbrev *attrs; /* An array of attribute descriptions. */
225 struct attr_abbrev struct
490 struct attr_abbrev *tmp; in read_abbrevs()
493 amt *= sizeof (struct attr_abbrev); in read_abbrevs()
679 struct attr_abbrev *abbrev, in read_attribute()
DChangeLog-00013582 (struct attr_abbrev, ABBREV_HASH_SIZE, ATTR_ALLOC_CHUNK): Likewise.
/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarf2read.c500 struct attr_abbrev *attrs; /* an array of attribute descriptions */
504 struct attr_abbrev struct
778 static char *read_attribute (struct attribute *, struct attr_abbrev *,
4958 struct attr_abbrev *cur_attrs; in dwarf2_read_abbrevs()
4974 cur_attrs = xmalloc (allocated_attrs * sizeof (struct attr_abbrev)); in dwarf2_read_abbrevs()
5003 * sizeof (struct attr_abbrev))); in dwarf2_read_abbrevs()
5026 * sizeof (struct attr_abbrev))); in dwarf2_read_abbrevs()
5028 cur_abbrev->num_attrs * sizeof (struct attr_abbrev)); in dwarf2_read_abbrevs()
5731 read_attribute (struct attribute *attr, struct attr_abbrev *abbrev, in read_attribute()