Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
A Dprom_init_check.sh36 NM="$1"
53 for UNDEF in $($NM -u $OBJ | awk '{print $2}')
/arch/nios2/boot/
A DMakefile9 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_stext" {print $$1}')
10 UIMAGE_ENTRYADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}')
/arch/alpha/
A DMakefile11 NM := $(NM) -B macro
/arch/csky/boot/
A DMakefile20 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}')
/arch/arm/boot/
A Ddeflate_xip_data.sh31 local val=$($NM "$VMLINUX" 2>/dev/null | sed -n "/ $1\$/{s/ .*$//p;q}")
/arch/arm/boot/compressed/
A DMakefile104 KBSS_SZ = $(shell echo $$(($$($(NM) vmlinux | \
134 bad_syms=$$($(NM) $@ | sed -n 's/^.\{8\} [bc] \(.*\)/\1/p') && \
/arch/arm64/boot/
A DMakefile55 $(NM) vmlinux|grep _kernel_codesize|cut -d' ' -f1)
/arch/powerpc/kernel/vdso/
A DMakefile102 cmd_vdso32sym = $(NM) $< | $(gen-vdso32sym) | LC_ALL=C sort > $@
105 cmd_vdso64sym = $(NM) $< | $(gen-vdso64sym) | LC_ALL=C sort > $@
/arch/csky/kernel/vdso/
A DMakefile55 cmd_so2s = $(NM) -D $< | $(src)/so2s.sh > $@
/arch/arm64/kernel/vdso/
A DMakefile75 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/arch/parisc/kernel/vdso32/
A DMakefile63 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/arch/parisc/kernel/vdso64/
A DMakefile62 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/arch/x86/realmode/rm/
A DMakefile35 cmd_pasyms = $(NM) $(real-prereqs) | sed $(sed-pasyms) | sort | uniq > $@
/arch/riscv/kernel/compat_vdso/
A DMakefile57 cmd_compat_vdsosym = $(NM) $< | $(gen-compat_vdsosym) | LC_ALL=C sort > $@
/arch/s390/kernel/vdso32/
A DMakefile61 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/arch/riscv/kernel/vdso/
A DMakefile73 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/arch/powerpc/
A DMakefile34 new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo …
37 NM := $(NM) --synthetic macro
/arch/loongarch/vdso/
A DMakefile54 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/arch/s390/kernel/vdso64/
A DMakefile76 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/arch/parisc/boot/compressed/
A DMakefile30 cmd_sizes = $(NM) $< | sed -n $(sed-sizes) > $@
/arch/x86/boot/
A DMakefile77 cmd_zoffset = $(NM) $< | sed -n $(sed-zoffset) > $@
/arch/s390/boot/
A DMakefile78 …$(NM) -n -S --format=bsd "$<" | sed -nE 's/^0*([0-9a-fA-F]+) 0*([0-9a-fA-F]+) [tT] ([^ ]*)$$/\1 \2…
/arch/x86/boot/compressed/
A DMakefile79 cmd_voffset = $(NM) $< | sed -n $(sed-voffset) > $@
/arch/
A DKconfig770 depends on $(success,$(NM) --help | head -n 1 | grep -qi llvm)
1594 well as compatible NM and OBJCOPY utilities (llvm-nm and llvm-objcopy
/arch/x86/kvm/
A Dtrace.h463 EXS(DE), EXS(DB), EXS(BP), EXS(OF), EXS(BR), EXS(UD), EXS(NM), \

Completed in 44 milliseconds