Home
last modified time | relevance | path

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

/external/elfutils/libelf/
DlibelfP.h169 struct Elf_Scn struct
208 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 the
216 int shndx_index; /* Index of the extended section index
220 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 argument
256 struct Elf_Scn data[0]; /* Section data. */ argument
Dlibelf.h219 typedef struct Elf_Scn Elf_Scn; typedef