Searched refs:data_base (Results 1 - 5 of 5) sorted by relevance

/external/elfutils/0.153/libelf/
H A Delf_getdata.c143 scn->data_base = scn->rawdata_base;
146 scn->data_base = (char *) malloc (size);
147 if (scn->data_base == NULL)
154 memcpy (scn->data_base, scn->rawdata_base, size);
161 scn->data_base = (char *) malloc (size);
162 if (scn->data_base == NULL)
175 fp (scn->data_base, scn->rawdata_base, size, 0);
178 scn->data_list.data.d.d_buf = scn->data_base;
H A Delf_end.c179 if (scn->data_base != scn->rawdata_base)
180 free (scn->data_base);
H A DlibelfP.h252 char *data_base; /* The converted data of the section. */ member in struct:Elf_Scn
H A Delf_begin.c343 elf->state.elf32.scns.data[cnt].data_base =
429 elf->state.elf64.scns.data[cnt].data_base =
H A Delf32_updatefile.c286 scn->data_list.data.d.d_buf = scn->data_base

Completed in 81 milliseconds