Searched refs:elfshdr (Results 1 – 1 of 1) sorted by relevance
36 elfshdr := $(shell echo '$(pound)include <libelf.h>' | $(CC) $(CFLAGS) -x c -E - | grep elf_getshdr) macro37 CFLAGS += $(if $(elfshdr),,-DLIBELF_USE_DEPRECATED)