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

/external/elfcopy/
H A Ddwarf.c2929 int *col_offset; member in struct:Frame_Chunk
2957 fc->col_offset = xcrealloc (fc->col_offset, fc->ncols, sizeof (int));
2962 fc->col_offset[prev] = 0;
3014 sprintf (tmp, "c%+d", fc->col_offset[r]);
3017 sprintf (tmp, "v%+d", fc->col_offset[r]);
3020 sprintf (tmp, "r%d", fc->col_offset[r]);
3134 fc->col_offset = xmalloc (sizeof (int));
3259 fc->col_offset = xmalloc (sizeof (int));
3269 fc->col_offset
[all...]

Completed in 51 milliseconds