Home | History | Annotate | Download | only in libelf

Lines Matching full:data

28 elf_rawdata (scn, data)
30 Elf_Data *data;
38 /* If `data' is not NULL this means we are not addressing the initial
39 data in the file. But this also means this data is already read
40 (since otherwise it is not possible to have a valid `data' pointer)
41 and all the data structures are initialized as well. In this case
42 we can simply walk the list of data records. */
43 if (data != NULL
46 /* We don't allow accessing any but the data read from the file
52 /* If the data for this section was not yet initialized do it now. */
55 /* First thing we do is to read the data from the file. There is
63 /* Return the first data element in the list. */