/
githubmirror
/
glibc
Обзор
Документация
Войти
/
githubmirror
/
glibc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
sysdeps/hppa/entry.h
8 строк
374 B
Florian Weimer
Restore ENTRY_POINT definition on hppa, ia64 (bug 28749)
07 янв 2022, 16:47
07 янв 2022, 16:47
6b0978c
Код
Авторство
О чём код?
extern void _start (void); /* Lives in libgcc.so and canonicalizes function pointers for comparison. */ extern unsigned int __canonicalize_funcptr_for_compare (unsigned int fptr); /* The function's entry point is stored in the first word of the function descriptor (plabel) of _start(). */ #define ENTRY_POINT __canonicalize_funcptr_for_compare((unsigned int)_start)