Searched defs:Elf_Scn (Results 1 – 2 of 2) sorted by relevance
172 struct Elf_Scn struct211 Elf_Data_List data_list; /* List of data buffers. */212 Elf_Data_List *data_list_rear; /* Pointer to the rear of the data list. */214 Elf_Data_Scn rawdata; /* Uninterpreted data of the section. */216 int data_read; /* Nonzero if the section was created by the219 int shndx_index; /* Index of the extended section index223 size_t index; /* Index of this section. */224 struct Elf *elf; /* The underlying ELF file. */248 struct Elf_ScnList *list; /* Pointer to the section list element the argument259 struct Elf_Scn data[0]; /* Section data. */ argument
219 typedef struct Elf_Scn Elf_Scn; typedef