Searched refs:SHF_ALLOC (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/include/elf/
H A Delf.h220 #define SHF_ALLOC 0x2 /* Section occupies memory. */ macro
/barrelfish-master/tools/arm_boot/
H A Darm_bootimage.c529 shdr->sh_flags= SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR;
622 if(!(shdr->sh_flags & SHF_ALLOC)) {
/barrelfish-master/include/sys/
H A Delf_common.h468 #define SHF_ALLOC 0x2 /* Section occupies memory. */ macro

Completed in 44 milliseconds