GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
Data Fields
gp_elf_note_hdr Struct Reference

ELF note header as defined in ELF ABI. More...

#include <gp_elf_note.h>

Data Fields

uint32_t namesz
 4 bytes of note name size.
 
uint32_t descsz
 4 bytes of note description size.
 
uint32_t type
 4 bytes of note type.
 
char name [sizeof("gfxprim")]
 A namesz long null terminated string of the entry owner, i.e. "gfxprim".
 
char desc_data []
 A descsz bytes of payload data.
 

Detailed Description

ELF note header as defined in ELF ABI.

The note allows to store descsz bytes at the end of the note.

Definition at line 24 of file gp_elf_note.h.


The documentation for this struct was generated from the following file: