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

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_filter_compress.c 329 static unsigned debug_index; local
336 debug_buff[debug_index++] = code;
337 if (debug_index >= sizeof(debug_buff)/sizeof(debug_buff[0]))
338 debug_index = 0;
  /src/external/gpl3/binutils/dist/bfd/
xcofflink.c 4147 long *debug_index;
4165 debug_index = bfd_zalloc (sub, symcount * sizeof (long));
4166 if (debug_index == NULL)
4168 xcoff_data (sub)->debug_indices = debug_index;
4237 /* Use a debug_index of -2 to record that a symbol should
4239 *debug_index = -2;
4251 *debug_index = indx;
4254 *debug_index = -1;
4265 debug_index += sym.n_numaux + 1;
5192 long *debug_index;
4136 long *debug_index; local
5180 long *debug_index; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
xcofflink.c 4147 long *debug_index;
4165 debug_index = bfd_zalloc (sub, symcount * sizeof (long));
4166 if (debug_index == NULL)
4168 xcoff_data (sub)->debug_indices = debug_index;
4237 /* Use a debug_index of -2 to record that a symbol should
4239 *debug_index = -2;
4251 *debug_index = indx;
4254 *debug_index = -1;
4265 debug_index += sym.n_numaux + 1;
5192 long *debug_index;
4136 long *debug_index; local
5180 long *debug_index; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
xcofflink.c 4100 long *debug_index;
4118 debug_index = bfd_zalloc (sub, symcount * sizeof (long));
4119 if (debug_index == NULL)
4121 xcoff_data (sub)->debug_indices = debug_index;
4190 /* Use a debug_index of -2 to record that a symbol should
4192 *debug_index = -2;
4204 *debug_index = indx;
4207 *debug_index = -1;
4218 debug_index += sym.n_numaux + 1;
5145 long *debug_index;
4089 long *debug_index; local
5133 long *debug_index; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
xcofflink.c 4147 long *debug_index;
4165 debug_index = bfd_zalloc (sub, symcount * sizeof (long));
4166 if (debug_index == NULL)
4168 xcoff_data (sub)->debug_indices = debug_index;
4237 /* Use a debug_index of -2 to record that a symbol should
4239 *debug_index = -2;
4251 *debug_index = indx;
4254 *debug_index = -1;
4265 debug_index += sym.n_numaux + 1;
5192 long *debug_index;
4136 long *debug_index; local
5180 long *debug_index; local
    [all...]

Completed in 45 milliseconds