Searched refs:NM (Results 1 - 11 of 11) sorted by relevance

/fuchsia/zircon/scripts/
H A Dgen-rodso-code.sh20 echo >&2 "Usage: $0 NM READELF OUTFILE {NAME DSO}..."
28 NM="$1"
61 "$NM" -P -S -n "$2" | grok_code_symbols "$1"
78 "$NM" -P -D -p "$2" | grok_dynsym_slots "$1"
H A Dshlib-symbols50 echo >&2 "Usage: $0 [-a] [-z] NM DSO"
54 NM="$1"
58 "$NM" -P -g -D -S "$DSO"
/fuchsia/zircon/kernel/lib/userboot/
H A Drules.mk29 $(NOECHO)$(SHELLEXEC) $< '$(NM)' '$(READELF)' \
/fuchsia/zircon/bootloader/
H A Dbuild.mk95 $(NOECHO)if [ "`$(NM) $< | grep ' U '`" != "" ]; then echo "error: $<: undefined symbols"; $(NM) $< | grep ' U '; rm $<; exit 1; fi
/fuchsia/zircon/kernel/lib/vdso/
H A Drules.mk30 $(NOECHO)$(SHELLEXEC) $< '$(NM)' '$(READELF)' \
/fuchsia/zircon/system/core/userboot/
H A Drules.mk80 $(NOECHO)$(SHELLEXEC) scripts/shlib-symbols -a '$(NM)' $< > $@
/fuchsia/zircon/make/
H A Dmodule-userlib.mk118 $(NOECHO)$(SHELLEXEC) scripts/shlib-symbols '$(NM)' $(@:.abi.stamp=.so.abi).new | \
130 $(NOECHO)$(SHELLEXEC) scripts/shlib-symbols -z '$(NM)' $< > $@
H A Dbuild.mk140 $(NOECHO)$(NM) -S --size-sort $< > $@
H A Dengine.mk722 NM := $(CLANG_TOOLCHAIN_PREFIX)llvm-nm macro
732 NM := $(TOOLCHAIN_PREFIX)nm macro
/fuchsia/zircon/third_party/ulib/backtrace/
H A DMakefile.in224 NM = @NM@
/fuchsia/zircon/third_party/ulib/jemalloc/bin/
H A Djeprof.in5245 open(NM, "$escaped_nm_command |") || error("$escaped_nm_command: $!\n");
5248 while (<NM>) {
5303 close(NM);

Completed in 118 milliseconds