struct PhdrBase

Defined at line 106 of file ../../src/lib/elfldltl/include/lib/elfldltl/layout.h

A base class for the different phdr layouts, ensuring that all of the

Elf

<

...>::Phdr definitions below use the same Flags type.

Enumerations

enum Flags
Name Value
kExecute 1 << 0
kWrite 1 << 1
kRead 1 << 2

These are individual bits OR'd together.

Defined at line 108 of file ../../src/lib/elfldltl/include/lib/elfldltl/layout.h