HomeSort by: relevance | last modified time | path
    Searched defs:abbrevs (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/libbacktrace/
dwarf.c 122 struct abbrevs struct
124 /* The number of abbrevs in the vector. */
126 /* The abbrevs, sorted by the code field. */
127 struct abbrev *abbrevs; member in struct:abbrevs
332 struct abbrevs abbrevs; member in struct:unit
732 free_abbrevs (struct backtrace_state *state, struct abbrevs *abbrevs,
737 for (i = 0; i < abbrevs->num_abbrevs; ++i)
738 backtrace_free (state, abbrevs->abbrevs[i].attrs
    [all...]
  /src/external/gpl3/gcc.old/dist/libbacktrace/
dwarf.c 122 struct abbrevs struct
124 /* The number of abbrevs in the vector. */
126 /* The abbrevs, sorted by the code field. */
127 struct abbrev *abbrevs; member in struct:abbrevs
332 struct abbrevs abbrevs; member in struct:unit
732 free_abbrevs (struct backtrace_state *state, struct abbrevs *abbrevs,
737 for (i = 0; i < abbrevs->num_abbrevs; ++i)
738 backtrace_free (state, abbrevs->abbrevs[i].attrs
    [all...]
  /src/external/gpl3/gdb/dist/libbacktrace/
dwarf.c 122 struct abbrevs struct
124 /* The number of abbrevs in the vector. */
126 /* The abbrevs, sorted by the code field. */
127 struct abbrev *abbrevs; member in struct:abbrevs
332 struct abbrevs abbrevs; member in struct:unit
732 free_abbrevs (struct backtrace_state *state, struct abbrevs *abbrevs,
737 for (i = 0; i < abbrevs->num_abbrevs; ++i)
738 backtrace_free (state, abbrevs->abbrevs[i].attrs
    [all...]
  /src/external/gpl3/gdb.old/dist/libbacktrace/
dwarf.c 122 struct abbrevs struct
124 /* The number of abbrevs in the vector. */
126 /* The abbrevs, sorted by the code field. */
127 struct abbrev *abbrevs; member in struct:abbrevs
332 struct abbrevs abbrevs; member in struct:unit
732 free_abbrevs (struct backtrace_state *state, struct abbrevs *abbrevs,
737 for (i = 0; i < abbrevs->num_abbrevs; ++i)
738 backtrace_free (state, abbrevs->abbrevs[i].attrs
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 277 /* Hash table to map offsets to decoded abbrevs. */
375 struct abbrev_info **abbrevs; member in struct:comp_unit
1107 lookup_abbrev (unsigned int number, struct abbrev_info **abbrevs)
1113 abbrev = abbrevs[hash_number];
1127 array of abbrevs, so that compilation units using the same set of
1128 abbrevs do not waste memory. */
1133 struct abbrev_info **abbrevs; member in struct:abbrev_offset_entry
1155 struct abbrev_info **abbrevs = ent->abbrevs; local
1160 struct abbrev_info *abbrev = abbrevs[i]
1180 struct abbrev_info **abbrevs; local
4402 struct abbrev_info** abbrevs; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c 277 /* Hash table to map offsets to decoded abbrevs. */
375 struct abbrev_info **abbrevs; member in struct:comp_unit
1107 lookup_abbrev (unsigned int number, struct abbrev_info **abbrevs)
1113 abbrev = abbrevs[hash_number];
1127 array of abbrevs, so that compilation units using the same set of
1128 abbrevs do not waste memory. */
1133 struct abbrev_info **abbrevs; member in struct:abbrev_offset_entry
1155 struct abbrev_info **abbrevs = ent->abbrevs; local
1160 struct abbrev_info *abbrev = abbrevs[i]
1180 struct abbrev_info **abbrevs; local
4402 struct abbrev_info** abbrevs; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
dwarf2.c 277 /* Hash table to map offsets to decoded abbrevs. */
375 struct abbrev_info **abbrevs; member in struct:comp_unit
1107 lookup_abbrev (unsigned int number, struct abbrev_info **abbrevs)
1113 abbrev = abbrevs[hash_number];
1127 array of abbrevs, so that compilation units using the same set of
1128 abbrevs do not waste memory. */
1133 struct abbrev_info **abbrevs; member in struct:abbrev_offset_entry
1155 struct abbrev_info **abbrevs = ent->abbrevs; local
1160 struct abbrev_info *abbrev = abbrevs[i]
1180 struct abbrev_info **abbrevs; local
4402 struct abbrev_info** abbrevs; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c 277 /* Hash table to map offsets to decoded abbrevs. */
378 struct abbrev_info **abbrevs; member in struct:comp_unit
1110 lookup_abbrev (unsigned int number, struct abbrev_info **abbrevs)
1116 abbrev = abbrevs[hash_number];
1130 array of abbrevs, so that compilation units using the same set of
1131 abbrevs do not waste memory. */
1136 struct abbrev_info **abbrevs; member in struct:abbrev_offset_entry
1158 struct abbrev_info **abbrevs = ent->abbrevs; local
1163 struct abbrev_info *abbrev = abbrevs[i]
1183 struct abbrev_info **abbrevs; local
4395 struct abbrev_info** abbrevs; local
    [all...]

Completed in 36 milliseconds