Searched refs:NM (Results 1 – 25 of 25) sorted by relevance
36 NM="$1"53 for UNDEF in $($NM -u $OBJ | awk '{print $2}')
9 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_stext" {print $$1}')10 UIMAGE_ENTRYADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}')
11 NM := $(NM) -B macro
20 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}')
31 local val=$($NM "$VMLINUX" 2>/dev/null | sed -n "/ $1\$/{s/ .*$//p;q}")
104 KBSS_SZ = $(shell echo $$(($$($(NM) vmlinux | \134 bad_syms=$$($(NM) $@ | sed -n 's/^.\{8\} [bc] \(.*\)/\1/p') && \
55 $(NM) vmlinux|grep _kernel_codesize|cut -d' ' -f1)
102 cmd_vdso32sym = $(NM) $< | $(gen-vdso32sym) | LC_ALL=C sort > $@105 cmd_vdso64sym = $(NM) $< | $(gen-vdso64sym) | LC_ALL=C sort > $@
55 cmd_so2s = $(NM) -D $< | $(src)/so2s.sh > $@
75 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
63 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
62 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
35 cmd_pasyms = $(NM) $(real-prereqs) | sed $(sed-pasyms) | sort | uniq > $@
57 cmd_compat_vdsosym = $(NM) $< | $(gen-compat_vdsosym) | LC_ALL=C sort > $@
61 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
73 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
34 new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo …37 NM := $(NM) --synthetic macro
54 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
76 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
30 cmd_sizes = $(NM) $< | sed -n $(sed-sizes) > $@
77 cmd_zoffset = $(NM) $< | sed -n $(sed-zoffset) > $@
78 …$(NM) -n -S --format=bsd "$<" | sed -nE 's/^0*([0-9a-fA-F]+) 0*([0-9a-fA-F]+) [tT] ([^ ]*)$$/\1 \2…
79 cmd_voffset = $(NM) $< | sed -n $(sed-voffset) > $@
770 depends on $(success,$(NM) --help | head -n 1 | grep -qi llvm)1594 well as compatible NM and OBJCOPY utilities (llvm-nm and llvm-objcopy
463 EXS(DE), EXS(DB), EXS(BP), EXS(OF), EXS(BR), EXS(UD), EXS(NM), \
Completed in 44 milliseconds