Lines Matching refs:ncols
1159 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()
1317 const unsigned char* poffsets = pcolhdrs + ncols * sizeof(uint32_t); in sized_verify_dwo_list()
1318 const unsigned char* psizes = poffsets + nused * ncols * sizeof(uint32_t); in sized_verify_dwo_list()
1319 const unsigned char* pend = psizes + nused * ncols * sizeof(uint32_t); in sized_verify_dwo_list()
1978 unsigned int ncols = 0; in write_index() local
1981 ncols++; in write_index()
1982 const unsigned int ntable = (nrows * 2 + 1) * ncols; in write_index()
1997 elfcpp::Swap_unaligned<32, big_endian>::writeval(p, ncols); in write_index()