Searched refs:noinstr (Results 1 – 10 of 10) sorted by relevance
| /tools/objtool/include/objtool/ |
| A D | builtin.h | 18 bool noinstr; member
|
| A D | check.h | 18 bool noinstr; member
|
| A D | elf.h | 45 bool _changed, text, rodata, noinstr, init, truncate; member
|
| /tools/objtool/ |
| A D | builtin-check.c | 79 OPT_BOOLEAN('n', "noinstr", &opts.noinstr, "validate noinstr rules"), 146 if (opts.noinstr && !opts.link) { in opts_valid() 165 opts.noinstr || in opts_valid()
|
| A D | objtool.c | 49 if (!opts.noinstr) in objtool_pv_add()
|
| A D | check.c | 347 if (opts.noinstr && sec) in init_insn_state() 348 state->noinstr = sec->noinstr; in init_insn_state() 452 sec->noinstr = true; in decode_instructions() 604 if (!opts.noinstr) in init_pv_ops() 2565 if (opts.stackval || opts.orc || opts.uaccess || opts.noinstr) { in decode_sections() 3363 if (!target->sec->noinstr) { in pv_call_dest() 3390 if (func->sec->noinstr) in noinstr_call_dest() 3414 if (state->noinstr && state->instr <= 0 && in validate_call() 3447 if (state->noinstr && state->instr > 0) { in validate_return() 3591 if (state.noinstr) in validate_branch() [all …]
|
| /tools/arch/x86/lib/ |
| A D | memset_64.S | 10 .section .noinstr.text, "ax"
|
| A D | memcpy_64.S | 10 .section .noinstr.text, "ax"
|
| /tools/objtool/Documentation/ |
| A D | objtool.txt | 41 ("noinstr") code rules, preventing instrumentation in low-level C 83 - If noinstr validation is enabled, it also runs on vmlinux.o, with all 84 options removed and '--noinstr' added. 97 TU: objtool [--module] <options> // no --noinstr 98 vmlinux: objtool --noinstr // other options removed 103 vmlinux: objtool --noinstr <options> 104 module: objtool --module --noinstr <options>
|
| /tools/objtool/arch/x86/ |
| A D | decode.c | 641 if (!opts.noinstr) in arch_decode_instruction()
|
Completed in 17 milliseconds