Home
last modified time | relevance | path

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

/external/elfutils/libelf/
DlibelfP.h172 struct Elf_Scn struct
211 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 the
219 int shndx_index; /* Index of the extended section index
223 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 argument
259 struct Elf_Scn data[0]; /* Section data. */ argument
Dlibelf.h219 typedef struct Elf_Scn Elf_Scn; typedef