Lines Matching refs:tableSize
262 unsigned long tableSize = table->size, hdrSize; in init_unwind_hdr() local
282 if (tableSize & (sizeof(*fde) - 1)) in init_unwind_hdr()
286 tableSize > sizeof(*fde) && tableSize - sizeof(*fde) >= *fde; in init_unwind_hdr()
287 tableSize -= sizeof(*fde) + *fde, fde += 1 + *fde / sizeof(*fde)) { in init_unwind_hdr()
312 if (tableSize || !n) in init_unwind_hdr()
333 for (fde = table->address, tableSize = table->size, n = 0; in init_unwind_hdr()
334 tableSize; in init_unwind_hdr()
335 tableSize -= sizeof(*fde) + *fde, fde += 1 + *fde / sizeof(*fde)) { in init_unwind_hdr()
937 unsigned long tableSize; in arc_unwind() local
943 tableSize = sizeof(unsigned long); in arc_unwind()
946 tableSize = 2; in arc_unwind()
949 tableSize = 4; in arc_unwind()
952 tableSize = 8; in arc_unwind()
955 tableSize = 0; in arc_unwind()
960 if (tableSize && read_pointer(&ptr, end, hdr[1]) in arc_unwind()
963 && i == (end - ptr) / (2 * tableSize) in arc_unwind()
964 && !((end - ptr) % (2 * tableSize))) { in arc_unwind()
967 ptr + (i / 2) * (2 * tableSize); in arc_unwind()
970 cur + tableSize, in arc_unwind()
975 ptr = cur - tableSize; in arc_unwind()
981 ptr + tableSize, in arc_unwind()
986 tableSize, in arc_unwind()