LIEF: Library to Instrument Executable Formats Version 0.15.0
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
LIEF::ELF::NoteNoCopyOnProtected Class Reference

This class provides an interface over the GNU_PROPERTY_NO_COPY_ON_PROTECTED property. This property indicates that the linker shouldn't copy relocations against protected symbols. More...

#include <NoteNoCopyOnProtected.hpp>

Inheritance diagram for LIEF::ELF::NoteNoCopyOnProtected:
Inheritance graph
[legend]
Collaboration diagram for LIEF::ELF::NoteNoCopyOnProtected:
Collaboration graph
[legend]

Static Public Member Functions

static bool classof (const NoteGnuProperty::Property *prop)
 
static std::unique_ptr< NoteNoCopyOnProtectedcreate ()
 

Additional Inherited Members

- Public Types inherited from LIEF::ELF::NoteGnuProperty::Property
enum class  TYPE {
  UNKNOWN = 0 , GENERIC , AARCH64_FEATURES , STACK_SIZE ,
  NO_COPY_ON_PROTECTED , X86_ISA , X86_FEATURE , NEEDED
}
 LIEF's mirror types of the original GNU_PROPERTY_ values. More...
 
- Public Member Functions inherited from LIEF::ELF::NoteGnuProperty::Property
TYPE type () const
 Return the LIEF's mirror type of the note.
 
virtual void dump (std::ostream &os) const
 

Detailed Description

This class provides an interface over the GNU_PROPERTY_NO_COPY_ON_PROTECTED property. This property indicates that the linker shouldn't copy relocations against protected symbols.


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