Home
last modified time | relevance | path

Searched refs:rawchunk (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/libelf/
Delf_getdata_rawchunk.c72 void *rawchunk; in elf_getdata_rawchunk() local
84 rawchunk = rawdata; in elf_getdata_rawchunk()
88 rawchunk = malloc (size); in elf_getdata_rawchunk()
89 if (rawchunk == NULL) in elf_getdata_rawchunk()
91 memcpy (rawchunk, rawdata, size); in elf_getdata_rawchunk()
98 rawchunk = malloc (size); in elf_getdata_rawchunk()
99 if (rawchunk == NULL) in elf_getdata_rawchunk()
107 if (unlikely ((size_t) pread_retry (elf->fildes, rawchunk, size, in elf_getdata_rawchunk()
112 free (rawchunk); in elf_getdata_rawchunk()
124 if (((uintptr_t) rawchunk & (align - 1)) == 0) in elf_getdata_rawchunk()
[all …]
DChangeLog1330 * elf_end.c (elf_end): Free recorded rawchunk buffers.