Module Section_table
Construction of ELF section tables. *
val create : unit -> Section_table.tval add_section :
Section_table.t ->
X86_proc.Section_name.t ->
?body:bytes ->
Compiler_owee.Owee_elf.section ->
unitval current_offset : Section_table.t -> int64val num_sections : Section_table.t -> intval get_sec_idx : Section_table.t -> X86_proc.Section_name.t -> intval get_section :
Section_table.t ->
X86_proc.Section_name.t ->
Compiler_owee.Owee_elf.sectionval get_section_opt :
Section_table.t ->
X86_proc.Section_name.t ->
Compiler_owee.Owee_elf.section optionval get_sections : Section_table.t -> Compiler_owee.Owee_elf.section arrayval write_bodies : Section_table.t -> Compiler_owee.Owee_buf.t -> unit