Displaying 4 results from an estimated 4 matches for "symbols_addresses".
2009 Jul 13
0
[PATCH, v2] x86-64: reduce symbol table size
...: Jan Beulich <jbeulich@novell.com>
--- 2009-07-10.orig/xen/common/symbols.c 2009-07-13 13:56:07.000000000 +0200
+++ 2009-07-10/xen/common/symbols.c 2009-06-30 16:58:32.000000000 +0200
@@ -18,21 +18,27 @@
#include <xen/string.h>
#include <xen/spinlock.h>
-extern unsigned long symbols_addresses[];
-extern unsigned long symbols_num_syms;
-extern u8 symbols_names[];
+#ifdef SYMBOLS_ORIGIN
+extern const unsigned int symbols_offsets[1];
+#define symbols_address(n) (SYMBOLS_ORIGIN + symbols_offsets[n])
+#else
+extern const unsigned long symbols_addresses[];
+#define symbols_address(n) symbols_...
2015 Oct 24
0
Bug#802870: xen: FTBFS: error: array subscript is above array bounds
Source: xen
Version: 4.4.1-9+deb8u1
Severity: serious
Justification: fails to build from source
Tags: sid stretch
User: reproducible-builds at lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-builds at lists.alioth.debian.org
Dear Maintainer,
The package fails to build:
symbols.c: In function ?symbols_lookup?:
symbols.c:23:61: error: array subscript is above array bounds
2015 Jul 21
0
Bug#793132: xen: FTBFS with glibc 2.21 and gcc-5
Source: xen
Version: 4.4.1-9
Severity: normal
>From my pbuilder build log, using a setup preferring glibc and gcc-defaults
from experimental:
...
gcc -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -DNDEBUG
2007 Jan 10
2
[PATCH] the address of ''symbols_addresses'' will always evaluate as ''true''
...ar/pisi/xen-3.0.4.1-3/work/xen-3.0.4-testing.hg/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -g -D__XEN__ -c
symbols.c -o symbols.o
cc1: warnings being treated as errors
symbols.c: In function ''symbols_lookup'':
symbols.c:97: warning: the address of ''symbols_addresses'' will always evaluate
as ''true''
make[3]: *** [symbols.o] Error 1
make[3]: Leaving directory
`/var/pisi/xen-3.0.4.1-3/work/xen-3.0.4-testing.hg/xen/common''
make[2]: ***
[/var/pisi/xen-3.0.4.1-3/work/xen-3.0.4-testing.hg/xen/common/built_in.o]
Error 2
make[2]:...