Searched defs:ElfSectionList (Results 1 – 1 of 1) sorted by relevance
234 struct ElfSectionList { struct237 struct ElfSectionList* next; /* Next block of sections. */ argument240 … return reinterpret_cast<ElfSectionBase*>(reinterpret_cast<char*>(this) + sizeof(ElfSectionList)); in data() argument