Lines Matching refs:tableSize
248 unsigned long tableSize = table->size, hdrSize; in setup_unwind_table() local
268 if (tableSize & (sizeof(*fde) - 1)) in setup_unwind_table()
272 tableSize > sizeof(*fde) && tableSize - sizeof(*fde) >= *fde; in setup_unwind_table()
273 tableSize -= sizeof(*fde) + *fde, fde += 1 + *fde / sizeof(*fde)) { in setup_unwind_table()
298 if (tableSize || !n) in setup_unwind_table()
317 for (fde = table->address, tableSize = table->size, n = 0; in setup_unwind_table()
318 tableSize; in setup_unwind_table()
319 tableSize -= sizeof(*fde) + *fde, fde += 1 + *fde / sizeof(*fde)) { in setup_unwind_table()
917 unsigned long tableSize; in arc_unwind() local
923 tableSize = sizeof(unsigned long); in arc_unwind()
926 tableSize = 2; in arc_unwind()
929 tableSize = 4; in arc_unwind()
932 tableSize = 8; in arc_unwind()
935 tableSize = 0; in arc_unwind()
940 if (tableSize && read_pointer(&ptr, end, hdr[1]) in arc_unwind()
943 && i == (end - ptr) / (2 * tableSize) in arc_unwind()
944 && !((end - ptr) % (2 * tableSize))) { in arc_unwind()
947 ptr + (i / 2) * (2 * tableSize); in arc_unwind()
950 cur + tableSize, in arc_unwind()
955 ptr = cur - tableSize; in arc_unwind()
961 ptr + tableSize, in arc_unwind()
966 tableSize, in arc_unwind()
995 for (fde = table->address, tableSize = table->size; in arc_unwind()
996 cie = NULL, tableSize > sizeof(*fde) in arc_unwind()
997 && tableSize - sizeof(*fde) >= *fde; in arc_unwind()
998 tableSize -= sizeof(*fde) + *fde, in arc_unwind()