package linksem

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

gnu_ext_program_header_table contains GNU extension specific functionality * related to the program header table.

GNU extensions, as defined in the LSB, see section 11.2.

val elf_pt_gnu_relro : Nat_big_num.num

The element specifies the location and size of a segment that may be made * read-only after relocations have been processed.

The p_flags member specifies the permissions of the segment containing the * stack and is used to indicate whether the stack should be executable.

val elf_pt_gnu_stack : Nat_big_num.num

The p_flags member specifies the permissions of the segment containing the * stack and is used to indicate whether the stack should be executable.

Element specifies the location and size of exception handling information.

val elf_pt_gnu_eh_frame : Nat_big_num.num

Element specifies the location and size of exception handling information.

val string_of_gnu_ext_segment_type : Nat_big_num.num -> string

string_of_gnu_ext_segment_type m produces a string representation of * GNU extension segment type m.