Home
last modified time | relevance | path

Searched refs:ElfSectionList (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_checker.h177 struct ElfSectionList;
229 ElfSectionList* list; /* Pointer to the section list element the
234 struct ElfSectionList { struct in panda::ecmascript::ElfChecker
237 struct ElfSectionList* next; /* Next block of sections. */
240 return reinterpret_cast<ElfSectionBase*>(reinterpret_cast<char*>(this) + sizeof(ElfSectionList)); in data()
296 ElfSectionList* sectionLast; /* Last element in the section list.
314 ElfSectionList* sectionLast; /* Last element in the section list.
330 ElfSectionList sections;
338 ElfSectionList* sectionLast; /* Last element in the section list.
353 ElfSectionList section
[all...]

Completed in 2 milliseconds