Home
last modified time | relevance | path

Searched refs:zdata_base (Results 1 – 6 of 6) sorted by relevance

/external/elfutils/libelf/
Delf_strptr.c49 strscn->zdata_base = zdata; in get_zdata()
133 if (strscn->zdata_base == NULL && get_zdata (strscn) == NULL) in elf_strptr()
159 if (strscn->zdata_base == NULL && get_zdata (strscn) == NULL) in elf_strptr()
182 if (unlikely (strscn->zdata_base != NULL)) in elf_strptr()
186 if (likely (validate_str (strscn->zdata_base, offset, sh_size))) in elf_strptr()
187 result = &strscn->zdata_base[offset]; in elf_strptr()
Delf_compress.c328 || scn->rawdata_base == scn->zdata_base in __libelf_reset_rawdata()
480 scn->zdata_base = NULL; in elf_compress()
496 if (scn->zdata_base == NULL) in elf_compress()
503 scn->zdata_base = buf_out; in elf_compress()
525 __libelf_reset_rawdata (scn, scn->zdata_base, in elf_compress()
Delf_end.c156 if (scn->zdata_base != scn->rawdata_base) in elf_end()
157 free (scn->zdata_base); in elf_end()
169 || scn->rawdata_base == scn->zdata_base in elf_end()
Delf_compress_gnu.c140 scn->zdata_base = NULL; in elf_compress_gnu()
202 scn->zdata_base = buf_out; in elf_compress_gnu()
DlibelfP.h244 char *zdata_base; /* The uncompressed data of the section. */ member
DChangeLog376 (elf_compress): here. Check zdata_base use __libelf_decompress_elf.
390 * elf_end.c (elf_end): Free zdata_base.
410 (struct Elf_Scn): Add zdata_base.