Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
H A Dcheck.h55 #define INSN_CHUNK_SIZE (1 << INSN_CHUNK_BITS) macro
56 #define INSN_CHUNK_MAX (INSN_CHUNK_SIZE - 1)
/linux/tools/objtool/
H A Dcheck.c448 insns = calloc(INSN_CHUNK_SIZE, sizeof(*insn)); in decode_instructions()