URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 17 |
Rev 148 |
Line 254... |
Line 254... |
#define NT_VMS_IMGBID 105 /* Image build ident string. */
|
#define NT_VMS_IMGBID 105 /* Image build ident string. */
|
#define NT_VMS_GSTNAM 106 /* Global Symbol Table Name. */
|
#define NT_VMS_GSTNAM 106 /* Global Symbol Table Name. */
|
#define NT_VMS_ORIG_DYN 107 /* Original setting of dynamic data. */
|
#define NT_VMS_ORIG_DYN 107 /* Original setting of dynamic data. */
|
#define NT_VMS_PATCHTIME 108 /* Date/time of last patch. */
|
#define NT_VMS_PATCHTIME 108 /* Date/time of last patch. */
|
|
|
|
/* Corresponding data for NT_VMS_ORIG_DYM. */
|
|
|
|
typedef struct {
|
|
unsigned char major_id[4]; /* Should be 1. */
|
|
unsigned char minor_id[4]; /* Should be 3. */
|
|
unsigned char manipulation_date[8]; /* Original NT_VMS_LNKTIME. */
|
|
unsigned char link_flags[8]; /* Original NT_VMS_LNKFLAGS. */
|
|
unsigned char elf_flags[4]; /* Original ehdr flags. */
|
|
unsigned char _pad[4];
|
|
unsigned char imgid[1]; /* Original NT_VMS_IMGID. */
|
|
} Elf64_External_VMS_ORIG_DYN_Note;
|
|
|
/* IA64-specific relocation types: */
|
/* IA64-specific relocation types: */
|
|
|
/* Relocs apply to specific instructions within a bundle. The least
|
/* Relocs apply to specific instructions within a bundle. The least
|
significant 2 bits of the address indicate which instruction in the
|
significant 2 bits of the address indicate which instruction in the
|
bundle the reloc refers to (0=first slot, 1=second slow, 2=third
|
bundle the reloc refers to (0=first slot, 1=second slow, 2=third
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.