Lines Matching defs:hsize
59 alignment. Returns a buffer that has at least hsize bytes (for the
61 returns the new buffer size in new_size (hsize + compressed data
66 __libelf_compress (Elf_Scn *scn, size_t hsize, int ei_data,
86 && data->d_size <= hsize + 5 + 6)
93 hsize. Make the first chunk twice that size (25%), then increase
95 size_t block = (data->d_size / 8) + hsize;
105 size_t used = hsize;
294 size_t hsize = (elfclass == ELFCLASS32
296 size_t size_in = data->d_size - hsize;
297 void *buf_in = data->d_buf + hsize;
406 size_t hsize = (elfclass == ELFCLASS32
409 void *out_buf = __libelf_compress (scn, hsize, elfdata,