struct ElfDynFlags

Defined at line 169 of file ../../src/lib/elfldltl/include/lib/elfldltl/constants.h

These are individual flag bits that can be set in the value for the DT_FLAGS

entry in PT_DYNAMIC. The enum lives inside a struct so that the constants

are used via scoped names ElfDynFlags:kFoo but it's not an `enum class` so

that it implicitly converts to uint32_t.

Enumerations

enum 
Name Value
kOrigin 1 << 0
kSymbolic 1 << 1
kTextRel 1 << 2
kBindNow 1 << 3
kStaticTls 1 << 4

Defined at line 170 of file ../../src/lib/elfldltl/include/lib/elfldltl/constants.h