Displaying 2 results from an estimated 2 matches for "sstart".
Did you mean:
start
2007 Aug 02
4
[PATCH][ELF] Correct space calculation for symtab when BSD_SYMTAB=yes
Hi!
If there is a string table for section headers, it also gets loaded.
Therefore take it into account in size calculation for kernel symtab.
Also there is no need to call elf_set_verbose() a second time
after elf_init() (First call happens within elf_init()).
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Keir: Can you also apply changeset 15672 and this patch
to Xen
2011 Jul 19
1
"may be used in an incorrect context"
...ven't turned
up anything useful. This is with R 2.7 and 2.9.
The message appears to be referring to a section of code whose
highlights are
agfitfn <- function(beta) {
r <- .C("agexactrds", iter= as.integer(control$iter.max),
as.integer(n),
as.integer(nvar), sstart, sstop,
sstat,
x= x[sorted,],
sextra,
as.integer(length(response.prob)),
as.double(response.prob),
as.double(alpha),
as.double(offset[sorted] - mean(offset)),
newstrat,
means = double(nvar),
coef= as.doubl...