Searched refs:LOOKUP_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
22 #define LOOKUP_BLOCK_SIZE (1 << LOOKUP_BLOCK_ORDER) macro
160 idx = (ip - LOOKUP_START_IP) / LOOKUP_BLOCK_SIZE; in orc_find()297 LOOKUP_START_IP + (LOOKUP_BLOCK_SIZE * i)); in unwind_init()
869 . += (((text_size + LOOKUP_BLOCK_SIZE - 1) / \870 LOOKUP_BLOCK_SIZE) + 1) * 4; \