Home
last modified time | relevance | path

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

123

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A Dcrosscompile_nm.patch1 Modifies export-check.pl to use look for $ENV{'NM'} before
20 -open NM, "nm -Dg --defined-only $libfile |" || die "can't run nm on $libfile: $!";
21 +if (defined($ENV{'NM'})) {
22 + $nm = $ENV{'NM'};
26 +open NM, "$nm -Dg --defined-only $libfile |" || die "can't run nm on $libfile: $!";
/openbmc/linux/scripts/
H A Dmksysmap19 ${NM} -n ${1} | sed >${2} -e "
103 $(if [ $# -ge 3 ]; then ${NM} ${3} | sed -n '/ U /!s:.* \([^ ]*\)$:/ \1$/d:p'; fi)
H A Dtest_fortify.sh23 NM="$1"
45 if ! $NM -A "$OUT".o | grep -m1 "\bU ${WANT}$" >>"$TMP" ; then
H A Dtools-support-relr.sh19 test -z "$($NM $tmp_file 2>&1 >/dev/null)"
/openbmc/linux/arch/powerpc/kernel/
H A Dprom_init_check.sh36 NM="$1"
53 for UNDEF in $($NM -u $OBJ | awk '{print $2}')
/openbmc/linux/arch/nios2/boot/
H A DMakefile9 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_stext" {print $$1}')
10 UIMAGE_ENTRYADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}')
/openbmc/linux/arch/alpha/
H A DMakefile11 NM := $(NM) -B macro
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/wayland/
H A Drun-ptest8 export NM=nm
/openbmc/linux/fs/isofs/
H 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()
H A Drock.h108 struct RR_NM_s NM; member
/openbmc/qemu/include/hw/intc/
H A Dimx_avic.h35 #define NM (1<<18) /* Normal interrupt mode */ macro
/openbmc/linux/arch/arm/boot/compressed/
H A DMakefile110 KBSS_SZ = $(shell echo $$(($$($(NM) vmlinux | \
140 bad_syms=$$($(NM) $@ | sed -n 's/^.\{8\} [bc] \(.*\)/\1/p') && \
/openbmc/u-boot/include/
H A Di8042.h56 #define NM 3 /* numeric lock index */ macro
/openbmc/linux/arch/csky/boot/
H A DMakefile20 UIMAGE_LOADADDR = $(shell $(NM) vmlinux | awk '$$NF == "_start" {print $$1}')
/openbmc/linux/arch/arm/boot/
H A Ddeflate_xip_data.sh31 local val=$($NM "$VMLINUX" 2>/dev/null | sed -n "/ $1\$/{s/ .*$//p;q}")
/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/
H A Dmeson-wrapper14 unset CC CXX CPP LD AR NM STRIP
/openbmc/linux/arch/powerpc/kernel/vdso/
H A DMakefile95 cmd_vdso32sym = $(NM) $< | $(gen-vdso32sym) | LC_ALL=C sort > $@
98 cmd_vdso64sym = $(NM) $< | $(gen-vdso64sym) | LC_ALL=C sort > $@
/openbmc/linux/arch/arm64/boot/
H A DMakefile48 $(NM) vmlinux|grep _kernel_codesize|cut -d' ' -f1)
/openbmc/linux/arch/parisc/kernel/vdso64/
H A DMakefile45 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/openbmc/linux/arch/parisc/kernel/vdso32/
H A DMakefile50 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/
H A Dippool_1.3.bb45 EXTRA_OEMAKE = "CC='${CC}' AS='${AS}' LD='${LD}' AR='${AR}' NM='${NM}' STRIP='${STRIP}'"
/openbmc/linux/arch/powerpc/
H A DMakefile23 new_nm := $(shell if $(NM) --help 2>&1 | grep -- '--synthetic' > /dev/null; then echo y; else echo …
26 NM := $(NM) --synthetic macro
/openbmc/linux/arch/arm64/kernel/vdso/
H A DMakefile73 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/
H A Dsyslinux_6.04-pre2.bb62 NM="${NM}" \
/openbmc/linux/arch/x86/realmode/rm/
H A DMakefile44 cmd_pasyms = $(NM) $(real-prereqs) | sed $(sed-pasyms) | sort | uniq > $@

123