Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] Taking invoke instructions' labels"
2011 Sep 16
2
[LLVMdev] How to duplicate a function?
Hi all,
Sorry for the inconvenient about the previous post. The files were not
attached. So I put them here again.
I am a newbie in LLVM and I am trying to replace the function like:
old function || new function
==============================
=========
int haha(int a) { int haha(int a, char* ID) {
===>
}
2008 Sep 13
3
[LLVMdev] Duplicate Function with duplicated Arguments
I'm now writing a pass and I wanna ask a question about how to
duplicate the function and add duplicated arguments in llvm, for
example:
func(int a, char *b) -> func(int a, char *b, int a1, char *b1)
I'm now stuck at using "getOrInsertFunction" and how to handle
"getArgumentList", please share your opinion, thanks a lot!
James
2013 Nov 28
3
Problem with PAM/SSSD/SAMBA4.1.2
Hi
I hope that I am not totally wrong when asking this on a Samba list, but
as I followed a tutorial found at the SAMBA wiki I hope I can find
someone how is able to help me.
My goal is to set up a server acting as a SAMBA AD Server with single
sign on for linux users.
I use a Ubuntu Server 13.10 as the base. On top of this I installed a
SAMBA 4.1.2 from GIT, did provisioning, Kerberos
2013 Sep 19
1
Vignette problem and CRAN policies
Hello, All:
The vignette with the sos package used "upquote.sty", required for R
Journal when it was published in 2009. Current CRAN policy disallows
"upquote.sty", and I've so far not found a way to pass "R CMD check"
with sos without upquote.sty.
I changed sos.Rnw per an email exchange with Prof. Ripley without
solving the problem; see below. The
2017 Aug 04
4
Verify contents before boot?
I see there's a memtest on the Linux discs I've created... would it be
possible to put another program in place (a module, perhaps?) that can
calculate a hash using a certain algorithm (i.e. SHA512 or similar) to
validate and print out the hash of the boot ISO before booting it? The
integrity of the ISO is absolutely critical.
Thanks,
Bret
2006 Nov 13
1
Can AGI do this?
Please pardon the absolute noob questions. Someone has asked me to
interface with Asterisk and have it dial 4 numbers in succession to have
it track down an on-call person.
My initial reaction was to write an AGI program and return all 4 numbers
and have Asterisk hunt them - can Asterisk do this?
If not, is it possible to write an AGI program that gets all 4 numbers,
then somehow hands them
2011 Dec 02
1
[LLVMdev] Running a pass during JIT
Hi everyone
I would like to run a pass that I have wrote during the JIT (lli). But LLVM
does not seem to have such an option. I can't even call standard LLVM's
passes (for exmple, -adce). I have also tried to use lli -load=<path to the
.so file of my pass>. But that won't help either.
Anyway, is there a way do to that?
Sincerely,
Schuhmacher
-------------- next part
2011 Dec 09
1
[LLVMdev] Finding the uses of a global variable
Hi everyone,
I am writing a pass that finds all uses of global variables (my goal is to
find the uses of strings, and strings are defined as global variables). So,
I can iterate over global vars by
for(Module::global_iterator gi = M.global_begin(), gend = M.global_end();
gi != gend; ++gi) ......
But if I use its def-use chain
for(Value::use_iterator i = gi->use_begin(), e = F->use_end; i!=e;
2017 Aug 04
0
Verify contents before boot?
On 8/4/2017 17:04, Bret Schuhmacher wrote:
> This is kind of related to my other question about putting extra data
> on the disc after the bootable ISO image... I want to write a bootable
> ISO and include some extra stuff on it... the hash and some customer
> data. The idea is that when the disc is booted from, this preboot
> program calculates the hash of the ISO *only*,
2017 Aug 04
0
Bootable ISO with extra data outside the ISO?
Hi,
Bret Schuhmacher wrote:
> I'm going to have to read it
> about 20 more times to get my head around what you wrote ?;-) .
You are invited to ask for clarifications, if necessary.
Have a nice day :)
Thomas
2017 Aug 04
0
Verify contents before boot?
On 8/4/2017 12:44, Bret Schuhmacher via Syslinux wrote:
> I see there's a memtest on the Linux discs I've created... would it be
> possible to put another program in place (a module, perhaps?) that can
> calculate a hash using a certain algorithm (i.e. SHA512 or similar) to
> validate and print out the hash of the boot ISO before booting it? The
> integrity of the ISO is
2017 Aug 04
2
Bootable ISO with extra data outside the ISO?
Sorry if this is a total noob question... I've searched the archives and
haven't turned up much. Not turning up much on the web in general, either.
I'm working on a project and I'd like to create a Linux bootable ISO disc
with an extra chunk of data **outside** the ISO space. This chunk of data
might be a 10MB tar/zip. The goal would be to boot into Linux in RAM off
the disc
2011 Sep 16
0
[LLVMdev] How to duplicate a function?
Hi all,
I am a newbie in LLVM and I am trying to replace the function like:
old function || new function
=======================================
int haha(int a) { int haha(int a, char* ID) {
===>
} }
Of course in the newly replaced function "int haha(int,
2006 Jul 07
0
reintializing a model object to invoke model callbacks
Any thoughts on this one guys? How do I reinitialize an already
initialized model object in my controller in one shot rather than
manually initializing each attribute? In other words, I do a find like
so:
user = User.find(id)
# Now I want to reinitialize the user object by using the params["user"]
but I''d like to intialize it in a way that calls my model''s equality
2006 May 14
0
Invoke .Net WebService error in RoR
I have written a webservice:
----------- Service.cs ----------------
using System;
using System.Web;
using System.Web.Services;
using System.Web.Services.Protocols;
[WebService(Namespace = "http://tempuri.org/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class Service : System.Web.Services.WebService
{
[WebMethod]
public string HelloWorld(string name)
2006 Feb 12
3
Invoke render multiple times
I need to invoke render() multiple times. This is not to render a
response to the browser but to get the result of render() and put it in
files. Is there another way to do it if it''s not possible to do it
directly with render()?
Btw, what''s the reasoning behind only allowing render() to be called
once a request?
/Marcus
2006 Feb 22
3
is there really a restart task in switchtower? How do you invoke it?
I just created a new rails project "test".
I then did "switchtower --apply-to ~/user/test test"
I then moved into test and tried "rake restart" and got:
kfelkins@lurch:~/user/test$ rake restart
(in /home/kfelkins/user/test)
rake aborted!
Don''t know how to build task ''restart''
I see restart in deploy. Can restart be invoked from the
2006 Oct 24
2
double invoke of hvm_do_resume
Keir:
Not sure from when, at least now hvm_do_resume is double invoked
in both 1: arch_vmx_do_resume from schedule_tail, and 2)
vmx_asm_do_vmentry of ASM code for both x86 32 & 64 bits. I am wondering
if the #1 is a redundant, can u have a double check?
thx,eddie
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2005 Sep 13
1
callfile: How to invoke SetCallerPres ?
Hi,
how may I define in a callfile the CallerID presentation to be used for
the requested call,
eg. set it to prohibited?
TIA, Bruno
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Bruno.Voigt.vcf
Type: text/x-vcard
Size: 270 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050913/fcb5c595/Bruno.Voigt.vcf
2009 Apr 03
0
procmail can't invoke spamc/spamassassin in 5.3 due to SElinux denials
I just discovered that my spam filters are not being properly executed
in CentOS 5.3 because when procmail attempts to invoke spamc. I have
spamd running properly, and can invoke spamassassin and spamc from the
bash prompt manually without any issues, however procmail fails with
"permission denied" then bails. Watching the procmail.log I get the
following:
procmail: Executing