Dwarf.Data
type 'a buffer = 'a Buffer.t
val create :
Bap.Std.endian ->
(section * 'a buffer) list ->
'a t Core_kernel.Or_error.t
create endian sections
creates data representation from a assoc list of sections. Will complain if there're repeating sections.
section data
lookups for a section
in data
val endian : 'a t -> Bap.Std.endian
endian data
the endianness of data