Apache Mesos
|
#include <map>
#include <string>
#include <vector>
#include <elfio/elfio.hpp>
#include <stout/error.hpp>
#include <stout/foreach.hpp>
#include <stout/nothing.hpp>
#include <stout/option.hpp>
#include <stout/result.hpp>
#include <stout/stringify.hpp>
#include <stout/strings.hpp>
#include <stout/try.hpp>
#include <stout/version.hpp>
Go to the source code of this file.
Classes | |
class | elf::File |
Namespaces | |
elf | |
Enumerations | |
enum | elf::Class { elf::CLASSNONE = ELFCLASSNONE, elf::CLASS32 = ELFCLASS32, elf::CLASS64 = ELFCLASS64 } |
enum | elf::SectionType { elf::SectionType::DYNAMIC = SHT_DYNAMIC, elf::SectionType::NOTE = SHT_NOTE, elf::SectionType::PROGBITS = SHT_PROGBITS } |
enum | elf::DynamicTag { elf::DynamicTag::STRTAB = DT_STRTAB, elf::DynamicTag::SONAME = DT_SONAME, elf::DynamicTag::NEEDED = DT_NEEDED } |