Home
last modified time | relevance | path

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

/Linux-v5.10/tools/objtool/
DMakefile45 elfshdr := $(shell echo '$(pound)include <libelf.h>' | $(CC) $(CFLAGS) -x c -E - | grep elf_getshdr) macro
46 CFLAGS += $(if $(elfshdr),,-DLIBELF_USE_DEPRECATED)