| /linux/arch/powerpc/kernel/ |
| H A D | prom_init_check.sh | 36 NM="$1" 53 for UNDEF in $($NM -u "$OBJ" | awk '{print $2}')
|
| /linux/arch/nios2/boot/ |
| H A D | Makefile | 9 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_stext" {print $$1}') 10 UIMAGE_ENTRYADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}')
|
| /linux/arch/alpha/ |
| H A D | Makefile | 11 NM := $(NM) -B macro
|
| /linux/scripts/ |
| H A D | link-vmlinux.sh | 145 info NM ${2} 146 ${NM} -n "${1}" | sed -f "${srctree}/scripts/mksysmap" > "${2}" 151 ${NM} -S ${1} > .tmp_vmlinux.nm-sort
|
| H A D | check-function-names.sh | 16 bad_symbols=$(${NM:-nm} "$objfile" | awk '$2 ~ /^[TtWw]$/ {print $3}' | grep -E '^(startup|exit|spl…
|
| H A D | decode_stacktrace.sh | 37 NM=${UTIL_PREFIX}nm${UTIL_SUFFIX} 175 local base_addr=$(${NM} "$objfile" 2>/dev/null | awk '$3 == "'$name'" && ($2 == "t" || $2 == "T") {print $1; exit}')
|
| H A D | tools-support-relr.sh | 19 test -z "$($NM $tmp_file 2>&1 >/dev/null)"
|
| H A D | Makefile.build | 192 getexportsymbols = $(NM) $@ | sed -n 's/.* __export_symbol_\(.*\)/$(1)/p' 236 if $(NM) $@ 2>/dev/null | grep -q ' __export_symbol_'; then \
|
| /linux/kernel/trace/ |
| H A D | Makefile | 148 $(shell $(NM) -u $(obj)/undefsyms_base.o 2>/dev/null | awk '{print $$2}') 150 quiet_cmd_check_undefined = NM $< 152 undefsyms=$$($(NM) -u $< | grep -v $(addprefix -e , $(UNDEFINED_ALLOWLIST)) || true); \
|
| /linux/fs/isofs/ |
| H A D | rock.c | 274 if (rr->u.NM.flags & 6) in get_rock_ridge_filename() 277 if (rr->u.NM.flags & ~1) { in get_rock_ridge_filename() 279 rr->u.NM.flags); in get_rock_ridge_filename() 287 p = memchr(rr->u.NM.name, '\0', len); in get_rock_ridge_filename() 289 len = p - rr->u.NM.name; in get_rock_ridge_filename() 290 memcpy(retname + retnamlen, rr->u.NM.name, len); in get_rock_ridge_filename()
|
| H A D | rock.h | 104 struct RR_NM_s NM; member
|
| /linux/arch/arm/boot/compressed/ |
| H A D | Makefile | 104 KBSS_SZ = $(shell echo $$(($$($(NM) vmlinux | \ 134 bad_syms=$$($(NM) $@ | sed -n 's/^.\{8\} [bc] \(.*\)/\1/p') && \
|
| /linux/arch/csky/boot/ |
| H A D | Makefile | 20 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}')
|
| /linux/arch/arm/boot/ |
| H A D | deflate_xip_data.sh | 31 local val=$($NM "$VMLINUX" 2>/dev/null | sed -n "/ $1\$/{s/ .*$//p;q}")
|
| /linux/arch/powerpc/kernel/vdso/ |
| H A D | Makefile | 102 cmd_vdso32sym = $(NM) $< | $(gen-vdso32sym) | LC_ALL=C sort > $@ 105 cmd_vdso64sym = $(NM) $< | $(gen-vdso64sym) | LC_ALL=C sort > $@
|
| /linux/arch/powerpc/ |
| H A D | Makefile | 34 new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo … 37 NM := $(NM) --synthetic macro
|
| /linux/arch/arm64/boot/ |
| H A D | Makefile | 55 $(NM) vmlinux|grep _kernel_codesize|cut -d' ' -f1)
|
| /linux/arch/x86/realmode/rm/ |
| H A D | Makefile | 35 cmd_pasyms = $(NM) $(real-prereqs) | sed $(sed-pasyms) | sort | uniq > $@
|
| /linux/arch/riscv/kernel/compat_vdso/ |
| H A D | Makefile | 57 cmd_compat_vdsosym = $(NM) $< | $(gen-compat_vdsosym) | LC_ALL=C sort > $@
|
| /linux/arch/arm64/kernel/vdso/ |
| H A D | Makefile | 75 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
|
| /linux/arch/s390/kernel/vdso/ |
| H A D | Makefile | 73 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
|
| /linux/arch/loongarch/vdso/ |
| H A D | Makefile | 59 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
|
| /linux/arch/x86/boot/ |
| H A D | Makefile | 77 cmd_zoffset = $(NM) $< | sed -n $(sed-zoffset) > $@
|
| /linux/arch/x86/boot/compressed/ |
| H A D | Makefile | 78 cmd_voffset = $(NM) $< | sed -n $(sed-voffset) > $@
|
| /linux/ |
| H A D | Makefile | 522 NM = $(LLVM_PREFIX)llvm-nm$(LLVM_SUFFIX) macro 531 NM = $(CROSS_COMPILE)nm macro 636 export CPP AR NM STRIP OBJCOPY OBJDUMP READELF PAHOLE RESOLVE_BTFIDS LEX YACC AWK INSTALLKERNEL
|