Log In
source-git
/
glibc
Clone
Source Code
GIT
Source
Pull Requests
1
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
9e0cdc4c1a68a282ee5e23e7c86361b8d74c6775
9e0cdc4c1a68a282ee5e23e7c86361b8d74c6775
elf
nodel2mod2.c
Fork and Edit
Blob
Blame
History
Raw
void __attribute__((constructor)) xxx (void) { extern void baz (void); baz (); }