Displaying 9 results from an estimated 9 matches for "syminfo".
2010 Jan 18
0
new R package. How to hide data file
Dear R community,
I'm in the process of writing a package.
One of the functions reads a whole ascii file, full of data:
> SYMINFO <- scan("/file/full/of/data.txt",what="character",sep="\n",quiet=TRUE)
SYMINFO is now an array character with roughly 14000 elements.
I thought the best way to use this file in the package was to list it, together with the rest of
useful functions, in the list= fi...
2015 Jun 26
2
[LLVMdev] ORC and relocations
...until below this point.
// New entries may have been added to the relocation list.
i = ExternalSymbolRelocations.find(Name);
} else {
// We found the symbol in our global table. It was probably in a
// Module that we loaded previously.
const auto &SymInfo = Loc->second;
Addr = getSectionLoadAddress(SymInfo.getSectionID()) +
SymInfo.getOffset();
}
if (Addr) {
DEBUG(dbgs() << "Resolving relocations Name: " << Name << "\t"
<< format("0x%lx", A...
2015 Jun 30
2
[LLVMdev] ORC and relocations
...until below this point.
// New entries may have been added to the relocation list.
i = ExternalSymbolRelocations.find(Name);
} else {
// We found the symbol in our global table. It was probably in a
// Module that we loaded previously.
const auto &SymInfo = Loc->second;
Addr = getSectionLoadAddress(SymInfo.getSectionID()) +
SymInfo.getOffset();
}
// FIXME: Implement error handling that doesn't kill the host program!
if (!Addr) {
report_fatal_error("Program used external function '&quo...
2015 Jun 24
3
[LLVMdev] ORC and relocations
Hello,
I'm working on LLILC (a jit for the CoreCLR built on ORC), in particular, on using LLILC as an ngen jit. I would like to have an ability to be notified of relocations that ObjectLinkingLayer is applying and to be able to tell the linking layer not to resolve certain relocations for external symbols (so that the client can do some custom resolutions later). The only way I found of
2015 Jul 23
2
[LLVMdev] ORC and relocations
...until below this point.
// New entries may have been added to the relocation list.
i = ExternalSymbolRelocations.find(Name);
} else {
// We found the symbol in our global table. It was probably in a
// Module that we loaded previously.
const auto &SymInfo = Loc->second;
Addr = getSectionLoadAddress(SymInfo.getSectionID()) +
SymInfo.getOffset();
}
// FIXME: Implement error handling that doesn't kill the host program!
if (!Addr) {
report_fatal_error("Program used external function '&quo...
2015 Jul 23
0
[LLVMdev] ORC and relocations
...y have been added to the relocation list.
>
> i = ExternalSymbolRelocations.find(Name);
>
> } else {
>
> // We found the symbol in our global table. It was probably in a
>
> // Module that we loaded previously.
>
> const auto &SymInfo = Loc->second;
>
> Addr = getSectionLoadAddress(SymInfo.getSectionID()) +
>
> SymInfo.getOffset();
>
> }
>
>
>
>
> // FIXME: Implement error handling that doesn't kill the host program!
>
> if (!Addr) {
>
>...
2015 Jul 23
2
[LLVMdev] ORC and relocations
...until below this point.
// New entries may have been added to the relocation list.
i = ExternalSymbolRelocations.find(Name);
} else {
// We found the symbol in our global table. It was probably in a
// Module that we loaded previously.
const auto &SymInfo = Loc->second;
Addr = getSectionLoadAddress(SymInfo.getSectionID()) +
SymInfo.getOffset();
}
// FIXME: Implement error handling that doesn't kill the host program!
if (!Addr) {
report_fatal_error("Program used external function '&quo...
2015 Jul 24
0
[LLVMdev] ORC and relocations
...y have been added to the relocation list.
>
> i = ExternalSymbolRelocations.find(Name);
>
> } else {
>
> // We found the symbol in our global table. It was probably in a
>
> // Module that we loaded previously.
>
> const auto &SymInfo = Loc->second;
>
> Addr = getSectionLoadAddress(SymInfo.getSectionID()) +
>
> SymInfo.getOffset();
>
> }
>
>
>
>
> // FIXME: Implement error handling that doesn't kill the host program!
>
> if (!Addr) {
>
>...
2010 Aug 12
59
[PATCH 00/15] RFC xen device model support
Hi all,
this is the long awaited patch series to add xen device model support in
qemu; the main author is Anthony Perard.
Developing this series we tried to come up with the cleanest possible
solution from the qemu point of view, limiting the amount of changes to
common code as much as possible. The end result still requires a couple
of hooks in piix_pci but overall the impact should be very