Lines Matching defs:data
40 elf_rawdata (Elf_Scn *scn, Elf_Data *data)
48 /* If `data' is not NULL this means we are not addressing the initial
49 data in the file. But this also means this data is already read
50 (since otherwise it is not possible to have a valid `data' pointer)
51 and all the data structures are initialized as well. In this case
52 we can simply walk the list of data records. */
53 if (data != NULL
56 /* We don't allow accessing any but the data read from the file
62 /* If the data for this section was not yet initialized do it now. */
65 /* First thing we do is to read the data from the file. There is
73 /* Return the first data element in the list. */