Home
last modified time | relevance | path

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

12

/Linux-v6.1/scripts/
Dcheck-local-export24 { ${NM} ${1} 2>/dev/null || { echo "${0}: ${NM} failed" >&2; kill $pid; } } |
Dtest_fortify.sh23 NM="$1"
45 if ! $NM -A "$OUT".o | grep -m1 "\bU ${WANT}$" >>"$TMP" ; then
Dmksysmap52 $NM -n $1 | grep -v \
Dis_rust_module.sh16 ${NM} "$*" | grep -qE '^[0-9a-fA-F]+ r _R[^[:space:]]+16___IS_RUST_MODULE[^[:space:]]*$'
Dgen_ksymdeps.sh13 ksyms=$($NM $1 2>/dev/null | sed -n 's/.*__ksym_marker_\(.*\)/\1/p')
Dtools-support-relr.sh15 test -z "$($NM $tmp_file 2>&1 >/dev/null)"
/Linux-v6.1/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;\
/Linux-v6.1/arch/powerpc/kernel/
Dprom_init_check.sh31 NM="$1"
48 for UNDEF in $($NM -u $OBJ | awk '{print $2}')
/Linux-v6.1/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}')
/Linux-v6.1/arch/alpha/
DMakefile11 NM := $(NM) -B macro
/Linux-v6.1/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
/Linux-v6.1/arch/arm/boot/compressed/
DMakefile109 KBSS_SZ = $(shell echo $$(($$($(NM) $(obj)/../../../../vmlinux | \
139 bad_syms=$$($(NM) $@ | sed -n 's/^.\{8\} [bc] \(.*\)/\1/p') && \
/Linux-v6.1/arch/csky/boot/
DMakefile20 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}')
/Linux-v6.1/arch/arm/boot/
Ddeflate_xip_data.sh31 local val=$($NM "$VMLINUX" 2>/dev/null | sed -n "/ $1\$/{s/ .*$//p;q}")
/Linux-v6.1/arch/powerpc/kernel/vdso/
DMakefile83 cmd_vdso32sym = $(NM) $< | $(gen-vdso32sym) | LC_ALL=C sort > $@
86 cmd_vdso64sym = $(NM) $< | $(gen-vdso64sym) | LC_ALL=C sort > $@
/Linux-v6.1/arch/parisc/kernel/vdso64/
DMakefile45 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/Linux-v6.1/arch/parisc/kernel/vdso32/
DMakefile50 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/Linux-v6.1/arch/powerpc/
DMakefile23 new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo …
26 NM := $(NM) --synthetic macro
/Linux-v6.1/arch/riscv/kernel/compat_vdso/
DMakefile53 cmd_compat_vdsosym = $(NM) $< | $(gen-compat_vdsosym) | LC_ALL=C sort > $@
/Linux-v6.1/arch/x86/realmode/rm/
DMakefile44 cmd_pasyms = $(NM) $(real-prereqs) | sed $(sed-pasyms) | sort | uniq > $@
/Linux-v6.1/arch/csky/kernel/vdso/
DMakefile62 cmd_so2s = $(NM) -D $< | $(srctree)/$(src)/so2s.sh > $@
/Linux-v6.1/arch/arm64/kernel/vdso/
DMakefile75 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/Linux-v6.1/arch/ia64/
DMakefile16 NM := $(CROSS_COMPILE)nm -B macro
/Linux-v6.1/arch/riscv/kernel/vdso/
DMakefile62 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@

12