Searched refs:zdata_base (Results 1 – 6 of 6) sorted by relevance
48 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()
316 || 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()
156 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()
138 scn->zdata_base = NULL; in elf_compress_gnu()199 scn->zdata_base = buf_out; in elf_compress_gnu()
241 char *zdata_base; /* The uncompressed data of the section. */ member
17 (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.