readelf: Support RELR in -S and -d and output
[deliverable/binutils-gdb.git] / include / elf / common.h
index 7eefef9c7c4cb3f14379032aa7503ff0d026c16f..8c6a595fea4f5e33f5cf100481e81033e80b26ac 100644 (file)
 #define SHT_PREINIT_ARRAY 16           /* Array of ptrs to pre-init funcs */
 #define SHT_GROUP        17            /* Section contains a section group */
 #define SHT_SYMTAB_SHNDX  18           /* Indices for SHN_XINDEX entries */
+#define SHT_RELR         19            /* RELR relative relocations */
 
 #define SHT_LOOS       0x60000000      /* First of OS specific semantics */
 #define SHT_HIOS       0x6fffffff      /* Last of OS specific semantics */
 #define DT_PREINIT_ARRAY   32
 #define DT_PREINIT_ARRAYSZ 33
 #define DT_SYMTAB_SHNDX    34
+#define DT_RELRSZ      35
+#define DT_RELR                36
+#define DT_RELRENT     37
 
 /* Note, the Oct 4, 1999 draft of the ELF ABI changed the values
    for DT_LOOS and DT_HIOS.  Some implementations however, use
This page took 0.027221 seconds and 4 git commands to generate.