search for: er8

Displaying 6 results from an estimated 6 matches for "er8".

Did you mean: el8
2020 Feb 12
3
Function Return Legalization
...v er0, fp ;; Assign the frame pointer into er0 3 add er0, #-32 ;; Add the frame pointer offset to er0 4 bl _fn ;; Function call fn 5 add sp, #8 ;; SP adjustment In function fn: 1 ;; function prologue processing here... 2 mov er8, er0 ;; frame pointer location of retval is transferred to er8 (will be used at line 4) 3 ;; function processing here... Assuming that the i64 value to be returned is stored at qr0... 4 lea [er8] ;; i64 return processing starts here. Load effective address fro...
2020 Feb 14
2
Function Return Legalization
...v er0, fp ;; Assign the frame pointer into er0 3 add er0, #-32 ;; Add the frame pointer offset to er0 4 bl _fn ;; Function call fn 5 add sp, #8 ;; SP adjustment In function fn: 1 ;; function prologue processing here... 2 mov er8, er0 ;; frame pointer location of retval is transferred to er8 (will be used at line 4) 3 ;; function processing here... Assuming that the i64 value to be returned is stored at qr0... 4 lea [er8] ;; i64 return processing starts here. Load effective address fro...
2020 Feb 18
2
Function Return Legalization
...v er0, fp ;; Assign the frame pointer into er0 3 add er0, #-32 ;; Add the frame pointer offset to er0 4 bl _fn ;; Function call fn 5 add sp, #8 ;; SP adjustment In function fn: 1 ;; function prologue processing here... 2 mov er8, er0 ;; frame pointer location of retval is transferred to er8 (will be used at line 4) 3 ;; function processing here... Assuming that the i64 value to be returned is stored at qr0... 4 lea [er8] ;; i64 return processing starts here. Load effective address fro...
2007 Aug 22
5
BIND issues, server not responding
Hi all, My CentOS 5 nameserver is seemingly unable to be queried by anything but itself (localhost, 127.0.0.1). From any other machine, including the primary which *does* transfer zone files correctly to this machine (which is secondary), requests time out. I've put SELinux into permissive mode, so I don't think that's an issue. /var/named/chroot/etc/named.conf begins thus:
2001 Nov 14
0
OPEN ssh pkg
...JP1VH'U:(8EHH2R(.J_ULJPT5X#U4%0MQ M6:R.?80'=X at J7!G+M6CL.+6Q'#>BTLP6RV,1;B4<N966K I9,GEE,^QN.+*7 M Z:6-"4[4_7$?8A/%K>L.EJ8*V6#:I5ELSR*R)Y8I*I4*0.7I0Q^]HD"VJDJ M:"<%H<6B:!8)_-5_F2BHH=(EE<*P%3J=5Q at +X0")688#4X^90'[)5[BN,[65 M3\ (.HL"&!ER8%^(@9L,>6:(M#M[9,KK+&&Q<V,P!_=2/'E8\T0, at D(.$ T6 M8=C,CJ>=.X_J"4I77\-.NJ<?2KL2!U+!S(>B0T<FPT0+#K/- KRPRF'M)HZ] MF$\S;=Y,0S9CP63J,I4 XL=LNF4)#DLO2$6]@E/U/K7 :F0GK=8TK"DWPAK< MW,LBU.:-*IPGTVHF )6I0F%J07B9!_/&"DT)Z]8&YXT2D%PJJH@;,Q$R/67P M/;...
2005 Dec 21
9
question about changejournal
Hi, I''ve got a newbie question--sorry if this is covered elsewhere, I parsed through the archives for awhile and didn''t see it. I''d like to listen for whenever a file is renamed (e.g. foo.txt -> foo.old) and then magically change it back. This sounds odd, but I''m working with a stubborn application and this will actually make things work nice. So, if I do: