Companion

object Companion

Properties

Link copied to clipboard

The array element specifies dynamic linking information.

Link copied to clipboard

GNU extension which is used by the Linux kernel to control the state of the stack via the flags set in the p_flags member.

Link copied to clipboard

Upper bound of the range reserved for processor-specific semantics.

Link copied to clipboard

The array element specifies the location and size of a null-terminated pathname to invoke as an interpreter.

Link copied to clipboard

The array element specifies a loadable segment, described by p_filesz and p_memsz. The bytes from the file are mapped to the beginning of the memory segment.

Link copied to clipboard

Lower bound of the range reserved for processor-specific semantics.

Link copied to clipboard

The array element specifies the location of notes (ElfN_Nhdr).

Link copied to clipboard

The array element is unused and the other members' values are undefined. This lets the program header have ignored entries.

Link copied to clipboard

The array element specifies the location and size of the program header table itself, both in the file and in the memory image of the program.

Link copied to clipboard

This segment type is reserved but has unspecified semantics. Programs that contain an array element of this type do not conform to the ABI.

Functions

Link copied to clipboard
fun valueOf(name: String): ElfPType

Creates a ElfPType from a string

Link copied to clipboard

Creates a ElfPType from its name