|
LLVM 23.0.0git
|
Note header. More...
#include "llvm/Object/ELFTypes.h"
Public Member Functions | |
| size_t | getSize (size_t Align) const |
| Get the size of the note, including name, descriptor, and padding. | |
Public Attributes | |
| Elf_Word | n_namesz |
| Elf_Word | n_descsz |
| Elf_Word | n_type |
Note header.
Definition at line 637 of file ELFTypes.h.
|
inline |
Get the size of the note, including name, descriptor, and padding.
Both the start and the end of the descriptor are aligned by the section alignment. In practice many 64-bit systems deviate from the generic ABI by using sh_addralign=4.
Definition at line 647 of file ELFTypes.h.
| Elf_Word llvm::object::Elf_Nhdr_Impl< ELFT >::n_descsz |
Definition at line 640 of file ELFTypes.h.
| Elf_Word llvm::object::Elf_Nhdr_Impl< ELFT >::n_namesz |
Definition at line 639 of file ELFTypes.h.
| Elf_Word llvm::object::Elf_Nhdr_Impl< ELFT >::n_type |
Definition at line 641 of file ELFTypes.h.