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()
934 unsigned long tableSize; in arc_unwind() local
940 tableSize = sizeof(unsigned long); in arc_unwind()
943 tableSize = 2; in arc_unwind()
946 tableSize = 4; in arc_unwind()
949 tableSize = 8; in arc_unwind()
952 tableSize = 0; in arc_unwind()
957 if (tableSize && read_pointer(&ptr, end, hdr[1]) in arc_unwind()
960 && i == (end - ptr) / (2 * tableSize) in arc_unwind()
961 && !((end - ptr) % (2 * tableSize))) { in arc_unwind()
964 ptr + (i / 2) * (2 * tableSize); in arc_unwind()
967 cur + tableSize, in arc_unwind()
972 ptr = cur - tableSize; in arc_unwind()
978 ptr + tableSize, in arc_unwind()
983 tableSize, in arc_unwind()