Home
last modified time | relevance | path

Searched refs:elfshdr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/objtool/
H A DMakefile36 elfshdr := $(shell echo '$(pound)include <libelf.h>' | $(CC) $(CFLAGS) -x c -E - | grep elf_getshdr) macro
37 CFLAGS += $(if $(elfshdr),,-DLIBELF_USE_DEPRECATED)
/kernel/linux/linux-6.6/tools/objtool/
H A DMakefile39 elfshdr := $(shell echo '$(pound)include <libelf.h>' | $(HOSTCC) $(OBJTOOL_CFLAGS) -x c -E - | grep elf_getshdr) macro
40 OBJTOOL_CFLAGS += $(if $(elfshdr),,-DLIBELF_USE_DEPRECATED)

Completed in 1 milliseconds