Searched refs:NM (Results 1 - 25 of 33) sorted by last modified time

12

/linux-master/scripts/
H A DMakefile.build175 if $(NM) $@ 2>/dev/null | grep -q ' __export_symbol_'; then \
205 "$(LD) $(KBUILD_LDFLAGS)" "$(NM)" "$(RM)" "$(MV)" \
333 $(NM) $@ | sed -n 's/.* __export_symbol_\(.*\)/EXPORT_SYMBOL(\1);/p' ; } | \
H A Dlink-vmlinux.sh195 info NM ${2}
H A Dmksysmap19 ${NM} -n ${1} | sed >${2} -e "
103 $(if [ $# -ge 3 ]; then ${NM} ${3} | sed -n '/ U /!s:.* \([^ ]*\)$:/ \1$/d:p'; fi)
H A Dtools-support-relr.sh19 test -z "$($NM $tmp_file 2>&1 >/dev/null)"
/linux-master/rust/
H A DMakefile371 $(NM) -p --defined-only $< \
/linux-master/
H A DMakefile483 NM = $(LLVM_PREFIX)llvm-nm$(LLVM_SUFFIX) macro
492 NM = $(CROSS_COMPILE)nm macro
599 export CPP AR NM STRIP OBJCOPY OBJDUMP READELF PAHOLE RESOLVE_BTFIDS LEX YACC AWK INSTALLKERNEL
/linux-master/arch/riscv/kernel/vdso/
H A DMakefile65 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/linux-master/arch/riscv/kernel/compat_vdso/
H A DMakefile63 cmd_compat_vdsosym = $(NM) $< | $(gen-compat_vdsosym) | LC_ALL=C sort > $@
/linux-master/arch/x86/kvm/
H A Dtrace.h365 EXS(DE), EXS(DB), EXS(BP), EXS(OF), EXS(BR), EXS(UD), EXS(NM), \
/linux-master/arch/loongarch/vdso/
H A DMakefile57 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/linux-master/arch/powerpc/
H A DMakefile34 new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo n; fi)
37 NM := $(NM) --synthetic macro
/linux-master/arch/x86/boot/compressed/
H A DMakefile90 cmd_voffset = $(NM) $< | sed -n $(sed-voffset) > $@
/linux-master/arch/s390/kernel/vdso64/
H A DMakefile77 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/linux-master/arch/s390/kernel/vdso32/
H A DMakefile67 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/linux-master/arch/s390/boot/
H A DMakefile91 $(NM) -n -S --format=bsd "$<" | sed -nE 's/^0*([0-9a-fA-F]+) 0*([0-9a-fA-F]+) [tT] ([^ ]*)$$/\1 \2 \3/p' | tr '\n' '\0' > "$@"
/linux-master/arch/powerpc/kernel/vdso/
H A DMakefile95 cmd_vdso32sym = $(NM) $< | $(gen-vdso32sym) | LC_ALL=C sort > $@
98 cmd_vdso64sym = $(NM) $< | $(gen-vdso64sym) | LC_ALL=C sort > $@
/linux-master/arch/arm64/boot/
H A DMakefile48 $(NM) vmlinux|grep _kernel_codesize|cut -d' ' -f1)
/linux-master/arch/csky/kernel/vdso/
H A DMakefile60 cmd_so2s = $(NM) -D $< | $(srctree)/$(src)/so2s.sh > $@
/linux-master/arch/arm64/kernel/vdso/
H A DMakefile73 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/linux-master/fs/isofs/
H A Drock.c265 if (rr->u.NM.flags & 6)
268 if (rr->u.NM.flags & ~1) {
269 printk("Unsupported NM flag settings (%d)\n",
270 rr->u.NM.flags);
278 p = memchr(rr->u.NM.name, '\0', len);
280 len = p - rr->u.NM.name;
281 memcpy(retname + retnamlen, rr->u.NM.name, len);
296 return retnamlen; /* If 0, this file did not have a NM field */
/linux-master/arch/x86/boot/
H A DMakefile95 cmd_zoffset = $(NM) $< | sed -n $(sed-zoffset) > $@
/linux-master/arch/arm/boot/compressed/
H A DMakefile110 KBSS_SZ = $(shell echo $$(($$($(NM) vmlinux | \
140 bad_syms=$$($(NM) $@ | sed -n 's/^.\{8\} [bc] \(.*\)/\1/p') && \
/linux-master/arch/powerpc/kernel/
H A Dprom_init_check.sh36 NM="$1"
53 for UNDEF in $($NM -u $OBJ | awk '{print $2}')
/linux-master/arch/parisc/kernel/vdso64/
H A DMakefile45 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/linux-master/arch/parisc/kernel/vdso32/
H A DMakefile50 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@

Completed in 328 milliseconds

12