Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_checker.h254 struct Elf { struct
260 Elf* parent; argument
261 Elf* next; /* Used in list of archive descriptors. */ argument
264 ElfKind kind; argument
267 ElfCommand cmd; argument
270 unsigned int binaryClass;
296 ElfSectionList* sectionLast; /* Last element in the section list. argument
372 Elf* ElfAllocate( argument