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

  /external/elfutils/libelf/
elf_getdata.c 143 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;
elf_end.c 179 if (scn->data_base != scn->rawdata_base)
180 free (scn->data_base);
libelfP.h 252 char *data_base; /* The converted data of the section. */ member in struct:Elf_Scn
elf_begin.c 335 elf->state.elf32.scns.data[cnt].data_base =
423 elf->state.elf64.scns.data[cnt].data_base =
    [all...]
elf32_updatefile.c 275 scn->data_list.data.d.d_buf = scn->data_base
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp 1624 GLint *data_base = (GLint *) 0; local
3881 GLint64 *data_base = (GLint64 *) 0; local
    [all...]

Completed in 362 milliseconds