mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Add `PN_XNUM', for supporting ELF objects with a large number of program
header table entries.
This commit is contained in:
parent
d842db2073
commit
55e1e0b08d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164276
@ -274,6 +274,9 @@ typedef struct {
|
|||||||
#define PF_MASKOS 0x0ff00000 /* Operating system-specific. */
|
#define PF_MASKOS 0x0ff00000 /* Operating system-specific. */
|
||||||
#define PF_MASKPROC 0xf0000000 /* Processor-specific. */
|
#define PF_MASKPROC 0xf0000000 /* Processor-specific. */
|
||||||
|
|
||||||
|
/* Extended program header index. */
|
||||||
|
#define PN_XNUM 0xffff
|
||||||
|
|
||||||
/* Values for d_tag. */
|
/* Values for d_tag. */
|
||||||
#define DT_NULL 0 /* Terminating entry. */
|
#define DT_NULL 0 /* Terminating entry. */
|
||||||
#define DT_NEEDED 1 /* String table offset of a needed shared
|
#define DT_NEEDED 1 /* String table offset of a needed shared
|
||||||
|
Loading…
Reference in New Issue
Block a user