Searched defs:Elf_Scn (Results 1 – 2 of 2) sorted by relevance
169 struct Elf_Scn struct208 Elf_Data_List data_list; /* List of data buffers. */209 Elf_Data_List *data_list_rear; /* Pointer to the rear of the data list. */211 Elf_Data_Scn rawdata; /* Uninterpreted data of the section. */213 int data_read; /* Nonzero if the section was created by the216 int shndx_index; /* Index of the extended section index220 size_t index; /* Index of this section. */221 struct Elf *elf; /* The underlying ELF file. */245 struct Elf_ScnList *list; /* Pointer to the section list element the argument256 struct Elf_Scn data[0]; /* Section data. */ argument
219 typedef struct Elf_Scn Elf_Scn; typedef