LIEF: Library to Instrument Executable Formats Version 1.0.0
Loading...
Searching...
No Matches
ThreadLocalVariables.hpp File Reference
#include "LIEF/visibility.h"
#include "LIEF/iterators.hpp"
#include "LIEF/optional.hpp"
#include "LIEF/MachO/Section.hpp"
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <iterator>
#include <memory>
#include <ostream>
#include <string>
Include dependency graph for ThreadLocalVariables.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LIEF::MachO::ThreadLocalVariables
 This class represents a MachO section with type Section::TYPE::THREAD_LOCAL_VARIABLES (S_THREAD_LOCAL_VARIABLES). More...
struct  LIEF::MachO::ThreadLocalVariables::Thunk
 Descriptor for a single thread-local variable. More...
class  LIEF::MachO::ThreadLocalVariables::Iterator
 Random-access iterator that materializes Thunk values on the fly from the raw section content. More...

Namespaces

namespace  LIEF
 LIEF namespace.
namespace  LIEF::MachO
 Namespace related to the LIEF's Mach-O module.