Searched defs:ElfSectionBase (Results 1 – 1 of 1) sorted by relevance
197 struct ElfSectionBase { struct199 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 the207 int extendSectionHeaderIndex; /* Index of the extended section index211 size_t index; /* Index of this section. */212 struct Elf* elf; /* The underlying ELF file. */214 union {238 ElfSectionBase* data() in data() argument