|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#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>

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. | |