Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/kernel/
Dprom_init_check.sh27 NM="$1"
32 for UNDEF in $($NM -u $OBJ | awk '{print $2}')
/linux-3.4.99/arch/mips/lasat/image/
DMakefile16 KERNEL_START = $(shell $(NM) $(KERNEL_IMAGE) | grep " _text" | cut -f1 -d\ )
17 KERNEL_ENTRY = $(shell $(NM) $(KERNEL_IMAGE) | grep kernel_entry | cut -f1 -d\ )
/linux-3.4.99/arch/alpha/
DMakefile11 NM := $(NM) -B macro
/linux-3.4.99/scripts/
Dmksysmap44 $NM -n $1 | grep -v '\( [aNUw] \)\|\(__crc_\)\|\( \$[adt]\)' > $2
/linux-3.4.99/arch/powerpc/
DMakefile41 new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo …
44 NM := $(NM) --synthetic macro
/linux-3.4.99/fs/isofs/
Drock.h107 struct RR_NM_s NM; member
Drock.c256 if (rr->u.NM.flags & 6) in get_rock_ridge_filename()
259 if (rr->u.NM.flags & ~1) { in get_rock_ridge_filename()
261 rr->u.NM.flags); in get_rock_ridge_filename()
268 strncat(retname, rr->u.NM.name, rr->len - 5); in get_rock_ridge_filename()
/linux-3.4.99/arch/parisc/
DMakefile22 NM = sh $(srctree)/arch/parisc/nm macro
/linux-3.4.99/arch/x86/boot/
DMakefile88 cmd_voffset = $(NM) $< | sed -n $(sed-voffset) > $@
97 cmd_zoffset = $(NM) $< | sed -n $(sed-zoffset) > $@
/linux-3.4.99/arch/blackfin/boot/
DMakefile17 UIMAGE_ENTRYADDR = $(shell $(NM) vmlinux | awk '$$NF == "__start" {print $$1}')
/linux-3.4.99/arch/x86/um/vdso/
DMakefile62 $(NM) $< | LC_ALL=C sed -n $(sed-vdsosym) | LC_ALL=C sort > $@
/linux-3.4.99/arch/s390/boot/compressed/
DMakefile31 cmd_sizes = $(NM) $< | sed -n $(sed-sizes) > $@
/linux-3.4.99/arch/mips/boot/compressed/
DMakefile26 …-DKERNEL_ENTRY=0x$(shell $(NM) $(objtree)/$(KBUILD_IMAGE) 2>/dev/null | grep " kernel_entry" | cut…
/linux-3.4.99/arch/ia64/
DMakefile16 NM := $(CROSS_COMPILE)nm -B macro
/linux-3.4.99/
DMakefile336 NM = $(CROSS_COMPILE)nm macro
385 export CPP AR NM STRIP OBJCOPY OBJDUMP
862 cmd_kallsyms = $(NM) -n $< | $(KALLSYMS) \
888 ($(OBJDUMP) -h $< | $(AWK) '/^ +[0-9]/{print $$4 " 0 " $$2}'; $(NM) $<) | sort > $@
DCREDITS3884 S: Socorro NM, 87801
/linux-3.4.99/arch/x86/vdso/
DMakefile77 $(NM) $< | LC_ALL=C sed -n $(sed-vdsosym) | LC_ALL=C sort > $@
/linux-3.4.99/Documentation/scsi/
DFlashPoint.txt42 Mylex Corporation (NASDAQ/NM SYMBOL: MYLX), founded in 1983, is a leading
/linux-3.4.99/arch/x86/kvm/
Dtrace.h326 EXS(DE), EXS(DB), EXS(BP), EXS(OF), EXS(BR), EXS(UD), EXS(NM), \