Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/
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;\
/kernel/linux/linux-5.10/scripts/
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=…
Dmksysmap44 $NM -n $1 | grep -v '\( [aNUw] \)\|\(__crc_\)\|\( \$[adt]\)\|\( \.L\)' > $2
Dgen_ksymdeps.sh13 ksyms=$($NM $1 2>/dev/null | sed -n 's/.*__ksym_marker_\(.*\)/\1/p' | tr A-Z a-z)
Dtools-support-relr.sh15 test -z "$($NM $tmp_file 2>&1 >/dev/null)"
Dlink-vmlinux.sh247 ${NM} -n ${1} | scripts/kallsyms ${kallsymopt} > ${2}
DMakefile.build173 if $(NM) $@ 2>/dev/null | grep -q __ksymtab; then \
271 undefined_syms = $(NM) $< | $(AWK) '$$1 == "U" { printf("%s%s", x++ ? " " : "", $$2) }';
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dprom_init_check.sh32 NM="$1"
49 for UNDEF in $($NM -u $OBJ | awk '{print $2}')
/kernel/linux/linux-5.10/arch/nios2/boot/
DMakefile9 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_stext" {print $$1}')
10 UIMAGE_ENTRYADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}')
/kernel/linux/linux-5.10/arch/alpha/
DMakefile11 NM := $(NM) -B macro
/kernel/linux/linux-5.10/fs/isofs/
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()
Drock.h108 struct RR_NM_s NM; member
/kernel/linux/linux-5.10/arch/csky/boot/
DMakefile21 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}')
/kernel/linux/linux-5.10/arch/arm/boot/
Ddeflate_xip_data.sh31 local val=$($NM "$VMLINUX" 2>/dev/null | sed -n "/ $1\$/{s/ .*$//p;q}")
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
DMakefile131 KBSS_SZ = $(shell echo $$(($$($(NM) $(obj)/../../../../vmlinux | \
179 bad_syms=$$($(NM) $@ | sed -n 's/^.\{8\} [bc] \(.*\)/\1/p') && \
/kernel/linux/linux-5.10/arch/nds32/kernel/vdso/
DMakefile42 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/kernel/linux/linux-5.10/arch/x86/realmode/rm/
DMakefile43 cmd_pasyms = $(NM) $(real-prereqs) | sed $(sed-pasyms) | sort | uniq > $@
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso/
DMakefile68 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/kernel/linux/linux-5.10/arch/riscv/kernel/vdso/
DMakefile71 cmd_so2s = $(NM) -D $< | $(srctree)/$(src)/so2s.sh > $@
/kernel/linux/linux-5.10/arch/powerpc/
DMakefile42 new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo …
45 NM := $(NM) --synthetic macro
/kernel/liteos_a/tools/build/mk/
Dlos_config.mk62 NM = $(LITEOS_COMPILER_PATH)$(CROSS_COMPILE)nm
75 NM = $(LITEOS_COMPILER_PATH)$(CROSS_COMPILE)nm
/kernel/linux/linux-5.10/arch/ia64/
DMakefile16 NM := $(CROSS_COMPILE)nm -B macro
/kernel/linux/linux-5.10/arch/parisc/
DMakefile27 NM = sh $(srctree)/arch/parisc/nm macro
/kernel/linux/linux-5.10/arch/parisc/boot/compressed/
DMakefile35 cmd_sizes = $(NM) $< | sed -n $(sed-sizes) > $@
/kernel/linux/linux-5.10/arch/x86/boot/
DMakefile96 cmd_zoffset = $(NM) $< | sed -n $(sed-zoffset) > $@

12