Searched defs:ElfSegment (Results 1 – 3 of 3) sorted by relevance
64 struct ElfSegment { struct65 uint64_t vaddr = 0;66 uint64_t file_offset = 0;67 uint64_t file_size = 0;68 bool is_executable = false;69 bool is_load = false;
140 struct ElfSegment { struct150 wasteful_vector<ElfSegment>* segments); argument
38 using ElfSegment = span<const char>; typedef