/linux-4.1.27/arch/nios2/boot/ |
H A D | Makefile | 9 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 D | Makefile | 62 $(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 D | Makefile | 11 NM := $(NM) -B macro
|
/linux-4.1.27/arch/x86/realmode/rm/ |
H A D | Makefile | 36 cmd_pasyms = $(NM) $(filter-out FORCE,$^) | \
|
/linux-4.1.27/arch/s390/boot/compressed/ |
H A D | Makefile | 30 cmd_sizes = $(NM) $< | sed -n $(sed-sizes) > $@
|
/linux-4.1.27/arch/arm64/kernel/vdso/ |
H A D | Makefile | 42 $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@ && \
|
/linux-4.1.27/fs/isofs/ |
H A D | rock.c | 264 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 D | rock.h | 107 struct RR_NM_s NM; member in union:rock_ridge::__anon10985
|
H A D | dir.c | 191 is no Rock Ridge NM field. */ do_isofs_readdir()
|
/linux-4.1.27/arch/blackfin/boot/ |
H A D | Makefile | 17 UIMAGE_ENTRYADDR = $(shell $(NM) vmlinux | awk '$$NF == "__start" {print $$1}')
|
/linux-4.1.27/arch/powerpc/ |
H A D | Makefile | 39 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 D | svm.h | 102 { SVM_EXIT_EXCP_BASE + NM_VECTOR, "NM excp" }, \
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | i387.h | 96 * to save the FP state - we'll just take a #NM
|
H A D | fpu-internal.h | 520 * lazy FPU mode, it is just an optimization to avoid a #NM exception,
|
/linux-4.1.27/arch/ia64/ |
H A D | Makefile | 16 NM := $(CROSS_COMPILE)nm -B macro
|
/linux-4.1.27/arch/x86/boot/ |
H A D | Makefile | 83 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 D | udbg_adb.c | 69 "U{IP\rLJ\"K:|<?NM>" /* 0x20 - 0x2f */
|
/linux-4.1.27/arch/parisc/ |
H A D | Makefile | 24 NM = sh $(srctree)/arch/parisc/nm macro
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | Makefile | 164 cmd_prom_init_check = $(CONFIG_SHELL) $< "$(NM)" "$(obj)/prom_init.o"
|
/linux-4.1.27/scripts/ |
H A D | link-vmlinux.sh | 96 ${NM} -n ${1} | \
|
H A D | namespace.pl | 69 my $nm = ($ENV{'NM'} || "nm") . " -p";
|
/linux-4.1.27/arch/x86/vdso/ |
H A D | Makefile | 176 sh $(srctree)/$(src)/checkundef.sh '$(NM)' '$@'
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_softmac_wx.c | 96 //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 D | nv04.c | 166 /* downclock -- write new NM first */ setPLL_single()
|
/linux-4.1.27/arch/mips/ |
H A D | Makefile | 239 entry-y = 0x$(shell $(NM) vmlinux 2>/dev/null \
|
/linux-4.1.27/drivers/media/usb/stkwebcam/ |
H A D | stk-sensor.c | 163 #define COM11_NMFR 0x60 /* Two bit NM frame rate */
|
/linux-4.1.27/drivers/misc/mei/ |
H A D | hw-me.c | 900 /* 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 D | trace.h | 251 EXS(DE), EXS(DB), EXS(BP), EXS(OF), EXS(BR), EXS(UD), EXS(NM), \
|
/linux-4.1.27/fs/ocfs2/dlm/ |
H A D | dlmthread.c | 481 /* Launch the NM thread for the mounted volume */ dlm_launch_thread()
|
/linux-4.1.27/drivers/media/common/ |
H A D | tveeprom.c | 211 { TUNER_ABSENT, "TCL 1676NM-WM"},
|
/linux-4.1.27/ |
H A D | Makefile | 358 NM = $(CROSS_COMPILE)nm macro 419 export CPP AR NM STRIP OBJCOPY OBJDUMP
|
/linux-4.1.27/drivers/media/i2c/ |
H A D | ov7670.c | 113 #define COM11_NMFR 0x60 /* Two bit NM frame rate */
|
H A D | ov9650.c | 135 #define COM11_NMFR 0x60 /* Two bit NM frame rate */
|