search for: af_aformat

Displaying 2 results from an estimated 2 matches for "af_aformat".

2017 Jun 09
2
Get segfault with ModulePass
...I have used the gremlin-pass-skeleton I found on Github [1] together with the modification for modules here [2]. I load the pass with: clang ... -g -Xclang load -Xclang /path/to/my/pass sourcefile.c I've tested the pass with the FFmpeg sources (and a modified configure). The error happens in af_aformat.c [3]. The meaning of the code is to get first an instruction, and if this instruction is used as an argument in some function extract the instructions, that uses the argument inside of the function body. Can somebody help me, to find another way to achive the (argument-)connection between the in...
2017 Jun 11
2
Get segfault with ModulePass
...1] together with the modification for modules here [2]. > > > > I load the pass with: > > clang ... -g -Xclang load -Xclang /path/to/my/pass sourcefile.c > > > > I've tested the pass with the FFmpeg sources (and a modified configure). > > The error happens in af_aformat.c [3]. > > > > The meaning of the code is to get first an instruction, and if this > > instruction is used as an argument in some function extract the instructions, > > that uses the argument inside of the function body. > > > > Can somebody help me, to find anot...