macaw-base
Copyright(c) Galois Inc 2016
Maintainerjhendrix@galois.com
Safe HaskellNone
LanguageHaskell2010

Data.Macaw.Memory.LoadCommon

Description

Common datatypes for creating a memory from a binary file.

Synopsis

Documentation

newtype LoadOptions Source #

This contains options for loading.

Constructors

LoadOptions 

Fields

data LoadStyle Source #

How to load Elf file.

Constructors

LoadBySection

Load loadable sections in Elf file.

LoadBySegment

Load segments in Elf file.

Instances

Instances details
Eq LoadStyle Source # 
Instance details

Defined in Data.Macaw.Memory.LoadCommon