From 55e1e0b08d0ea813419c8052465afdab0c6b6080 Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Tue, 14 Nov 2006 12:10:39 +0000 Subject: Add `PN_XNUM', for supporting ELF objects with a large number of program header table entries. --- sys/sys/elf_common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/sys/elf_common.h') diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h index 7eda8bdfa26d..d12729b26c6f 100644 --- a/sys/sys/elf_common.h +++ b/sys/sys/elf_common.h @@ -274,6 +274,9 @@ typedef struct { #define PF_MASKOS 0x0ff00000 /* Operating system-specific. */ #define PF_MASKPROC 0xf0000000 /* Processor-specific. */ +/* Extended program header index. */ +#define PN_XNUM 0xffff + /* Values for d_tag. */ #define DT_NULL 0 /* Terminating entry. */ #define DT_NEEDED 1 /* String table offset of a needed shared -- cgit v1.2.3