Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_checker.h197 struct ElfSectionBase { struct
199 ElfDataList dataList; /* List of data buffers. */
200 ElfDataList* dataListRear; /* Pointer to the rear of the data list. */
202 ElfSectionData rawData; /* Uninterpreted data of the section. */
204 int dataRead; /* Nonzero if the section was created by the
207 int extendSectionHeaderIndex; /* Index of the extended section index
211 size_t index; /* Index of this section. */
212 struct Elf* elf; /* The underlying ELF file. */
214 union {
238 ElfSectionBase* data() in data() argument