Searched refs:objtool (Results 1 – 25 of 29) sorted by relevance
12
| /linux/tools/objtool/ |
| A D | Build | 1 objtool-y += arch/$(SRCARCH)/ 3 objtool-y += weak.o 5 objtool-y += check.o 6 objtool-y += special.o 7 objtool-y += builtin-check.o 8 objtool-y += elf.o 9 objtool-y += objtool.o 14 objtool-y += libstring.o 15 objtool-y += libctype.o 16 objtool-y += str_error_r.o [all …]
|
| A D | Makefile | 18 OBJTOOL := $(OUTPUT)objtool 29 -I$(srctree)/tools/objtool/include \ 30 -I$(srctree)/tools/objtool/arch/$(SRCARCH)/include \ 70 $(Q)$(MAKE) $(build)=objtool $(HOST_OVERRIDES) CFLAGS="$(OBJTOOL_CFLAGS)" \ 92 $(call QUIET_CLEAN, objtool) $(RM) $(OBJTOOL)
|
| A D | .gitignore | 3 /objtool
|
| A D | sync-check.sh | 55 if [ ! -d ../../kernel ] || [ ! -d ../../tools ] || [ ! -d ../objtool ]; then
|
| /linux/scripts/ |
| A D | Makefile.lib | 242 objtool := $(objtree)/tools/objtool/objtool 247 objtool-args-$(CONFIG_X86_KERNEL_IBT) += --ibt 248 objtool-args-$(CONFIG_FINEIBT) += --cfi 253 objtool-args-$(CONFIG_UNWINDER_ORC) += --orc 255 objtool-args-$(CONFIG_MITIGATION_RETHUNK) += --rethunk 256 objtool-args-$(CONFIG_MITIGATION_SLS) += --sls 257 objtool-args-$(CONFIG_STACK_VALIDATION) += --stackval 260 objtool-args-$(CONFIG_GCOV_KERNEL) += --no-unreachable 263 objtool-args = $(objtool-args-y) \ 264 $(if $(delay-objtool), --link) \ [all …]
|
| A D | Makefile.vmlinux_o | 36 objtool-enabled := $(or $(delay-objtool),$(CONFIG_NOINSTR_VALIDATION)) 38 vmlinux-objtool-args-$(delay-objtool) += $(objtool-args-y) 39 vmlinux-objtool-args-$(CONFIG_GCOV_KERNEL) += --no-unreachable 40 vmlinux-objtool-args-$(CONFIG_NOINSTR_VALIDATION) += --noinstr \ 43 objtool-args = $(vmlinux-objtool-args-y) --link
|
| A D | Makefile.build | 204 $(obj)/%.o: private objtool-enabled = $(if $(is-standard-object),$(if $(delay-objtool),$(is-single-… 422 $(multi-obj-m): private objtool-enabled := $(delay-objtool)
|
| /linux/tools/objtool/Documentation/ |
| A D | objtool.txt | 4 The kernel CONFIG_OBJTOOL option enables a host tool named 'objtool' 59 objtool cmdline. 80 TU: objtool [--module] <options> 85 TU: objtool [--module] <options> // no --noinstr 86 vmlinux: objtool --noinstr // other options removed 91 vmlinux: objtool --noinstr <options> 92 module: objtool --module --noinstr <options> 250 objtool maintainers. 263 the objtool maintainers. 390 objtool maintainer, or you can submit a patch. [all …]
|
| /linux/tools/objtool/arch/loongarch/ |
| A D | Build | 1 objtool-y += decode.o 2 objtool-y += special.o 3 objtool-y += orc.o
|
| /linux/tools/objtool/arch/x86/ |
| A D | Build | 1 objtool-y += special.o 2 objtool-y += decode.o 3 objtool-y += orc.o
|
| /linux/tools/objtool/arch/powerpc/ |
| A D | Build | 1 objtool-y += decode.o 2 objtool-y += special.o
|
| /linux/Documentation/arch/x86/ |
| A D | orc-unwinder.rst | 15 The ORC data consists of unwind tables which are generated by objtool. 93 The ORC data is generated by objtool. With the existing compile-time 94 stack metadata validation feature, objtool already follows all code 117 So the advantages of using objtool to generate ORC data are that it 123 The downside is that the unwinder now becomes dependent on objtool's 125 too complicated for objtool to follow, the ORC data generation might 127 already has such a dependency on objtool's ability to follow GCC code 131 objtool, we may need to revisit the current implementation. Some 133 palatable, or having objtool use DWARF as an additional input, or 135 objtool follows GCC code quite well. [all …]
|
| /linux/scripts/package/ |
| A D | install-extmod-build | 32 echo tools/objtool/objtool
|
| /linux/Documentation/tools/rtla/ |
| A D | rtla-timerlat-top.rst | 82 objtool:49256 3.79 us 113 thread stacktrace: the current thread (*objtool:49256*) disabled interrupts
|
| /linux/tools/ |
| A D | Makefile | 72 counter firewire hv guest bootconfig spi usb virtio mm bpf iio gpio objtool leds wmi pci firmware d… target 125 tmon freefall iio objtool kvm_stat wmi \
|
| /linux/Documentation/core-api/ |
| A D | asm-annotations.rst | 43 information. In particular, on properly annotated objects, ``objtool`` can be 44 run to check and fix the object if needed. Currently, ``objtool`` can report 83 Checking tools like ``objtool`` should ensure such marked functions conform 104 ``objtool`` requires that all code must be contained in an ELF symbol. Symbol
|
| A D | entry.rst | 48 This allows verification of the 'noinstr' restrictions via objtool on
|
| /linux/Documentation/livepatch/ |
| A D | reliable-stacktrace.rst | 61 objtool. 65 objtool. 309 metadata generated by objtool).
|
| A D | livepatch.rst | 179 1) Add CONFIG_HAVE_RELIABLE_STACKTRACE. This means porting objtool, and
|
| /linux/lib/ |
| A D | Kconfig.ubsan | 111 # objtool already handles unreachable checking and gets angry about
|
| A D | Kconfig.kcsan | 188 # We can either let objtool nop __tsan_func_{entry,exit}() and builtin
|
| /linux/kernel/trace/ |
| A D | Kconfig | 89 Arch supports objtool --mcount 94 Arch supports the objtool options --mcount with --mnop.
|
| /linux/ |
| A D | Makefile | 1333 prepare: tools/objtool
|
| /linux/Documentation/process/ |
| A D | maintainer-tip.rst | 95 - objtool
|
| /linux/Documentation/dev-tools/ |
| A D | checkpatch.rst | 785 not be emitted into the symbol table. This can prevent `objtool`
|
Completed in 39 milliseconds
12