Home
last modified time | relevance | path

Searched refs:ncols (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.c5688 unsigned int ncols; member
5720 unsigned int prev = fc->ncols; in frame_need_space()
5722 if (reg < (unsigned int) fc->ncols) in frame_need_space()
5729 fc->ncols = reg + 1; in frame_need_space()
5732 if (fc->ncols == 0) in frame_need_space()
5736 if (fc->ncols > 1024) in frame_need_space()
5739 fc->ncols = 0; in frame_need_space()
5745 fc->col_type = (short int *) xcrealloc (fc->col_type, fc->ncols, in frame_need_space()
5747 fc->col_offset = (int *) xcrealloc (fc->col_offset, fc->ncols, sizeof (int)); in frame_need_space()
5752 fc->ncols); in frame_need_space()
[all …]
DChangeLog-2014210 (struct Frame_Chunk): Make the ncols and ra fields unsigned.
211 (frame_need_space): Test for an ncols of zero.
DChangeLog-2015654 (process_cu_tu_index): Tighten check for an invalid ncols value.
762 (process_cu_tu_index): Add range check on the ncols value.
/toolchain/binutils/binutils-2.27/gold/
Ddwp.cc1159 unsigned int ncols = in sized_read_unit_index() local
1165 if (ncols == 0 || nused == 0) in sized_read_unit_index()
1177 const unsigned char* poffsets = pcolhdrs + ncols * sizeof(uint32_t); in sized_read_unit_index()
1178 const unsigned char* psizes = poffsets + nused * ncols * sizeof(uint32_t); in sized_read_unit_index()
1179 const unsigned char* pend = psizes + nused * ncols * sizeof(uint32_t); in sized_read_unit_index()
1213 poffsets + (index - 1) * ncols * sizeof(uint32_t); in sized_read_unit_index()
1215 psizes + (index - 1) * ncols * sizeof(uint32_t); in sized_read_unit_index()
1219 for (unsigned int j = 0; j <= ncols; j++) in sized_read_unit_index()
1301 unsigned int ncols = in sized_verify_dwo_list() local
1307 if (ncols == 0 || nused == 0) in sized_verify_dwo_list()
[all …]