search for: rva

Displaying 20 results from an estimated 23 matches for "rva".

Did you mean: kva
2008 Jul 24
7
Native and Builtin dll
I'm studing wine for my thesis but I've an question: if I can use native dll for an application because are there many builtin dll in usr/lib/wine? I understand for system dll like kernel32.dll, user32.dll etc Thanks.
2003 Oct 21
2
Rsync Problem mith UNC paths
We're using rsync 2.5.6 version 26. Want to synch two W2K directories which are not on my machine (machine1 synchs machine2 -> machine3) I would like to synch the 2 direcories with the following syntax: rsync.exe -rva //remote_server1/share$/dir1/default.asp remote_server2::dir2/ When I try this it seems to work: building file list ... 1 file to consider send_files failed to open //remote_server1/share$/dir1/default.asp: No such file or directory No files have been synched!!!! When I connect the remote drive...
2018 Mar 03
2
llvm pdb utility question - how to convert real address to a segmented one
...w the output of the dump tool relates to real addresses in memory or for that matter relative virtual address either. Here's the logic I tried (which doesn't work): (1) Get Instruction Pointer of interest (2) Subtract the base address of the dll that address belongs to (3) You now have an RVA Use llvm-pdbutil to dump the pdb information. The problem is I'm unable to find (or approximate) this RVA in the dump information. The numbers in the llvm dumped files are in the form segment:offset but even after accounting for the segment, the offsets look way off. Does anybody have any id...
2005 Jun 03
1
G.729 with RVA
Hi, I'm using an Asterisk Server and a Cisco AS5350. They are interconnected via Sip. When I tried using G.729 codec, all recorded announcement of asterisk is no longer heard in the system but when I bring it back to G.711 the announcement works perfectly. Any idea how I can make the announcement work in G.729? Thanks. Cheers, nat -------------- next part -------------- An
2018 Mar 03
0
llvm pdb utility question - how to convert real address to a segmented one
...ates to real addresses in memory or for that matter relative > virtual address either. > > Here's the logic I tried (which doesn't work): > > (1) Get Instruction Pointer of interest > (2) Subtract the base address of the dll that address belongs to > (3) You now have an RVA > > Use llvm-pdbutil to dump the pdb information. > > The problem is I'm unable to find (or approximate) this RVA in the > dump information. The numbers in the llvm dumped files are in the form > segment:offset but even after accounting for the segment, the offsets > look w...
2010 Jun 30
1
RE How to break pri DID to multiple SIP Trunks
...ng used for fax->email etc etc etc I have created the outbound routes and sip trunks I can see that all the sip trunks are up I can see the outbound routes are there and also in trunks But it isn't working The call gets answered by the first point xxx.yyy.189.69 and you get an rva of the number you called is not in service Regards Samantha -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100630/fd194f49/attachment.htm
2004 Jan 13
0
Rsync processes remain in sleep mode / don't terminate after sync hing
Hello, We're synching several directories between two windows server 2003 machines. Rsync version is 2.5.7 The command is running via a batch script, which looks like: .... D:\cygwin\bin\rsync.exe -rva --progress --delete --force --stats --exclude-from=d:\batch\rsync\excludes\excludes.txt /cygdrive/n/zphome/intranet.cp.siemens.de/sub1 server::wwwroot1/ >> d:\batch\rsync\logs\rsynclog.txt 2>&1 D:\cygwin\bin\rsync.exe -rva --progress --delete --force --stats --exclude-from=d:\batch\rs...
2019 Jan 28
3
[llvm-pdbutil] : merge not working properly
...ot;int 3" instructions (to ensure that if we execute over the boundaries we instantly break. - Compile this to a .DLL - use hexadecimal editor to change ".text" section Characteristics from Read/Execute to Read/Write/Execute - run my program which does JIT compilation - get the start RVA of the .text section (which is always 0x1000 in my case) - Load the .DLL and use the ModuleAddress+RVA as a memory buffer in a custom DllMemMgr I give to MCJIT - On NotifyObjectEmitted replace the dll pdb by a custom one I build myself with your PDBFileBuilder - On finalizing memory, reload first t...
2019 Jan 23
2
[llvm-pdbutil] : merge not working properly
...copied some stuff and got things wrong according to cvdump, then I simplified the process of copying the table and it worked (in cvdump it finds the file matching line etc...) so I suspect this is also correct. All the streams look good, but I will check deeper ! It seems right what you say about rva and modules, this is what I m afraid of, doing all of this for nothing or almost.. Your idea looks good concerning the .text section in a separated dll, but will it be executable memory ? .text is where static strings go right ? When you say putting my jit in there, do you mean writing it when the...
2011 Aug 15
3
Queue Breakout Input being Ignored
...${CALLERID(name)}) same => n,NoOp(Callers waiting in queue: ${QUEUE_WAITING_COUNT(helpdesk)}) ; play the announcement for this helpdesk client (or the general intro) same => n(announceandwait),Gosub(app-helpdesk-${client}-intro,s,1) same => n,Gosub(app-helpdesk-${client}-special-rva,s,1) ; queue the call ; t = allow the called party to transfer the call ; k = allow the called party to park the call ; c = continue on after call (to update devstate) same => n,Set(DEVICE_STATE(Custom:helpdesk)=RINGING) same => n,Queue(helpdesk,tk,,,600,,,app-update-helpdesk-queu...
2018 Aug 20
2
Windows "0xC00001A5: An invalid exception handler routine has been detected" with LLVM win32 (i386) SEH code
...t; not, that's a problem. I think it would also be a problem if > _elements_exception_handler is imported. If so, try making a > thunk for it.> > You can also try running `dumpbin /loadconfig` (or equivalently llvm- > readobj -coff-load-config) on your binary to confirm that the RVA of > _elements_exception_handler appears in the safe seh table.> > On Mon, Aug 20, 2018 at 7:00 AM Carlo Kok via llvm-dev <llvm- > dev at lists.llvm.org> wrote:>> Hi, >> >> I'm getting: >> >> Unhandled exception at 0x00C211F0 in ConsoleApplic...
2018 Aug 20
2
Windows "0xC00001A5: An invalid exception handler routine has been detected" with LLVM win32 (i386) SEH code
Hi, I'm getting: Unhandled exception at 0x00C211F0 in ConsoleApplication830.exe: 0xC00001A5: An invalid exception handler routine has been detected (parameters: 0x00000001). With some fairly simple SEH enabled routine: define i32 @__elements_entry_point_main(%._gt2a_RemObjects_d_Elements_d_System_d_Array_t_1s*) #0 personality i8* bitcast (i32 ()* @_elements_exception_handler to i8*) !dbg
2020 Apr 17
4
[RFC] Improving FileCheck
...AsmParser/expr-shr.s > LLVM :: MC/Mips/relocation-n64.s > LLVM :: MC/Mips/relocation.s > LLVM :: MC/RISCV/compressed-relocations.s > LLVM :: MC/RISCV/relocations.s > LLVM :: MC/RISCV/rv32b-aliases-valid.s > LLVM :: MC/RISCV/rv64b-aliases-valid.s > LLVM :: MC/RISCV/rva-aliases-valid.s > LLVM :: MC/RISCV/rvi-aliases-valid.s > LLVM :: Transforms/InstCombine/double-float-shrink-2.ll > LLVM :: Transforms/LoopFusion/cannot_fuse.ll > LLVM :: tools/llvm-objdump/ELF/dynamic-section-machine-specific.test > LLVM :: tools/llvm-readobj/ELF/RISCV/sect...
2019 Jan 17
4
[llvm-pdbutil] : merge not working properly
That’s a good question, by default when emitting the object file I choose COFF but it embeds dwarf and not codeview in the end.. there probably is a way to do it or at least it must be implemented if not yet.. Lets imagine I manage to do that.. when you say there is nothing to do, I still must have a PDBFileBuilder to copy the codeview data inside the EXE PDB right ? I cannot insert them easily in
2004 Aug 06
3
404 Stream not found
hi there, I got a little problem. I have a working icecast server and untill now i only used to have 1 stream at the time. But now i want to add a second stream. In the icecast logs i see it connect okay, and ices happly streams but when i try to connect to the second stream i only hear the first stream. I looked into the config file and changed "mount_fallback" into zero, but now i
2004 Aug 06
2
vote f0r OGG ! winamp3 wish list .,
i was just lo0king at the winamp3 forums . there's a wish list , and i was the very first pers0n to request OGG ! but there's h0pe .. -- We're Counting We are now counting individual requests so see what should be high on the priority list. So, if you have a feature you want, add it here. Better yet though, use the Search feature at the bottom. If you see a thread that matches
2004 Aug 06
4
Icecast 2 recieving valid login from two sources
What happens when the Icecast 2 server already has a source connected & broadcasting, and another source attempts to login also with valid login info? Is the second source not accepted, or does the second source override the already connected source? --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list,
2005 Sep 08
5
PXE/TFTP Transfer time out problems
I am having a problem while trying to download anything from a recently configured tftp boot server. Here are the configuration for the dhcpd.conf option domain-name="domain.com"; default-lease-time 900; max-lease-time 1800; ddns-update-style none; authoritative; allow bootp; allow booting; option space PXE; option PXE.mtftp-ip code 1 = ip-address; option PXE.mtftp-cport code 2
2020 Aug 16
3
Supporting libunwind on Windows 10 (32bit; 64bit) for MSVC and Clang
Martin, good to hear from you. Thanks for the effort - I will test on 32bit and 64bit Windows 10. I will report ASAP. Ivan On Sun, Aug 16, 2020 at 8:42 PM Martin Storsjö <martin at martin.st> wrote: > On Sat, 15 Aug 2020, Ivan Serdyuk wrote: > > > > > > > On Sat, Aug 15, 2020 at 8:39 PM Martin Storsjö <martin at martin.st> wrote: > > Hi, > >
2004 Aug 06
5
DTCR Project
Disturbed Transmitter Community Radio Project The Need: Where I live there is only one open channel in our FM band. The one major company that owns 13 of the local stations plus 8 more that bleed over from the next biggest city, has lobbied the FCC so that the last FM license will never be given out. So my friends run a little 10 watt, Max. allowed by FCC for a non-commercial non-licensed