Home
last modified time | relevance | path

Searched refs:noabs (Results 1 – 4 of 4) sorted by relevance

/linux/tools/objtool/include/objtool/
H A Dbuiltin.h20 bool noabs; member
/linux/tools/objtool/
H A Dbuiltin-check.c82 OPT_BOOLEAN(0, "noabs", &opts.noabs, "reject absolute references in allocatable sections"),
186 opts.noabs || in opts_valid()
H A Dcheck.c5103 if (opts.noabs) in check()
/linux/arch/x86/boot/startup/
H A DMakefile39 $(pi-objs): objtool-args = $(if $(delay-objtool),--dry-run,$(objtool-args-y)) --noabs