Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dprom_init_check.sh26 NM="$1"
31 for UNDEF in $($NM -u $OBJ | awk '{print $2}')
/linux-4.4.14/arch/alpha/
DMakefile11 NM := $(NM) -B macro
/linux-4.4.14/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}')
/linux-4.4.14/scripts/
Dmksysmap44 $NM -n $1 | grep -v '\( [aNUw] \)\|\(__crc_\)\|\( \$[adt]\)\|\( .L\)' > $2
Dlink-vmlinux.sh96 ${NM} -n ${1} | \
/linux-4.4.14/fs/isofs/
Drock.c264 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()
Drock.h107 struct RR_NM_s NM; member
/linux-4.4.14/tools/lib/traceevent/
DMakefile26 $(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/
DMakefile45 $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@ && \
/linux-4.4.14/arch/powerpc/
DMakefile39 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/
DMakefile36 cmd_pasyms = $(NM) $(filter-out FORCE,$^) | \
/linux-4.4.14/arch/x86/boot/
DMakefile83 cmd_voffset = $(NM) $< | sed -n $(sed-voffset) > $@
92 cmd_zoffset = $(NM) $< | sed -n $(sed-zoffset) > $@
/linux-4.4.14/arch/parisc/
DMakefile24 NM = sh $(srctree)/arch/parisc/nm macro
/linux-4.4.14/arch/x86/um/vdso/
DMakefile62 $(NM) $< | LC_ALL=C sed -n $(sed-vdsosym) | LC_ALL=C sort > $@
/linux-4.4.14/arch/blackfin/boot/
DMakefile17 UIMAGE_ENTRYADDR = $(shell $(NM) vmlinux | awk '$$NF == "__start" {print $$1}')
/linux-4.4.14/arch/s390/boot/compressed/
DMakefile30 cmd_sizes = $(NM) $< | sed -n $(sed-sizes) > $@
/linux-4.4.14/arch/ia64/
DMakefile16 NM := $(CROSS_COMPILE)nm -B macro
/linux-4.4.14/arch/mips/
DMakefile236 entry-y = 0x$(shell $(NM) vmlinux 2>/dev/null \
/linux-4.4.14/
DMakefile348 NM = $(CROSS_COMPILE)nm macro
409 export CPP AR NM STRIP OBJCOPY OBJDUMP
DCREDITS3992 S: Socorro NM, 87801
/linux-4.4.14/Documentation/scsi/
DFlashPoint.txt42 Mylex Corporation (NASDAQ/NM SYMBOL: MYLX), founded in 1983, is a leading
/linux-4.4.14/arch/x86/kvm/
Dtrace.h269 EXS(DE), EXS(DB), EXS(BP), EXS(OF), EXS(BR), EXS(UD), EXS(NM), \