Searched refs:zdata_base (Results 1 – 6 of 6) sorted by relevance
49 strscn->zdata_base = zdata; in get_zdata()135 if (strscn->zdata_base == NULL && get_zdata (strscn) == NULL) in elf_strptr()161 if (strscn->zdata_base == NULL && get_zdata (strscn) == NULL) in elf_strptr()184 if (unlikely (strscn->zdata_base != NULL)) in elf_strptr()188 if (likely (validate_str (strscn->zdata_base, offset, sh_size))) in elf_strptr()189 result = &strscn->zdata_base[offset]; in elf_strptr()
324 || scn->rawdata_base == scn->zdata_base in __libelf_reset_rawdata()476 scn->zdata_base = NULL; in elf_compress()492 if (scn->zdata_base == NULL) in elf_compress()499 scn->zdata_base = buf_out; in elf_compress()521 __libelf_reset_rawdata (scn, scn->zdata_base, in elf_compress()
155 if (scn->zdata_base != scn->rawdata_base) in elf_end()156 free (scn->zdata_base); in elf_end()168 || scn->rawdata_base == scn->zdata_base in elf_end()
140 scn->zdata_base = NULL; in elf_compress_gnu()203 scn->zdata_base = buf_out; in elf_compress_gnu()
242 char *zdata_base; /* The uncompressed data of the section. */ member
671 (elf_compress): here. Check zdata_base use __libelf_decompress_elf.685 * elf_end.c (elf_end): Free zdata_base.705 (struct Elf_Scn): Add zdata_base.