Searched refs:NM (Results 1 - 33 of 33) sorted by relevance

/linux-4.1.27/arch/nios2/boot/
H A DMakefile9 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_stext" {print $$1}')
10 UIMAGE_ENTRYADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}')
/linux-4.1.27/arch/x86/um/vdso/
H A DMakefile62 $(NM) $< | LC_ALL=C sed -n $(sed-vdsosym) | LC_ALL=C sort > $@
75 sh $(srctree)/$(src)/checkundef.sh '$(NM)' '$@'
/linux-4.1.27/arch/alpha/
H A DMakefile11 NM := $(NM) -B macro
/linux-4.1.27/arch/x86/realmode/rm/
H A DMakefile36 cmd_pasyms = $(NM) $(filter-out FORCE,$^) | \
/linux-4.1.27/arch/s390/boot/compressed/
H A DMakefile30 cmd_sizes = $(NM) $< | sed -n $(sed-sizes) > $@
/linux-4.1.27/arch/arm64/kernel/vdso/
H A DMakefile42 $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@ && \
/linux-4.1.27/fs/isofs/
H A Drock.c264 if (rr->u.NM.flags & 6) get_rock_ridge_filename()
267 if (rr->u.NM.flags & ~1) { get_rock_ridge_filename()
268 printk("Unsupported NM flag settings (%d)\n", get_rock_ridge_filename()
269 rr->u.NM.flags); get_rock_ridge_filename()
277 p = memchr(rr->u.NM.name, '\0', len); get_rock_ridge_filename()
279 len = p - rr->u.NM.name; get_rock_ridge_filename()
280 memcpy(retname + retnamlen, rr->u.NM.name, len); get_rock_ridge_filename()
295 return retnamlen; /* If 0, this file did not have a NM field */ get_rock_ridge_filename()
H A Drock.h107 struct RR_NM_s NM; member in union:rock_ridge::__anon10985
H A Ddir.c191 is no Rock Ridge NM field. */ do_isofs_readdir()
/linux-4.1.27/arch/blackfin/boot/
H A DMakefile17 UIMAGE_ENTRYADDR = $(shell $(NM) vmlinux | awk '$$NF == "__start" {print $$1}')
/linux-4.1.27/arch/powerpc/
H A DMakefile39 new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo n; fi)
42 NM := $(NM) --synthetic macro
/linux-4.1.27/arch/x86/include/uapi/asm/
H A Dsvm.h102 { SVM_EXIT_EXCP_BASE + NM_VECTOR, "NM excp" }, \
/linux-4.1.27/arch/x86/include/asm/
H A Di387.h96 * to save the FP state - we'll just take a #NM
H A Dfpu-internal.h520 * lazy FPU mode, it is just an optimization to avoid a #NM exception,
/linux-4.1.27/arch/ia64/
H A DMakefile16 NM := $(CROSS_COMPILE)nm -B macro
/linux-4.1.27/arch/x86/boot/
H A DMakefile83 cmd_voffset = $(NM) $< | sed -n $(sed-voffset) > $@
92 cmd_zoffset = $(NM) $< | sed -n $(sed-zoffset) > $@
/linux-4.1.27/arch/powerpc/platforms/powermac/
H A Dudbg_adb.c69 "U{IP\rLJ\"K:|<?NM>" /* 0x20 - 0x2f */
/linux-4.1.27/arch/parisc/
H A DMakefile24 NM = sh $(srctree)/arch/parisc/nm macro
/linux-4.1.27/arch/powerpc/kernel/
H A DMakefile164 cmd_prom_init_check = $(CONFIG_SHELL) $< "$(NM)" "$(obj)/prom_init.o"
/linux-4.1.27/scripts/
H A Dlink-vmlinux.sh96 ${NM} -n ${1} | \
H A Dnamespace.pl69 my $nm = ($ENV{'NM'} || "nm") . " -p";
/linux-4.1.27/arch/x86/vdso/
H A DMakefile176 sh $(srctree)/$(src)/checkundef.sh '$(NM)' '$@'
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac_wx.c96 //NM 0.7.0 will not accept channel any more. ieee80211_wx_get_freq()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dnv04.c166 /* downclock -- write new NM first */ setPLL_single()
/linux-4.1.27/arch/mips/
H A DMakefile239 entry-y = 0x$(shell $(NM) vmlinux 2>/dev/null \
/linux-4.1.27/drivers/media/usb/stkwebcam/
H A Dstk-sensor.c163 #define COM11_NMFR 0x60 /* Two bit NM frame rate */
/linux-4.1.27/drivers/misc/mei/
H A Dhw-me.c900 /* make sure that bit 9 (NM) is up and bit 10 (DM) is down */ mei_me_fw_type_nm()
/linux-4.1.27/arch/x86/kvm/
H A Dtrace.h251 EXS(DE), EXS(DB), EXS(BP), EXS(OF), EXS(BR), EXS(UD), EXS(NM), \
/linux-4.1.27/fs/ocfs2/dlm/
H A Ddlmthread.c481 /* Launch the NM thread for the mounted volume */ dlm_launch_thread()
/linux-4.1.27/drivers/media/common/
H A Dtveeprom.c211 { TUNER_ABSENT, "TCL 1676NM-WM"},
/linux-4.1.27/
H A DMakefile358 NM = $(CROSS_COMPILE)nm macro
419 export CPP AR NM STRIP OBJCOPY OBJDUMP
/linux-4.1.27/drivers/media/i2c/
H A Dov7670.c113 #define COM11_NMFR 0x60 /* Two bit NM frame rate */
H A Dov9650.c135 #define COM11_NMFR 0x60 /* Two bit NM frame rate */

Completed in 6014 milliseconds