Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/test/livepatch/
A DMakefile14 CODE_SZ=$(shell nm --defined -S $(1) | grep $(2) | awk '{ print "0x"$$2}') macro
48 config.h: OLD_CODE_SZ=$(call CODE_SZ,$(BASEDIR)/xen-syms,xen_extra_version)
49 config.h: NEW_CODE_SZ=$(call CODE_SZ,$<,xen_hello_world)
50 config.h: MINOR_VERSION_SZ=$(call CODE_SZ,$(BASEDIR)/xen-syms,xen_minor_version)

Completed in 2 milliseconds