HomeSort by: relevance | last modified time | path
    Searched defs:num_attrs (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
abbrev.c 122 int num_attrs = 0; local
217 ++num_attrs;
222 cur_abbrev->num_attrs = num_attrs;
die.h 29 /* Allocate a new die_info on OBSTACK. NUM_ATTRS is the number of
31 static die_info *allocate (struct obstack *obstack, int num_attrs);
45 for (unsigned i = 0; i < num_attrs; ++i)
56 for (unsigned i = 0; i < num_attrs; ++i)
76 for (unsigned i = 0; i < num_attrs; ++i)
93 for (unsigned i = 0; i < num_attrs; ++i)
110 unsigned char num_attrs; member in struct:die_info
136 /* An array of attributes, with NUM_ATTRS elements. There may be
abbrev.c 122 int num_attrs = 0; local
217 ++num_attrs;
222 cur_abbrev->num_attrs = num_attrs;
die.h 29 /* Allocate a new die_info on OBSTACK. NUM_ATTRS is the number of
31 static die_info *allocate (struct obstack *obstack, int num_attrs);
45 for (unsigned i = 0; i < num_attrs; ++i)
56 for (unsigned i = 0; i < num_attrs; ++i)
76 for (unsigned i = 0; i < num_attrs; ++i)
93 for (unsigned i = 0; i < num_attrs; ++i)
110 unsigned char num_attrs; member in struct:die_info
136 /* An array of attributes, with NUM_ATTRS elements. There may be
abbrev.h 57 unsigned short num_attrs; member in struct:abbrev_info
abbrev.h 57 unsigned short num_attrs; member in struct:abbrev_info
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
abbrev.c 122 int num_attrs = 0; local
217 ++num_attrs;
222 cur_abbrev->num_attrs = num_attrs;
die.h 30 /* Allocate a new die_info on OBSTACK. NUM_ATTRS is the number of
32 static die_info *allocate (struct obstack *obstack, int num_attrs);
46 for (unsigned i = 0; i < num_attrs; ++i)
57 for (unsigned i = 0; i < num_attrs; ++i)
77 for (unsigned i = 0; i < num_attrs; ++i)
94 for (unsigned i = 0; i < num_attrs; ++i)
118 unsigned char num_attrs; member in struct:die_info
144 /* An array of attributes, with NUM_ATTRS elements. There may be
abbrev.c 122 int num_attrs = 0; local
217 ++num_attrs;
222 cur_abbrev->num_attrs = num_attrs;
die.h 30 /* Allocate a new die_info on OBSTACK. NUM_ATTRS is the number of
32 static die_info *allocate (struct obstack *obstack, int num_attrs);
46 for (unsigned i = 0; i < num_attrs; ++i)
57 for (unsigned i = 0; i < num_attrs; ++i)
77 for (unsigned i = 0; i < num_attrs; ++i)
94 for (unsigned i = 0; i < num_attrs; ++i)
118 unsigned char num_attrs; member in struct:die_info
144 /* An array of attributes, with NUM_ATTRS elements. There may be
abbrev.h 57 unsigned short num_attrs; member in struct:abbrev_info
abbrev.h 57 unsigned short num_attrs; member in struct:abbrev_info
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-target-attr.cc 356 unsigned int num_attrs = 0; local
359 num_attrs++;
366 if (num_attrs != num_semicolons + 1)
riscv-target-attr.cc 356 unsigned int num_attrs = 0; local
359 num_attrs++;
366 if (num_attrs != num_semicolons + 1)
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_topology.c 621 uint32_t i, num_attrs; local
735 num_attrs = ARRAY_SIZE(perf_attr_iommu);
738 * num_attrs + sizeof(struct attribute_group),
750 for (i = 0; i < num_attrs; i++)
kfd_topology.c 621 uint32_t i, num_attrs; local
735 num_attrs = ARRAY_SIZE(perf_attr_iommu);
738 * num_attrs + sizeof(struct attribute_group),
750 for (i = 0; i < num_attrs; i++)
  /src/external/gpl3/gcc/dist/libbacktrace/
dwarf.c 110 size_t num_attrs; member in struct:abbrev
739 abbrevs->abbrevs[i].num_attrs * sizeof (struct attr),
1422 size_t num_attrs; local
1437 num_attrs = 0;
1442 ++num_attrs;
1448 if (num_attrs == 0)
1457 backtrace_alloc (state, num_attrs * sizeof *attrs,
1461 num_attrs = 0;
1471 attrs[num_attrs].name = (enum dwarf_attribute) name;
1472 attrs[num_attrs].form = (enum dwarf_form) form
    [all...]
dwarf.c 110 size_t num_attrs; member in struct:abbrev
739 abbrevs->abbrevs[i].num_attrs * sizeof (struct attr),
1422 size_t num_attrs; local
1437 num_attrs = 0;
1442 ++num_attrs;
1448 if (num_attrs == 0)
1457 backtrace_alloc (state, num_attrs * sizeof *attrs,
1461 num_attrs = 0;
1471 attrs[num_attrs].name = (enum dwarf_attribute) name;
1472 attrs[num_attrs].form = (enum dwarf_form) form
    [all...]
  /src/external/gpl3/gcc.old/dist/libbacktrace/
dwarf.c 110 size_t num_attrs; member in struct:abbrev
739 abbrevs->abbrevs[i].num_attrs * sizeof (struct attr),
1422 size_t num_attrs; local
1437 num_attrs = 0;
1442 ++num_attrs;
1448 if (num_attrs == 0)
1457 backtrace_alloc (state, num_attrs * sizeof *attrs,
1461 num_attrs = 0;
1471 attrs[num_attrs].name = (enum dwarf_attribute) name;
1472 attrs[num_attrs].form = (enum dwarf_form) form
    [all...]
dwarf.c 110 size_t num_attrs; member in struct:abbrev
739 abbrevs->abbrevs[i].num_attrs * sizeof (struct attr),
1422 size_t num_attrs; local
1437 num_attrs = 0;
1442 ++num_attrs;
1448 if (num_attrs == 0)
1457 backtrace_alloc (state, num_attrs * sizeof *attrs,
1461 num_attrs = 0;
1471 attrs[num_attrs].name = (enum dwarf_attribute) name;
1472 attrs[num_attrs].form = (enum dwarf_form) form
    [all...]
  /src/external/gpl3/gdb/dist/libbacktrace/
dwarf.c 110 size_t num_attrs; member in struct:abbrev
739 abbrevs->abbrevs[i].num_attrs * sizeof (struct attr),
1422 size_t num_attrs; local
1437 num_attrs = 0;
1442 ++num_attrs;
1448 if (num_attrs == 0)
1457 backtrace_alloc (state, num_attrs * sizeof *attrs,
1461 num_attrs = 0;
1471 attrs[num_attrs].name = (enum dwarf_attribute) name;
1472 attrs[num_attrs].form = (enum dwarf_form) form
    [all...]
dwarf.c 110 size_t num_attrs; member in struct:abbrev
739 abbrevs->abbrevs[i].num_attrs * sizeof (struct attr),
1422 size_t num_attrs; local
1437 num_attrs = 0;
1442 ++num_attrs;
1448 if (num_attrs == 0)
1457 backtrace_alloc (state, num_attrs * sizeof *attrs,
1461 num_attrs = 0;
1471 attrs[num_attrs].name = (enum dwarf_attribute) name;
1472 attrs[num_attrs].form = (enum dwarf_form) form
    [all...]
  /src/external/gpl3/gdb.old/dist/libbacktrace/
dwarf.c 110 size_t num_attrs; member in struct:abbrev
739 abbrevs->abbrevs[i].num_attrs * sizeof (struct attr),
1422 size_t num_attrs; local
1437 num_attrs = 0;
1442 ++num_attrs;
1448 if (num_attrs == 0)
1457 backtrace_alloc (state, num_attrs * sizeof *attrs,
1461 num_attrs = 0;
1471 attrs[num_attrs].name = (enum dwarf_attribute) name;
1472 attrs[num_attrs].form = (enum dwarf_form) form
    [all...]
dwarf.c 110 size_t num_attrs; member in struct:abbrev
739 abbrevs->abbrevs[i].num_attrs * sizeof (struct attr),
1422 size_t num_attrs; local
1437 num_attrs = 0;
1442 ++num_attrs;
1448 if (num_attrs == 0)
1457 backtrace_alloc (state, num_attrs * sizeof *attrs,
1461 num_attrs = 0;
1471 attrs[num_attrs].name = (enum dwarf_attribute) name;
1472 attrs[num_attrs].form = (enum dwarf_form) form
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 454 unsigned int num_attrs; /* Number of attributes. */ member in struct:abbrev_info
1246 if ((cur_abbrev->num_attrs % ATTR_ALLOC_CHUNK) == 0)
1250 amt = cur_abbrev->num_attrs + ATTR_ALLOC_CHUNK;
1258 cur_abbrev->attrs[cur_abbrev->num_attrs].name
1260 cur_abbrev->attrs[cur_abbrev->num_attrs].form
1262 cur_abbrev->attrs[cur_abbrev->num_attrs].implicit_const
1264 ++cur_abbrev->num_attrs;
3628 for (i = 0; i < abbrev->num_attrs; ++i)
3998 for (i = 0; i < abbrev->num_attrs; ++i)
4101 for (i = 0; i < abbrev->num_attrs; ++i
    [all...]

Completed in 93 milliseconds

1 2