mailing list of musl libc
 help / color / mirror / code / Atom feed
a238dc654c06297c0a2609d3493cf11c8a37f49e blob 459 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
#include <endian.h>

#define LDSO_ARCH "s390x"

#define REL_SYMBOLIC    R_390_64
#define REL_GOT         R_390_GLOB_DAT
#define REL_PLT         R_390_JMP_SLOT
#define REL_RELATIVE    R_390_RELATIVE
#define REL_COPY        R_390_COPY
#define REL_DTPMOD      R_390_TLS_DTPMOD
#define REL_DTPOFF      R_390_TLS_DTPOFF
#define REL_TPOFF       R_390_TLS_TPOFF

#define CRTJMP(pc,sp) __asm__ __volatile__( \
	"lgr %%r15,%1; br %0" : : "r"(pc), "r"(sp) : "memory" )
debug log:

solving a238dc6 ...
found a238dc6 in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).