Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf_strptr.c48 strscn->zdata_base = zdata; in get_zdata()
116 if (strscn->zdata_base == NULL && get_zdata (strscn) == NULL) in elf_strptr()
142 if (strscn->zdata_base == NULL && get_zdata (strscn) == NULL) in elf_strptr()
165 if (unlikely (strscn->zdata_base != NULL)) in elf_strptr()
169 if (likely (memrchr (&strscn->zdata_base[offset], in elf_strptr()
171 result = &strscn->zdata_base[offset]; in elf_strptr()
Delf_compress.c316 || scn->rawdata_base == scn->zdata_base) in __libelf_reset_rawdata()
460 scn->zdata_base = NULL; in elf_compress()
476 if (scn->zdata_base == NULL) in elf_compress()
483 scn->zdata_base = buf_out; in elf_compress()
505 __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.c138 scn->zdata_base = NULL; in elf_compress_gnu()
199 scn->zdata_base = buf_out; in elf_compress_gnu()
DlibelfP.h241 char *zdata_base; /* The uncompressed data of the section. */ member
DChangeLog17 (elf_compress): here. Check zdata_base use __libelf_decompress_elf.
31 * elf_end.c (elf_end): Free zdata_base.
51 (struct Elf_Scn): Add zdata_base.