VirtualBox

Changeset 31964 in vbox for trunk


Ignore:
Timestamp:
Aug 25, 2010 3:25:44 PM (14 years ago)
Author:
vboxsync
Message:

Runtime/include: ldrElf additions.

Location:
trunk/src/VBox/Runtime/include/internal
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/ldrELF32.h

    r3699 r31964  
    9797
    9898/*
     99 * Note header. (added by Ramshankar)
     100 */
     101
     102typedef struct {
     103        Elf32_Word      n_namesz;       /* length of note's name */
     104        Elf32_Word      n_descsz;       /* length of note's desc */
     105        Elf32_Word      n_type;         /* type of note */
     106} Elf32_Nhdr;
     107
     108/*
    99109 * Dynamic structure.  The ".dynamic" section contains an array of them.
    100110 */
  • trunk/src/VBox/Runtime/include/internal/ldrELF64.h

    r3699 r31964  
    110110
    111111/*
     112 * Note header. (added by Ramshankar)
     113 */
     114
     115typedef struct {
     116        Elf64_Word      n_namesz;       /* length of note's name */
     117        Elf64_Word      n_descsz;       /* length of note's desc */
     118        Elf64_Word      n_type;         /* type of note */
     119} Elf64_Nhdr;
     120
     121
     122/*
    112123 * Dynamic structure.  The ".dynamic" section contains an array of them.
    113124 */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette