search for: __iob

Displaying 9 results from an estimated 9 matches for "__iob".

2004 May 11
1
[LLVMdev] ExecutionEngine/Interpreter/ExternalFunctions.cpp
...e? > > Module *M = LastMod = &TheInterpreter->getModule(); > > > > // Check to see if the currently loaded module contains an __iob symbol... > > GlobalVariable *IOB = 0; > > SymbolTable &ST = M->getSymbolTable(); > > for (SymbolTable::iterator I = ST.begin(), E = ST.end(); I != E; ++I) { > > SymbolTable::VarMap &M = I->second; > > for (SymbolTable::VarMap::ite...
2004 May 11
3
[LLVMdev] ExecutionEngine/Interpreter/ExternalFunctions.cpp
...// Module change or initialize? Module *M = LastMod = &TheInterpreter->getModule(); // Check to see if the currently loaded module contains an __iob symbol... GlobalVariable *IOB = 0; SymbolTable &ST = M->getSymbolTable(); for (SymbolTable::iterator I = ST.begin(), E = ST.end(); I != E; ++I) { SymbolTable::VarMap &M = I->second; for (SymbolTable::VarMap::iterator J = M.begin(), E = M.end(); J !=...
2004 May 11
0
[LLVMdev] ExecutionEngine/Interpreter/ExternalFunctions.cpp
...ge or initialize? > Module *M = LastMod = &TheInterpreter->getModule(); > > // Check to see if the currently loaded module contains an __iob symbol... > GlobalVariable *IOB = 0; > SymbolTable &ST = M->getSymbolTable(); > for (SymbolTable::iterator I = ST.begin(), E = ST.end(); I != E; ++I) { > SymbolTable::VarMap &M = I->second; > for (SymbolTable::VarMap::iterator J = M.begin(), E =...
2003 Jan 13
0
[LLVMdev] X86 JIT status
...cast ulong -> fp type, f.e.) but they are apparently not frequently used. :) That said, here is the status of programs: Regression/Jello: All work SingleSource: All work MultiSource: Working: health, perimeter, power, treeadd, bisort, voronoi, tsp, em3d : pi, llubenchmark, etc... __iob : bh, anagram, fhourstones, burg, sgefa, sim, 181.mcf, ... other : mst The __iob problems are because of explicit references to stdin,out,err in the .c code. The problem is that the headers we're using turns them into references to an __iob array, which doesn't exist on X86. The _rig...
2005 Feb 15
1
[LLVMdev] Endianness
I am new to LLVM and I am interested in using LLVM for an application that I plan to develop on Solaris. I want to execute the generaed code on different machines (both little endian and big endian). In my application endianess is important. How does LLVM deal with Endian issues? Does LLVM take care of byte swapping? Thanks __________________________________ Do you Yahoo!? Yahoo! Mail
2011 Dec 16
2
[LLVMdev] striping of stdio information in llvm-gcc and clang
...is the following without 'stderr' .file "print.c" .section ".rodata" .align 8 .LLC0: .asciz "Error!\n" .section ".text" .align 4 .global main .type main, #function .proc 04 main: !#PROLOGUE# 0 save %sp, -112, %sp !#PROLOGUE# 1 sethi %hi(__iob+32), %g1 or %g1, %lo(__iob+32), %o0 sethi %hi(.LLC0), %g1 or %g1, %lo(.LLC0), %o1 call fprintf, 0 nop mov 0, %g1 mov %g1, %i0 ret restore .size main, .-main .ident "GCC: (GNU) 3.4.6" While the .s file generated by llc gives the following code with 'stderr' as a symbol...
2008 Jan 29
1
The standalone Rmath library and VC++ 2003
...dalone Rmath library yields the following; ------ Build started: Project: Complex plugin, Configuration: Debug Win32 ------ Linking... Creating library .\../Debug/complex_plugin.lib and object .\../Debug/complex_plugin.exp libRmath.a(mlutils.o) : warning LNK4217: locally defined symbol __iob imported in function _REprintf libRmath.a(dbeta.o) : error LNK2019: unresolved external symbol _log1p referenced in function _dbeta libRmath.a(qbeta.o) : error LNK2019: unresolved external symbol _log1p referenced in function _qbeta libRmath.a(lbeta.o) : error LNK2019: unresolved external symbol...
2005 Nov 01
2
predictability of buffer size for decoding
I am wondering if buffer size for my decoding to pcm can be predicted dependably as follows. So far, the one problem I have had is when I have played a file of only about 5k. The buffer was a little less than 10% too small. I "solved" that by padding the result with an extra 20 percent. However, I have been told that I should be able to rely on the value of ov_pcm_total. char*
2009 Jan 29
1
Problem building Samba 3.3 on Solaris 10
...bin SHLIBEXT = so SONAMEFLAG = -h Linking shared library bin/libtalloc.so.1 Undefined first referenced symbol in file exit lib/replace/getpass.o free lib/talloc/talloc.o __iob lib/talloc/talloc.o abort lib/talloc/talloc.o fgets lib/replace/getpass.o fopen lib/replace/getpass.o fputs lib/replace/getpass.o ioctl...