Lines Matching defs:PhdrEntry
25 struct PhdrEntry { struct
26 PhdrEntry(unsigned type, unsigned flags) in PhdrEntry() argument
31 uint64_t p_paddr = 0;
32 uint64_t p_vaddr = 0;
33 uint64_t p_memsz = 0;
34 uint64_t p_filesz = 0;
35 uint64_t p_offset = 0;
36 uint32_t p_align = 0;
37 uint32_t p_type = 0;
38 uint32_t p_flags = 0;
40 OutputSection *firstSec = nullptr;
41 OutputSection *lastSec = nullptr;
42 bool hasLMA = false;
44 uint64_t lmaOffset = 0;