Lines Matching defs:PhdrEntry
31 struct PhdrEntry { struct
32 PhdrEntry(unsigned type, unsigned flags) in PhdrEntry() function
37 uint64_t p_paddr = 0;
38 uint64_t p_vaddr = 0;
39 uint64_t p_memsz = 0;
40 uint64_t p_filesz = 0;
41 uint64_t p_offset = 0;
42 uint32_t p_align = 0;
43 uint32_t p_type = 0;
44 uint32_t p_flags = 0;
46 OutputSection *firstSec = nullptr;
47 OutputSection *lastSec = nullptr;
48 bool hasLMA = false;
50 uint64_t lmaOffset = 0;