xref
: /
glibc-2.36
/
sysdeps
/
unix
/
mips
/
entry.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifndef
__ASSEMBLY__
2
extern
void
__start
(
void
);
3
#
endif
4
5
#
define
ENTRY_POINT
__start
6