Home
last modified time | relevance | path

Searched refs:SHF_ALLOC (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.2/kernel/src/common/
Delf.h261 #define SHF_ALLOC 0x2 // Identifies a section that occupies memory during process execution macro
/DragonOS-0.1.2/kernel/src/libs/libELF/
Delf.h469 #define SHF_ALLOC (1 << 1) /* Occupies memory during execution */ macro