search for: cst4

Displaying 7 results from an estimated 7 matches for "cst4".

Did you mean: cst
2015 Jun 30
2
[LLVMdev] Hwo to guess PC-relative offset
...ion is represented as internally. They get > resolved to a fixed value and replaced, if evaluateAsAbsolute is true. > Hi Joerg, Actually it fails to get resolved to a fixed value. When I compile to .o then objdump it I can see that a symbol holding the constant value was created in .rodata.cst4 section. Since it is not in .text section, it sound logical that llvm cannot resolved it at assemble time. Is there a way to tell llvm to put the constant in .text section ? $ cat imm.c int imm32(){ return 0x04050607; } $ llvm-objdump -disassemble -s imm.o [...] Contents of section .rodata.cst...
2015 Jun 29
2
[LLVMdev] Hwo to guess PC-relative offset
> DeĀ : Joerg Sonnenberger [mailto:joerg at britannica.bec.de] > > The basic idea is to still create a relocation on the MC level, but fix it up later. > You didn't say if your ISA is fixed or variable length, the former, can simplify > this quite bit. The constant island pass generally tries to address two issues: > (1) Merging of identical constants. > (2) Splitting the
2009 Feb 17
6
Chattha Sangayana - bit of a challenge
OK, there might be one other person who sure could use help with this, but I personally would greatly appreciate any assistance someone can give. Issue #1: Have installed this program (http://www.tipitaka.org/cst4) and Microsoft .Net Framework 2.0 SP1, and when launching the program, it appears to "start", but then nothing happens, even when waiting the 15-20 minutes recommended on the site for the program to index. Is there anyone with technical knowledge who would be willing to help me work this...
2009 Mar 22
1
Re: Chattha Sangayana - bit of a challenge
Hi Austin, Alas, no, the program cannot be downloaded, but the CD can be ordered (free) from pariyatti.org. I would be happy to send one, but can only do so in a couple of weeks when I am in BKK (if you could send your mailing address to me privately, I would be more than happy to do so! ashin DOT sopaka at g(ee)mail dot c0m) More info about this can be found at http://www.tipitaka.org/ I also
2020 Jul 21
0
Errors observing when talloc-2.3.1 is cross compiled
...n.o:(.data+0x0): first defined here /home/balaram/MOXA/talloc-2.3.1/bin/.conf_check_79f1972132b1b06dc8dfdcac62686566/testbuild/default/testprog:(.rodata+0x0): multiple definition of `_IO_stdin_used' /home/balaram/MOXA/le/armv7_latest/bin/../arm-marvell-linux-gnueabi/libc/usr/lib/crt1.o:(.rodata.cst4+0x0): first defined here /home/balaram/MOXA/talloc-2.3.1/bin/.conf_check_79f1972132b1b06dc8dfdcac62686566/testbuild/default/testprog: In function `_start': crtstuff.c:(.text+0x0): multiple definition of `_start' /home/balaram/MOXA/le/armv7_latest/bin/../arm-marvell-linux-gnueabi/libc/usr/li...
2012 Dec 25
2
[LLVMdev] [DragonEgg] Strange call to @"\01__isoc99_fscanf"
...leio.txt\00", align 8 @.cst1 = linker_private constant [36 x i8] c"Test KernelGen support for File I/O\00", align 64 @.cst2 = linker_private constant [21 x i8] c"Usage: %s <szarray>\0A\00", align 8 @.cst3 = linker_private constant [2 x i8] c"w\00", align 8 @.cst4 = linker_private constant [28 x i8] c"Cannot open output file %s\0A\00", align 8 @stderr = external global %struct._IO_FILE* @.cst5 = linker_private constant [4 x i8] c"%d \00", align 8 @.cst6 = linker_private constant [2 x i8] c"r\00", align 8 @.cst7 = linker_private...
2014 Oct 07
4
[LLVMdev] Stange behavior in fp arithmetics on x86 (bug possibly)
...;", at progbits ./llc -march=x86 fpfail.ll; g++ fpfail.s; ./a.out; echo $? returns 1 as expected. But llvm-3.5 (on the same target) lowers the previous ir using floating point instructions in the following way. .text .file "fpfail.ll" .section .rodata.cst4,"aM", at progbits,4 .align 4 .LCPI0_0: .long 3204448256 # float -0.5 .text .globl main .align 16, 0x90 .type main, at function main: # @main .cfi_startproc # BB#0: fldl...