Home
last modified time | relevance | path

Searched refs:objtool (Results 1 – 24 of 24) sorted by relevance

/linux/tools/objtool/
A DBuild1 objtool-y += arch/$(SRCARCH)/
3 objtool-y += weak.o
5 objtool-$(SUBCMD_CHECK) += check.o
11 objtool-y += builtin-check.o
12 objtool-y += builtin-orc.o
13 objtool-y += elf.o
14 objtool-y += objtool.o
16 objtool-y += libstring.o
17 objtool-y += libctype.o
18 objtool-y += str_error_r.o
[all …]
A DMakefile19 OBJTOOL := $(OUTPUT)objtool
30 -I$(srctree)/tools/objtool/include \
31 -I$(srctree)/tools/objtool/arch/$(SRCARCH)/include
56 @$(MAKE) $(build)=objtool
66 $(call QUIET_CLEAN, objtool) $(RM) $(OBJTOOL)
A D.gitignore3 /objtool
A Dsync-check.sh55 if [ ! -d ../../kernel ] || [ ! -d ../../tools ] || [ ! -d ../objtool ]; then
/linux/tools/objtool/Documentation/
A Dstack-validation.txt9 objtool which runs at compile time. It has a "check" subcommand which
88 The benefit of objtool here is that because it ensures that *all*
119 To achieve the validation, objtool enforces the following rules:
123 ENTRY/ENDPROC macros. If objtool finds a return instruction
127 This rule is needed so that objtool can properly identify each
179 Here are some examples of common warnings reported by objtool, what
205 2. file.o: warning: objtool: .text+0x53: unreachable instruction
256 7. file: warning: objtool: func()+0x5c: stack state mismatch
283 objtool maintainer, or you can submit a patch.
337 Feel free to ask the objtool maintainer for help.
[all …]
/linux/Documentation/x86/
A Dorc-unwinder.rst15 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/
A DMakefile.build228 objtool := $(objtree)/tools/objtool/objtool
239 cmd_objtool = $(if $(objtool-enabled), ; $(objtool) $(objtool_args) $@)
240 cmd_gen_objtooldep = $(if $(objtool-enabled), { echo ; echo '$@: $$(wildcard $(objtool))' ; } >> $(…
247 $(obj)/%.o: objtool-enabled :=
255 $(obj)/%.o: objtool-enabled = $(if $(filter-out y%, \
303 $(obj)/%.lto.o: objtool-enabled = y
A Dlink-vmlinux.sh143 tools/objtool/objtool ${objtoolcmd} ${objtoolopt} ${1}
/linux/tools/objtool/arch/x86/
A DBuild1 objtool-y += special.o
2 objtool-y += decode.o
/linux/tools/
A DMakefile68 cgroup counter firewire hv guest bootconfig spi usb virtio vm bpf iio gpio objtool leds wmi pci fir… target
103 tmon freefall iio objtool kvm_stat wmi \
/linux/Documentation/
A Dasm-annotations.rst43 information. In particular, on properly annotated objects, ``objtool`` can be
44 run to check and fix the object if needed. Currently, ``objtool`` can report
82 Checking tools like ``objtool`` should ensure such marked functions conform
103 ``objtool`` requires that all code must be contained in an ELF symbol. Symbol
/linux/scripts/package/
A Dbuilddeb71 echo tools/objtool/objtool
/linux/Documentation/livepatch/
A Dreliable-stacktrace.rst61 objtool.
65 objtool.
309 metadata generated by objtool).
A Dlivepatch.rst179 1) Add CONFIG_HAVE_RELIABLE_STACKTRACE. This means porting objtool, and
/linux/lib/
A DKconfig.ubsan107 # objtool already handles unreachable checking and gets angry about
A DKconfig.debug459 tools/objtool/Documentation/stack-validation.txt.
/linux/
A DMakefile1318 prepare: tools/objtool
A DMAINTAINERS13801 F: tools/objtool/
13802 F: include/linux/objtool.h
/linux/Documentation/process/
A Dmaintainer-tip.rst95 - objtool
/linux/kernel/trace/
A DKconfig66 Arch supports objtool --mcount
/linux/Documentation/dev-tools/
A Dcheckpatch.rst778 not be emitted into the symbol table. This can prevent `objtool`
/linux/arch/
A DKconfig1018 Architecture supports the 'objtool check' host tool command, which
/linux/kernel/
A D.kexec_core.o.cmd1294 include/linux/objtool.h \
/linux/kernel/bpf/
A D.core.o.cmd1402 include/linux/objtool.h \

Completed in 65 milliseconds