search for: sym1

Displaying 20 results from an estimated 21 matches for "sym1".

Did you mean: sym
2015 Nov 21
2
[lld] R_MIPS_HI16 / R_MIPS_LO16 calculation
...m to > me that you really have to search and pair up HI16 and LO16 relocations. It is a question what the ABI authors did mean by the "R_MIPS_HI16 must have an associated R_MIPS_LO16 entry immediately following it" phrase. In fact you can get from a compiler this code: lui $t0,%hi(sym1+4) # R_MIPS_HI16 lui $t0,%hi(sym1+8) # R_MIPS_HI16 lui $t0,%hi(sym1+12) # R_MIPS_HI16 addi $t0,$t0,%lo(sym1+16) # R_MIPS_LO16 and even such code: lui $t0,%hi(sym1) # R_MIPS_HI16 on sym1 lui $t0,%hi(sym2) # R_MIPS_HI16 on sym2 addi $t0,$t0,%lo(sym1) # R_MIPS_L...
2019 Mar 26
4
GSoC19: Improve LLVM binary utilities
(Adding just a bit to Jake's response) On Tue, Mar 26, 2019 at 11:31 AM Jake Ehrlich via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi Seiya, > > What should I prioritize? I suppose that improving llvm-objcopy is the >> most crucial work in this summer. > > > This is an opinion that will vary a lot from person to person. > +1! And don't forget that
2015 Nov 21
2
[lld] R_MIPS_HI16 / R_MIPS_LO16 calculation
...up HI16 and LO16 relocations. >> >> It is a question what the ABI authors did mean by the "R_MIPS_HI16 >> must have an associated R_MIPS_LO16 entry immediately following it" >> phrase. In fact you can get from a compiler this code: >> >> lui $t0,%hi(sym1+4) # R_MIPS_HI16 >> lui $t0,%hi(sym1+8) # R_MIPS_HI16 >> lui $t0,%hi(sym1+12) # R_MIPS_HI16 >> addi $t0,$t0,%lo(sym1+16) # R_MIPS_LO16 > > > The first two relocations don't conform to the standard because there are no > corresponding LO16 relo...
2010 Jan 13
1
Dynamic file / url name with read.csv
...a file from the corresponding URL.? Hardcoded, this line works fine: Symbol<- read.csv("http://ichart.finance.yahoo.com/table.csv?s=SPY&ignore=.csv", stringsAsFactors=F) However, when I incorporate using?a variable for the ticker, it no longer works.? SymA<- "SPY" Sym1<- cat('http://ichart.finance.yahoo.com/table.csv?s=",SymA,"&ignore=.csv",sep="";) Symbol<- read.csv(Sym1, stringsAsFactors=F) I know that the problem lies in the concatenation, but I've tried different variations of cat() and toString() (and others) with...
2015 Nov 21
2
[lld] R_MIPS_HI16 / R_MIPS_LO16 calculation
Hi, I am working on support R_MIPS_HI16 / R_MIPS_LO16 in the new LLD and have a couple of questions. == Q1 In case of MIPS O32 ABI we have to find a matching R_MIPS_LO16 relocation to calculate R_MIPS_HI16 one because R_MIPS_HI16 uses combined addend (AHI << 16) + (short)ALO where AHI is original R_MIPS_HI16 addend and ALO is addend of the matching R_MIPS_LO16 relocation [1]. There are two
2010 Jul 27
0
AIC from coxme
Hi, I am running the following model: fit1.full <- coxme(Surv(age_sym1, sym1) ~ sex + lifedxm*sex + (1|famid), data=bip.surv) I would like to extract the AIC from that object to calculate the AICC. However, when I look at str(fit1.full) and summary(fit1.full) (pasted below) I don't see anything that would allow me to get pull the AIC out from that object. Is th...
2010 Aug 04
5
Question regarding significance of a covariate in a coxme survival model
Hi, I am running a Cox Mixed Effects Hazard model using the library coxme. I am trying to model time to onset (age_sym1) of thought problems (e.g. hearing voices) (sym1). As I have siblings in my dataset, I have decided to account for this by including a random effect for family (famid). My covariate of interest is Mother's diagnosis where a 0 is bipolar, 1 is control, and 2 is major depression. I am tryi...
2006 Apr 12
0
Fatal trap 12: page fault while in kernel mode
...0-0x20ff mem 0xf6004000-0xf60043ff,0xf6000000-0xf6001fff irq 24 at device 6.0 on pci3 sym0: Symbios NVRAM, ID 7, Fast-40, LVD, parity checking sym0: open drain IRQ line driver, using on-chip SRAM sym0: using LOAD/STORE-based firmware. sym0: handling phase mismatch from SCRIPTS. sym0: [GIANT-LOCKED] sym1: <896> port 0x2400-0x24ff mem 0xf6004400-0xf60047ff,0xf6002000-0xf6003fff irq 25 at device 6.1 on pci3 sym1: Symbios NVRAM, ID 7, Fast-40, SE, parity checking sym1: open drain IRQ line driver, using on-chip SRAM sym1: using LOAD/STORE-based firmware. sym1: handling phase mismatch from SCRIPTS...
2013 Jul 13
2
[LLVMdev] Special case list files; a bug and a slowness issue
Hi, I need to be able to use a special case list file containing thousands of entries (namely, a list of libc symbols, to be used when using DFSan with an uninstrumented libc). Initially I built the symbol list like this: fun:sym1=uninstrumented fun:sym2=uninstrumented fun:sym3=uninstrumented ... fun:sym6000=uninstrumented What I found was that, despite various bits of documentation [1,2], the symbol names are matched as substrings, the root cause being that the regular expressions built by the SpecialCaseList class do not...
2003 Jun 24
3
Greetings I'm trying to install FreeBSD on a HP Cluster Server. But when I boot with the CD's ( 4.4, 4.8 & 5.0 ), it will boot all the way upto "Wait 15 seconds for SCSI devices to settle" and then it immedialty give the following message:
...to install FreeBSD on a HP Cluster Server. But when I boot with the CD's ( 4.4, 4.8 & 5.0 ), it will boot all the way upto "Wait 15 seconds for SCSI devices to settle" and then it immedialty give the following message: (noperiph:sym0:0:-1:-1):SCSI BUS reset delivered. (noperiph:sym1:0:-1:-1):SCSI BUS reset delivered. After this the machine is basically unresponsive/dead. Any idea what could be causing this and what I could do to fix it ? e.
2003 Aug 13
6
5.1-R-p2 crashes on SMP with AMI RAID and Intel 1000/Pro
...<896> port 0xf800-0xf8ff mem 0xfeafe000-0xfeafffff,0xfeafac00-0xfeafafff irq 2 at device 1.0 on pci0 sym0: Symbios NVRAM, ID 7, Fast-40, SE, parity checking sym0: open drain IRQ line driver, using on-chip SRAM sym0: using LOAD/STORE-based firmware. sym0: handling phase mismatch from SCRIPTS. sym1: <896> port 0xf400-0xf4ff mem 0xfeafc000-0xfeafdfff,0xfeafa800-0xfeafabff irq 16 at device 1.1 on pci0 sym1: Symbios NVRAM, ID 7, Fast-40, LVD, parity checking sym1: open drain IRQ line driver, using on-chip SRAM sym1: using LOAD/STORE-based firmware. sym1: handling phase mismatch from SCRIPT...
2013 Jul 16
0
[LLVMdev] Special case list files; a bug and a slowness issue
...lt;peter at pcc.me.uk>wrote: > Hi, > > I need to be able to use a special case list file containing thousands > of entries (namely, a list of libc symbols, to be used when using > DFSan with an uninstrumented libc). Initially I built the symbol > list like this: > > fun:sym1=uninstrumented > fun:sym2=uninstrumented > fun:sym3=uninstrumented > ... > fun:sym6000=uninstrumented > > What I found was that, despite various bits of documentation [1,2], > the symbol names are matched as substrings, the root cause being that > the regular expressions bui...
2011 May 18
1
Changing order of facet grid in ggplot2
Hi I am running the following code: sym <- c(sym1,sym2,sym4) lifedxm <- c("O-BD","O-WELL","O-UNI") life <- c(lifedxm,lifedxm,lifedxm) tp <- c("TP-ANY","TP-ANY", "TP-ANY", "TP-SUB", "TP-SUB", "TP-SUB", "TP-CLIN" , "TP-CLIN", &qu...
2013 Oct 22
4
[Bug 10220] New: symlinks are not counted as files in --stats
...s: NEW Severity: enhancement Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: zlobber at gmail.com QAContact: rsync-qa at samba.org [root at dbbg]:~/symlink# touch file1 file2 file3 [root at dbbg]:~/symlink# ln -s file1 sym1 ; ln -s file2 sym2 ; ln -s file3 sym3 [root at dbbg]:~/symlink# rsync -v -a --stats /root/symlink/ /tmp/symlink sending incremental file list created directory /tmp/symlink ./ file1 file2 file3 sym1 -> file1 sym2 -> file2 sym3 -> file3 Number of files: 7 Number of files transferred: 3 To...
2003 May 13
1
4.8-RELEASE not identifying scsi drives
...total in a mix between the channels, see below. da0 at sym0 bus 0 target 0 lun 0 da0: <COMPAQ AB00931B92 3AS8> Fixed Direct Access SCSI-2 device da0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled da0: 8678MB (17773500 512 byte sectors: 255H 63S/T 1106C) da4 at sym1 bus 0 target 4 lun 0 da4: <COMPAQ MAB3091SC 0814> Fixed Direct Access SCSI-2 device da4: 40.000MB/s transfers (20.000MHz, offset 16, 16bit), Tagged Queueing Enabled da4: 8678MB (17773500 512 byte sectors: 255H 63S/T 1106C) da2 at sym0 bus 0 target 2 lun 0 da2: <COMPAQ AB00931B92 3AS8>...
2003 Aug 21
3
un-stable to build a stable machine
i trust i am still new in freebsd, after go through all mail and book, = now seem to be more close, i got 3 server and a notebook to play with, = install no problem. cvsup not problem.make buildworld not problem. make = build kernel become,every machine i got different error code 1,=20 1-one got system full=20 2-one showing this sometime=20 > anyone know the best way to be one time success,not
2003 Dec 18
0
Partial deadlock in 4.9p1
...rd npx0: INT 16 interface pcib0: <Intel 82443BX host to PCI bridge (AGP disabled)> on motherboard pci0: <PCI bus> on pcib0 sym0: <875> port 0x2000-0x20ff mem 0xc6aff000-0xc6afffff,0xc6afaf00-0xc6afafff irq 10 at device 6.0 on pci0 sym0: No NVRAM, ID 7, Fast-20, SE, parity checking sym1: <875> port 0x2400-0x24ff mem 0xc6afe000-0xc6afefff,0xc6afae00-0xc6afaeff irq 11 at device 6.1 on pci0 sym1: No NVRAM, ID 7, Fast-20, SE, parity checking tl0: <Compaq Netelligent 10/100 Proliant> port 0x3040-0x304f mem 0xc6afacf0-0xc6afacff irq 15 at device 7.0 on pci0 tl0: Ethernet add...
2003 May 09
0
Recent 4.8-STABLE & Compaq Proliant System drive issues
...(the loader could), it can't see the root partition. These Compaq Proliants don't have a real BIOS configuration without installing a DOS partition on your system drive, so you just can't set the boot device to IDE. The 4.8 kernel recognizies the proliant's SCSI as a sym0 and sym1 devices (875 is in parenthesis, and I believe it's the chipset number). Question being, anybody experienced anything similar with Compaq proliants not seeing the system disk when booting from a floppy or the primary system disk (SCSI)? We're going to try and rever to an older kernel (4...
2003 Apr 21
0
Health check
...<NVidia Riva Ultra Vanta TNT2 graphics accelerator> at 2.0 irq 5 pci0: <unknown card> (vendor=0x0e11, dev=0xa0f0) at 12.0 sym0: <875> port 0x2000-0x20ff mem 0xc4fd0000-0xc4fd0fff,0xc4fe0000-0xc4fe00ff irq 10 at device 13.0 on pci0 sym0: No NVRAM, ID 7, Fast-20, SE, parity checking sym1: <875> port 0x2400-0x24ff mem 0xc4fb0000-0xc4fb0fff,0xc4fc0000-0xc4fc00ff irq 15 at device 13.1 on pci0 sym1: No NVRAM, ID 7, Fast-20, SE, parity checking pci0: <ATI Mach64-GV graphics accelerator> at 14.0 isab0: <Intel 82371AB PCI to ISA bridge> at device 15.0 on pci0 isa0: <I...
2003 Nov 03
3
(long) high traffic syslog server.
...eT-FDX, 100baseTX, 100baseTX-FDX, auto tlphy0: <ThunderLAN 10baseT media interface> on miibus0 tlphy0: 10base2/BNC, 10base5/AUI sym0: <875> port 0x2000-0x20ff mem 0xc6eff000-0xc6efffff,0xc6efcf00-0xc6efcfff i rq 9 at device 9.0 on pci1 sym0: No NVRAM, ID 7, Fast-20, SE, parity checking sym1: <875> port 0x2400-0x24ff mem 0xc6efe000-0xc6efefff,0xc6efce00-0xc6efceff i rq 10 at device 9.1 on pci1 sym1: No NVRAM, ID 7, Fast-20, SE, parity checking pci1: <unknown card> (vendor=0x10b8, dev=0x0005) at 10.0 irq 15 pci0: <unknown card> (vendor=0x0e11, dev=0xa0f0) at 14.0 pcib2...