Searched refs:NM (Results 26 - 33 of 33) sorted by relevance

12

/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/
H A DMakefile95 cmd_zoffset = $(NM) $< | sed -n $(sed-zoffset) > $@
/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/x86/boot/compressed/
H A DMakefile90 cmd_voffset = $(NM) $< | sed -n $(sed-voffset) > $@
/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' ; } | \
/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/rust/
H A DMakefile371 $(NM) -p --defined-only $< \
/linux-master/arch/x86/kvm/
H A Dtrace.h365 EXS(DE), EXS(DB), EXS(BP), EXS(OF), EXS(BR), EXS(UD), EXS(NM), \

Completed in 151 milliseconds

12