Constants

object Constants

Properties

Link copied to clipboard
const val PT_DYNAMIC: Int

The array element specifies dynamic linking information.

Link copied to clipboard
const val PT_GNU_STACK: Int

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
const val PT_HIPROC: Int

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

Link copied to clipboard
const val PT_INTERP: Int

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

Link copied to clipboard
const val PT_LOAD: Int

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
const val PT_LOPROC: Int

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

Link copied to clipboard
const val PT_NOTE: Int

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

Link copied to clipboard
const val PT_NULL: Int

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

Link copied to clipboard
const val PT_PHDR: Int

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
const val PT_SHLIB: Int

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