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

  /external/elfutils/libelf/
elf_strptr.c 48 strscn->zdata_base = zdata;
116 if (strscn->zdata_base == NULL && get_zdata (strscn) == NULL)
142 if (strscn->zdata_base == NULL && get_zdata (strscn) == NULL)
165 if (unlikely (strscn->zdata_base != NULL))
169 if (likely (memrchr (&strscn->zdata_base[offset],
171 result = &strscn->zdata_base[offset];
elf_compress_gnu.c 138 scn->zdata_base = NULL;
199 scn->zdata_base = buf_out;
elf_end.c 156 if (scn->zdata_base != scn->rawdata_base)
157 free (scn->zdata_base);
169 || scn->rawdata_base == scn->zdata_base)
elf_compress.c 316 || scn->rawdata_base == scn->zdata_base)
460 scn->zdata_base = NULL;
476 if (scn->zdata_base == NULL)
483 scn->zdata_base = buf_out;
505 __libelf_reset_rawdata (scn, scn->zdata_base,
libelfP.h 241 char *zdata_base; /* The uncompressed data of the section. */ member in struct:Elf_Scn
242 size_t zdata_size; /* If zdata_base != NULL, the size of data. */
243 size_t zdata_align; /* If zdata_base != NULL, the addralign. */

Completed in 67 milliseconds