Header menu logo B2R2

ProgramHeaderType Type

This member tells what kind of segment this array element describes or how to interpret the array element's information. A segment is also known as a 'program header'.

Record fields

Record Field Description

PT_ARM_EXIDX

Full Usage: PT_ARM_EXIDX

Field type: ProgramHeaderType
Modifiers: static

The exception unwind table.

Field type: ProgramHeaderType

PT_DYNAMIC

Full Usage: PT_DYNAMIC

Field type: ProgramHeaderType
Modifiers: static

This segment contains dynamic linking information.

Field type: ProgramHeaderType

PT_GNU_EH_FRAME

Full Usage: PT_GNU_EH_FRAME

Field type: ProgramHeaderType
Modifiers: static

This segment specifies the location and size of the exception handling information as defined by the .eh_frame_hdr section.

Field type: ProgramHeaderType

PT_GNU_RELRO

Full Usage: PT_GNU_RELRO

Field type: ProgramHeaderType
Modifiers: static

This segment specifies the location and size of a segment which may be made read-only after relocations have been processed.

Field type: ProgramHeaderType

PT_GNU_STACK

Full Usage: PT_GNU_STACK

Field type: ProgramHeaderType
Modifiers: static

This segment specifies the permissions on the segment containing the stack and is used to indicate weather the stack should be executable. The absence of this header indicates that the stack will be executable.

Field type: ProgramHeaderType

PT_HIOS

Full Usage: PT_HIOS

Field type: ProgramHeaderType
Modifiers: static

The upper bound of OS-specific program header type.

Field type: ProgramHeaderType

PT_HIPROC

Full Usage: PT_HIPROC

Field type: ProgramHeaderType
Modifiers: static

The upper bound of processor-specific program header type.

Field type: ProgramHeaderType

PT_INTERP

Full Usage: PT_INTERP

Field type: ProgramHeaderType
Modifiers: static

This segment contains the location and size of a null-terminated path name to invoke an interpreter. This segment type is meaningful only for executable files, but not for shared objects. This segment may not occur more than once in a file. If it is present, it must precede any loadable segment entry.

Field type: ProgramHeaderType

PT_LOAD

Full Usage: PT_LOAD

Field type: ProgramHeaderType
Modifiers: static

This is a loadable segment.

Field type: ProgramHeaderType

PT_LOOS

Full Usage: PT_LOOS

Field type: ProgramHeaderType
Modifiers: static

The lower bound of OS-specific program header type.

Field type: ProgramHeaderType

PT_LOPROC

Full Usage: PT_LOPROC

Field type: ProgramHeaderType
Modifiers: static

The lower bound of processor-specific program header type.

Field type: ProgramHeaderType

PT_MIPS_ABIFLAGS

Full Usage: PT_MIPS_ABIFLAGS

Field type: ProgramHeaderType
Modifiers: static

MIPS ABI flags.

Field type: ProgramHeaderType

PT_NOTE

Full Usage: PT_NOTE

Field type: ProgramHeaderType
Modifiers: static

This segment contains the location and size of auxiliary information.

Field type: ProgramHeaderType

PT_NULL

Full Usage: PT_NULL

Field type: ProgramHeaderType
Modifiers: static

This program header is not used.

Field type: ProgramHeaderType

PT_PAX_FLAGS

Full Usage: PT_PAX_FLAGS

Field type: ProgramHeaderType
Modifiers: static

This segment contains PAX flags.

Field type: ProgramHeaderType

PT_PHDR

Full Usage: PT_PHDR

Field type: ProgramHeaderType
Modifiers: static

This segment specifies the location and size of the program header table itself, It may occur only if the program header table is part of the memory image of the program. If it is present, it must precede any loadable segment entry.

Field type: ProgramHeaderType

PT_SHLIB

Full Usage: PT_SHLIB

Field type: ProgramHeaderType
Modifiers: static

This segment type is reserved but has unspecified semantics.

Field type: ProgramHeaderType

PT_TLS

Full Usage: PT_TLS

Field type: ProgramHeaderType
Modifiers: static

This segment contains the Thread-Local Storage template.

Field type: ProgramHeaderType

Type something to start searching.