Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
db4f43f0150836941f56a4d2e2923f7182328607
/
.
/
ap
/
libc
/
glibc
/
glibc-2.22
/
elf
/
reldep8mod2.c
blob: d0020240a8419c626435371df094493c9dc6cf12 [
file
] [
log
] [
blame
]
void
__attribute__
((
constructor
))
xxx
(
void
)
{
extern
void
baz
(
void
);
baz
();
}