Lines Matching full:section
79 ELF_TYPE_DYN, /* Dynamic section record. */
86 ELF_TYPE_SHDR, /* Section header. */
100 ELF_TYPE_GNUHASH, /* GNU-style hash section. */
172 int64_t sectionOffset; /* Offset into section. */
173 size_t sectionAlignment; /* Alignment in section. */
187 /* List of `ElfData' descriptors. This is what makes up the section
196 /* Descriptor for ELF section. */
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
209 section is a symbol table). */
211 size_t index; /* Index of this section. */
215 llvm::ELF::Elf32_Shdr* e32; /* Pointer to 32bit section header. */
216 llvm::ELF::Elf64_Shdr* e64; /* Pointer to 64bit section header. */
219 unsigned int sectionHeaderFlags; /* Section header modified? */
220 unsigned int flags; /* Section changed in size? */
222 char* rawDataBase; /* The unmodified data of the section. */
223 char* dataBase; /* The converted data of the section. */
225 char* zipDataBase; /* The uncompressed data of the section. */
229 ElfSectionList* list; /* Pointer to the section list element the
233 /* List of section. */
296 ElfSectionList* sectionLast; /* Last element in the section list.
314 ElfSectionList* sectionLast; /* Last element in the section list.
329 /* The section array. */
338 ElfSectionList* sectionLast; /* Last element in the section list.
352 /* The section array. */