Searched refs:LOOKUP_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
34 #define LOOKUP_BLOCK_SIZE (1 << LOOKUP_BLOCK_ORDER) macro
127 idx = (ip - LOOKUP_START_IP) / LOOKUP_BLOCK_SIZE; in orc_find()257 LOOKUP_START_IP + (LOOKUP_BLOCK_SIZE * i)); in unwind_init()
739 . += (((SIZEOF(.text) + LOOKUP_BLOCK_SIZE - 1) / \740 LOOKUP_BLOCK_SIZE) + 1) * 4; \