This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
glibc
Watch
1
Star
0
Fork
0
You've already forked glibc
mirror of
https://sourceware.org/git/glibc.git
synced
2024-11-23 13:30:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2fc7320668
glibc
/
sysdeps
/
generic
/
link_map.h
3 lines
70 B
C
Raw
Normal View
History
Unescape
Escape
Initial support for GNU_PROPERTY_1_NEEDED 1. Add GNU_PROPERTY_1_NEEDED: #define GNU_PROPERTY_1_NEEDED GNU_PROPERTY_UINT32_OR_LO to indicate the needed properties by the object file. 2. Add GNU_PROPERTY_1_NEEDED_INDIRECT_EXTERN_ACCESS: #define GNU_PROPERTY_1_NEEDED_INDIRECT_EXTERN_ACCESS (1U << 0) to indicate that the object file requires canonical function pointers and cannot be used with copy relocation. 3. Scan GNU_PROPERTY_1_NEEDED property and store it in l_1_needed. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
2021-06-18 18:53:55 +00:00
/* GNU_PROPERTY_1_NEEDED of this object. */
unsigned
int
l_1_needed
;
Reference in New Issue
Copy Permalink