Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dprom_init_check.sh32 NM="$1"
49 for UNDEF in $($NM -u $OBJ | awk '{print $2}')
/arch/nios2/boot/
DMakefile9 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_stext" {print $$1}')
10 UIMAGE_ENTRYADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}')
/arch/alpha/
DMakefile11 NM := $(NM) -B macro
/arch/csky/boot/
DMakefile21 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}')
/arch/arm/boot/
Ddeflate_xip_data.sh31 local val=$($NM "$VMLINUX" 2>/dev/null | sed -n "/ $1\$/{s/ .*$//p;q}")
/arch/arm/boot/compressed/
DMakefile126 KBSS_SZ = $(shell echo $$(($$($(NM) $(obj)/../../../../vmlinux | \
170 bad_syms=$$($(NM) $@ | sed -n 's/^.\{8\} [bc] \(.*\)/\1/p') && \
/arch/x86/realmode/rm/
DMakefile40 cmd_pasyms = $(NM) $(real-prereqs) | sed $(sed-pasyms) | sort | uniq > $@
/arch/nds32/kernel/vdso/
DMakefile42 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/arch/arm64/kernel/vdso/
DMakefile70 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/arch/ia64/
DMakefile16 NM := $(CROSS_COMPILE)nm -B macro
/arch/powerpc/
DMakefile25 new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo …
28 NM := $(NM) --synthetic macro
/arch/parisc/
DMakefile27 NM = sh $(srctree)/arch/parisc/nm macro
/arch/parisc/boot/compressed/
DMakefile34 cmd_sizes = $(NM) $< | sed -n $(sed-sizes) > $@
/arch/x86/boot/
DMakefile93 cmd_zoffset = $(NM) $< | sed -n $(sed-zoffset) > $@
/arch/x86/boot/compressed/
DMakefile72 cmd_voffset = $(NM) $< | sed -n $(sed-voffset) > $@
/arch/arm64/kernel/vdso32/
DMakefile202 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/arch/x86/kvm/
Dtrace.h276 EXS(DE), EXS(DB), EXS(BP), EXS(OF), EXS(BR), EXS(UD), EXS(NM), \
/arch/
DKconfig1068 well as compatible NM and OBJCOPY utilities (llvm-nm and llvm-objcopy