Searched refs:NM (Results 1 – 22 of 22) sorted by relevance
/linux-4.4.14/arch/powerpc/kernel/ |
D | prom_init_check.sh | 26 NM="$1" 31 for UNDEF in $($NM -u $OBJ | awk '{print $2}')
|
/linux-4.4.14/arch/alpha/ |
D | Makefile | 11 NM := $(NM) -B macro
|
/linux-4.4.14/arch/nios2/boot/ |
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.4.14/scripts/ |
D | mksysmap | 44 $NM -n $1 | grep -v '\( [aNUw] \)\|\(__crc_\)\|\( \$[adt]\)\|\( .L\)' > $2
|
D | link-vmlinux.sh | 96 ${NM} -n ${1} | \
|
/linux-4.4.14/fs/isofs/ |
D | rock.c | 264 if (rr->u.NM.flags & 6) in get_rock_ridge_filename() 267 if (rr->u.NM.flags & ~1) { in get_rock_ridge_filename() 269 rr->u.NM.flags); in get_rock_ridge_filename() 277 p = memchr(rr->u.NM.name, '\0', len); in get_rock_ridge_filename() 279 len = p - rr->u.NM.name; in get_rock_ridge_filename() 280 memcpy(retname + retnamlen, rr->u.NM.name, len); in get_rock_ridge_filename()
|
D | rock.h | 107 struct RR_NM_s NM; member
|
/linux-4.4.14/tools/lib/traceevent/ |
D | Makefile | 26 $(call allow-override,NM,$(CROSS_COMPILE)nm) 254 $(NM) -u -D $1 | awk 'NF>1 {print "\t"$$2";"}' | sort -u; \
|
/linux-4.4.14/arch/arm64/kernel/vdso/ |
D | Makefile | 45 $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@ && \
|
/linux-4.4.14/arch/powerpc/ |
D | Makefile | 39 new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo … 42 NM := $(NM) --synthetic macro
|
/linux-4.4.14/arch/x86/realmode/rm/ |
D | Makefile | 36 cmd_pasyms = $(NM) $(filter-out FORCE,$^) | \
|
/linux-4.4.14/arch/x86/boot/ |
D | Makefile | 83 cmd_voffset = $(NM) $< | sed -n $(sed-voffset) > $@ 92 cmd_zoffset = $(NM) $< | sed -n $(sed-zoffset) > $@
|
/linux-4.4.14/arch/parisc/ |
D | Makefile | 24 NM = sh $(srctree)/arch/parisc/nm macro
|
/linux-4.4.14/arch/x86/um/vdso/ |
D | Makefile | 62 $(NM) $< | LC_ALL=C sed -n $(sed-vdsosym) | LC_ALL=C sort > $@
|
/linux-4.4.14/arch/blackfin/boot/ |
D | Makefile | 17 UIMAGE_ENTRYADDR = $(shell $(NM) vmlinux | awk '$$NF == "__start" {print $$1}')
|
/linux-4.4.14/arch/s390/boot/compressed/ |
D | Makefile | 30 cmd_sizes = $(NM) $< | sed -n $(sed-sizes) > $@
|
/linux-4.4.14/arch/ia64/ |
D | Makefile | 16 NM := $(CROSS_COMPILE)nm -B macro
|
/linux-4.4.14/arch/mips/ |
D | Makefile | 236 entry-y = 0x$(shell $(NM) vmlinux 2>/dev/null \
|
/linux-4.4.14/ |
D | Makefile | 348 NM = $(CROSS_COMPILE)nm macro 409 export CPP AR NM STRIP OBJCOPY OBJDUMP
|
D | CREDITS | 3992 S: Socorro NM, 87801
|
/linux-4.4.14/Documentation/scsi/ |
D | FlashPoint.txt | 42 Mylex Corporation (NASDAQ/NM SYMBOL: MYLX), founded in 1983, is a leading
|
/linux-4.4.14/arch/x86/kvm/ |
D | trace.h | 269 EXS(DE), EXS(DB), EXS(BP), EXS(OF), EXS(BR), EXS(UD), EXS(NM), \
|