Searched refs:NM (Results 26 - 33 of 33) sorted by path

12

/linux-master/fs/isofs/
H A Drock.c265 if (rr->u.NM.flags & 6)
268 if (rr->u.NM.flags & ~1) {
269 printk("Unsupported NM flag settings (%d)\n",
270 rr->u.NM.flags);
278 p = memchr(rr->u.NM.name, '\0', len);
280 len = p - rr->u.NM.name;
281 memcpy(retname + retnamlen, rr->u.NM.name, len);
296 return retnamlen; /* If 0, this file did not have a NM field */
H A Drock.h108 struct RR_NM_s NM; member in union:rock_ridge::__anon3928
/linux-master/rust/
H A DMakefile361 $(NM) -p --defined-only $< \
/linux-master/scripts/
H A DMakefile.build175 if $(NM) $@ 2>/dev/null | grep -q ' __export_symbol_'; then \
205 "$(LD) $(KBUILD_LDFLAGS)" "$(NM)" "$(RM)" "$(MV)" \
333 $(NM) $@ | sed -n 's/.* __export_symbol_\(.*\)/EXPORT_SYMBOL(\1);/p' ; } | \
H A Dlink-vmlinux.sh195 info NM ${2}
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)"

Completed in 610 milliseconds

12