Searched refs:NM (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/VMM/VMMRC/ |
H A D | CPUMRCA.asm | 91 ; 0 | 1 | 0 | #NM | Exec :: Clear TS & MP, Save HC, Load GC; 92 ; 0 | 1 | 1 | #NM | Exec :: Clear TS, Save HC, Load GC. 93 ; 1 | 0 | 0 | #NM | Exec :: Clear MP, Save HC, Load GC. (EM is already cleared.) 94 ; 1 | 0 | 1 | #NM | #NM :: Go to host taking trap there. 95 ; 1 | 1 | 0 | #NM | Exec :: Clear MP, Save HC, Load GC. (EM is already set.) 96 ; 1 | 1 | 1 | #NM | #NM :: Go to host taking trap there.
|
H A D | TRPMRCHandlersA.asm | 91 dd 0 ; 7 - #NM - F - N - Device not available, FP or (F)WAIT instruction. 132 dd NAME(TRPMGCTrap07Handler) ; 7 - #NM - F - N - Device not available, FP or (F)WAIT instruction.
|
/vbox/src/libs/zlib-1.2.6/ |
H A D | configure | 45 NM=${NM-"${CROSS_PREFIX}nm"} 46 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log 48 NM=${NM-"nm"} 329 show "$NM $test.o | grep _hello" 330 if test "`$NM $test.o | grep _hello | tee -a configure.log`" = ""; then
|
/vbox/src/VBox/Devices/PC/ipxe/src/ |
H A D | Makefile | 34 NM := $(CROSS_COMPILE)nm macro
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | ltmain.sh | 218 win32_nmres=`eval $NM -f posix -A $1 | \ 4548 if test -n "$NM" && test -n "$global_symbol_pipe"; then 4591 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'" 4632 $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
|
H A D | configure | 5216 if test -n "$NM"; then 5218 lt_cv_path_NM="$NM" 5262 NM="$lt_cv_path_NM" 7222 { echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5 7223 echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; } 7231 # Character class describing NM global symbol codes. 7297 case `$NM -V 2>&1` in 7334 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5 7335 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5 7801 test -z "$NM" [all...] |
Completed in 67 milliseconds