Home
last modified time | relevance | path

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

/external/elfutils/libelf/
DlibelfP.h175 struct Elf_Scn struct
214 Elf_Data_List data_list; /* List of data buffers. */
215 Elf_Data_List *data_list_rear; /* Pointer to the rear of the data list. */
217 Elf_Data_Scn rawdata; /* Uninterpreted data of the section. */
219 int data_read; /* Nonzero if the section was created by the
245 struct Elf_ScnList *list; /* Pointer to the section list element the argument
256 struct Elf_Scn data[0]; /* Section data. */ argument
Dlibelf.h193 typedef struct Elf_Scn Elf_Scn; typedef
/external/ltrace/
Dltrace-elf.c127 int (*predicate)(Elf_Scn *, GElf_Shdr *, void *data), in elf_get_section_if()