Home
last modified time | relevance | path

Searched refs:hdrSize (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/arc/kernel/
Dunwind.c248 unsigned long tableSize = table->size, hdrSize; in setup_unwind_table() local
301 hdrSize = 4 + sizeof(unsigned long) + sizeof(unsigned int) in setup_unwind_table()
303 header = alloc(hdrSize); in setup_unwind_table()
340 table->hdrsz = hdrSize; in setup_unwind_table()