Home
last modified time | relevance | path

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

12

/linux/tools/lib/traceevent/plugins/
A DMakefile20 $(call allow-override,NM,$(CROSS_COMPILE)nm)
198 symbol_type=`$(NM) -u -D $1 | awk 'NF>1 {print $$1}' | \
202 $(NM) -u -D $1 | awk 'NF>1 {sub("@.*", "", $$2); print "\t"$$2";"}' | sort -u;\
206 (echo Either missing one of [$1] or bad version of $(NM)) 1>&2;\
/linux/scripts/
A Dfaddr2line50 NM="${CROSS_COMPILE:-}nm"
56 command -v ${NM} >/dev/null 2>&1 || die "nm isn't installed"
192 …done < <(${NM} -n $objfile | awk -v fn=$func -v end=$file_end '$3 == fn { found=1; line=$0; start=…
A Dtest_fortify.sh23 NM="$1"
45 if ! $NM -A "$OUT".o | grep -m1 "\bU ${WANT}$" >>"$TMP" ; then
A Dmksysmap44 $NM -n $1 | grep -v '\( [aNUw] \)\|\(__crc_\)\|\( \$[adt]\)\|\( \.L\)' > $2
A Dgen_ksymdeps.sh13 ksyms=$($NM $1 2>/dev/null | sed -n 's/.*__ksym_marker_\(.*\)/\1/p')
A Dtools-support-relr.sh15 test -z "$($NM $tmp_file 2>&1 >/dev/null)"
/linux/arch/powerpc/kernel/
A Dprom_init_check.sh32 NM="$1"
49 for UNDEF in $($NM -u $OBJ | awk '{print $2}')
/linux/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}')
/linux/arch/alpha/
A DMakefile11 NM := $(NM) -B macro
/linux/fs/isofs/
A Drock.c265 if (rr->u.NM.flags & 6) in get_rock_ridge_filename()
268 if (rr->u.NM.flags & ~1) { in get_rock_ridge_filename()
270 rr->u.NM.flags); in get_rock_ridge_filename()
278 p = memchr(rr->u.NM.name, '\0', len); in get_rock_ridge_filename()
280 len = p - rr->u.NM.name; in get_rock_ridge_filename()
281 memcpy(retname + retnamlen, rr->u.NM.name, len); in get_rock_ridge_filename()
A Drock.h108 struct RR_NM_s NM; member
/linux/arch/arm/boot/compressed/
A DMakefile115 KBSS_SZ = $(shell echo $$(($$($(NM) $(obj)/../../../../vmlinux | \
163 bad_syms=$$($(NM) $@ | sed -n 's/^.\{8\} [bc] \(.*\)/\1/p') && \
/linux/arch/csky/boot/
A DMakefile21 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}')
/linux/arch/arm/boot/
A Ddeflate_xip_data.sh31 local val=$($NM "$VMLINUX" 2>/dev/null | sed -n "/ $1\$/{s/ .*$//p;q}")
/linux/arch/powerpc/
A DMakefile40 new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo …
43 NM := $(NM) --synthetic macro
/linux/arch/nds32/kernel/vdso/
A DMakefile42 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/linux/arch/powerpc/kernel/vdso64/
A DMakefile49 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/linux/arch/x86/realmode/rm/
A DMakefile43 cmd_pasyms = $(NM) $(real-prereqs) | sed $(sed-pasyms) | sort | uniq > $@
/linux/arch/csky/kernel/vdso/
A DMakefile62 cmd_so2s = $(NM) -D $< | $(srctree)/$(src)/so2s.sh > $@
/linux/arch/riscv/kernel/vdso/
A DMakefile58 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/linux/arch/arm64/kernel/vdso/
A DMakefile66 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/linux/arch/ia64/
A DMakefile16 NM := $(CROSS_COMPILE)nm -B macro
/linux/arch/s390/kernel/vdso32/
A DMakefile74 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/linux/arch/powerpc/kernel/vdso32/
A DMakefile62 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/linux/arch/s390/kernel/vdso64/
A DMakefile83 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@

Completed in 24 milliseconds

12