Lines Matching refs:tableSize
248 unsigned long tableSize = table->size, hdrSize; in init_unwind_hdr() local
268 if (tableSize & (sizeof(*fde) - 1)) in init_unwind_hdr()
272 tableSize > sizeof(*fde) && tableSize - sizeof(*fde) >= *fde; in init_unwind_hdr()
273 tableSize -= sizeof(*fde) + *fde, fde += 1 + *fde / sizeof(*fde)) { in init_unwind_hdr()
298 if (tableSize || !n) in init_unwind_hdr()
319 for (fde = table->address, tableSize = table->size, n = 0; in init_unwind_hdr()
320 tableSize; in init_unwind_hdr()
321 tableSize -= sizeof(*fde) + *fde, fde += 1 + *fde / sizeof(*fde)) { in init_unwind_hdr()
925 unsigned long tableSize; in arc_unwind() local
931 tableSize = sizeof(unsigned long); in arc_unwind()
934 tableSize = 2; in arc_unwind()
937 tableSize = 4; in arc_unwind()
940 tableSize = 8; in arc_unwind()
943 tableSize = 0; in arc_unwind()
948 if (tableSize && read_pointer(&ptr, end, hdr[1]) in arc_unwind()
951 && i == (end - ptr) / (2 * tableSize) in arc_unwind()
952 && !((end - ptr) % (2 * tableSize))) { in arc_unwind()
955 ptr + (i / 2) * (2 * tableSize); in arc_unwind()
958 cur + tableSize, in arc_unwind()
963 ptr = cur - tableSize; in arc_unwind()
969 ptr + tableSize, in arc_unwind()
974 tableSize, in arc_unwind()