Home
last modified time | relevance | path

Searched defs:ElfSectionList (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_checker.h234 struct ElfSectionList { struct
237 struct ElfSectionList* next; /* Next block of sections. */ argument
240 … return reinterpret_cast<ElfSectionBase*>(reinterpret_cast<char*>(this) + sizeof(ElfSectionList)); in data() argument