LIEF: Library to Instrument Executable Formats Version 0.17.0
Loading...
Searching...
No Matches
LIEF::dwarf::editor::Function::range_t Struct Reference

#include <Function.hpp>

Public Member Functions

 range_t ()=default
 range_t (uint64_t start, uint64_t end)

Public Attributes

uint64_t start = 0
uint64_t end = 0

Constructor & Destructor Documentation

◆ range_t() [1/2]

LIEF::dwarf::editor::Function::range_t::range_t ( )
default

◆ range_t() [2/2]

LIEF::dwarf::editor::Function::range_t::range_t ( uint64_t start,
uint64_t end )
inline

References end, and start.

Member Data Documentation

◆ end

uint64_t LIEF::dwarf::editor::Function::range_t::end = 0

Referenced by range_t().

◆ start

uint64_t LIEF::dwarf::editor::Function::range_t::start = 0

Referenced by range_t().


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