HomeSort by relevance Sort by last modified time
    Searched refs:data_base (Results 1 - 4 of 4) sorted by null

  /external/elfutils/libelf/
elf_getdata.c 131 scn->data_base = scn->rawdata_base;
134 scn->data_base = (char *) malloc (size);
135 if (scn->data_base == NULL)
142 memcpy (scn->data_base, scn->rawdata_base, size);
149 scn->data_base = (char *) malloc (size);
150 if (scn->data_base == NULL)
163 fp (scn->data_base, scn->rawdata_base, size, 0);
166 scn->data_list.data.d.d_buf = scn->data_base;
elf_end.c 130 if (scn->data_base != scn->rawdata_base)
131 free (scn->data_base);
libelfP.h 207 char *data_base; /* The converted data of the section. */ member in struct:Elf_Scn
elf_begin.c 276 elf->state.elf32.scns.data[cnt].data_base =
362 elf->state.elf64.scns.data[cnt].data_base =

Completed in 1777 milliseconds