repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
elf: Take into account ${sysconfdir} in elf/tst-ldconfig-p.sh
[glibc.git]
/
sysdeps
/
ia64
/
entry.h
blob
9ae8b8615ca99de89fe07c2249e9e55dd0c54d0f
1
#include <link.h>
2
#include <dl-fptr.h>
3
4
extern
void
_start
(
void
);
5
6
/* The function's entry point is stored in the first word of the
7
function descriptor (plabel) of _start(). */
8
#define ENTRY_POINT ELF_PTR_TO_FDESC (_start)->ip