Module Form_rewrite_plan.Layout
Layout of all sections in the output file.
val igot : Form_rewrite_plan.Layout.t -> Form_rewrite_plan.Section_layout.tReturns the layout of the IGOT section.
val rela_igot :
Form_rewrite_plan.Layout.t ->
Form_rewrite_plan.Section_layout.tReturns the layout of the .rela.igot section.
val iplt : Form_rewrite_plan.Layout.t -> Form_rewrite_plan.Section_layout.tReturns the layout of the IPLT section.
val rela_iplt :
Form_rewrite_plan.Layout.t ->
Form_rewrite_plan.Section_layout.tReturns the layout of the .rela.iplt section.
val symtab : Form_rewrite_plan.Layout.t -> Form_rewrite_plan.Section_layout.tReturns the layout of the symbol table section.
val symtab_shndx :
Form_rewrite_plan.Layout.t ->
Form_rewrite_plan.Section_layout.t optionReturns the layout of SYMTAB_SHNDX section, if present.
val strtab : Form_rewrite_plan.Layout.t -> Form_rewrite_plan.Section_layout.tReturns the layout of the string table section.
val shstrtab : Form_rewrite_plan.Layout.t -> Form_rewrite_plan.Section_layout.tReturns the layout of the section header string table.
val section_headers_offset : Form_rewrite_plan.Layout.t -> int64Returns the file offset of the section headers.
val total_size : Form_rewrite_plan.Layout.t -> int64Returns the total size of the output file.