Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/objtool/include/objtool/
A Dcheck.h40 #define INSN_CHUNK_SIZE (1 << INSN_CHUNK_BITS) macro
41 #define INSN_CHUNK_MAX (INSN_CHUNK_SIZE - 1)
/linux-6.3-rc2/tools/objtool/
A Dcheck.c433 insns = calloc(sizeof(*insn), INSN_CHUNK_SIZE); in decode_instructions()

Completed in 9 milliseconds