Lines Matching refs:tableSize
257 unsigned long tableSize = table->size, hdrSize; in init_unwind_hdr() local
277 if (tableSize & (sizeof(*fde) - 1)) in init_unwind_hdr()
281 tableSize > sizeof(*fde) && tableSize - sizeof(*fde) >= *fde; in init_unwind_hdr()
282 tableSize -= sizeof(*fde) + *fde, fde += 1 + *fde / sizeof(*fde)) { in init_unwind_hdr()
307 if (tableSize || !n) in init_unwind_hdr()
328 for (fde = table->address, tableSize = table->size, n = 0; in init_unwind_hdr()
329 tableSize; in init_unwind_hdr()
330 tableSize -= sizeof(*fde) + *fde, fde += 1 + *fde / sizeof(*fde)) { in init_unwind_hdr()
932 unsigned long tableSize; in arc_unwind() local
938 tableSize = sizeof(unsigned long); in arc_unwind()
941 tableSize = 2; in arc_unwind()
944 tableSize = 4; in arc_unwind()
947 tableSize = 8; in arc_unwind()
950 tableSize = 0; in arc_unwind()
955 if (tableSize && read_pointer(&ptr, end, hdr[1]) in arc_unwind()
958 && i == (end - ptr) / (2 * tableSize) in arc_unwind()
959 && !((end - ptr) % (2 * tableSize))) { in arc_unwind()
962 ptr + (i / 2) * (2 * tableSize); in arc_unwind()
965 cur + tableSize, in arc_unwind()
970 ptr = cur - tableSize; in arc_unwind()
976 ptr + tableSize, in arc_unwind()
981 tableSize, in arc_unwind()