package bap-dwarf

  1. Overview
  2. Docs
type 'a t
type 'a buffer = 'a Buffer.t
val create : Bap.Std.endian -> (section * 'a buffer) list -> 'a t Core_kernel.Std.Or_error.t

create endian sections creates data representation from a assoc list of sections. Will complain if there're repeating sections.

val section : 'a t -> section -> 'a buffer Core_kernel.Std.Or_error.t

section data lookups for a section in data

val endian : 'a t -> Bap.Std.endian

endian data the endianness of data