Home
last modified time | relevance | path

Searched refs:__libelf_decompress_elf (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/libelf/
Delf_compress.c269 __libelf_decompress_elf (Elf_Scn *scn, size_t *size_out, size_t *addralign) in __libelf_decompress_elf() function
499 void *buf_out = __libelf_decompress_elf (scn, &size_out, &addralign); in elf_compress()
Delf_strptr.c45 void *zdata = __libelf_decompress_elf (strscn, &zsize, &zalign); in get_zdata()
DlibelfP.h582 extern void * __libelf_decompress_elf (Elf_Scn *scn,
DChangeLog374 * elf_compress.c (__libelf_decompress_elf): New function, extracted
376 (elf_compress): here. Check zdata_base use __libelf_decompress_elf.
380 (__libelf_decompress_elf): New internal function definition.