retdec
Public Attributes | List of all members
retdec::fileformat::ElfNoteEntry Class Reference

#include <elf_notes.h>

Collaboration diagram for retdec::fileformat::ElfNoteEntry:
Collaboration graph
[legend]

Public Member Functions

Query methods
bool isEmptyNote () const
 

Public Attributes

std::string name
 interpreted name (owner) More...
 
std::size_t type
 owner specific type More...
 
std::size_t dataOffset
 file offset of note data More...
 
std::size_t dataLength
 length of note data More...
 

Detailed Description

Class for one ELF note section or segment entry

Member Function Documentation

◆ isEmptyNote()

bool retdec::fileformat::ElfNoteEntry::isEmptyNote ( ) const

Check if note is system reserved empty note

Returns
true if note is empty, false otherwise

Member Data Documentation

◆ dataLength

std::size_t retdec::fileformat::ElfNoteEntry::dataLength

length of note data

◆ dataOffset

std::size_t retdec::fileformat::ElfNoteEntry::dataOffset

file offset of note data

◆ name

std::string retdec::fileformat::ElfNoteEntry::name

interpreted name (owner)

◆ type

std::size_t retdec::fileformat::ElfNoteEntry::type

owner specific type


The documentation for this class was generated from the following files: