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
85 rawchunk = rawdata; in elf_getdata_rawchunk()
89 rawchunk = malloc (size); in elf_getdata_rawchunk()
90 if (rawchunk == NULL) in elf_getdata_rawchunk()
92 memcpy (rawchunk, rawdata, size); in elf_getdata_rawchunk()
99 rawchunk = malloc (size); in elf_getdata_rawchunk()
100 if (rawchunk == NULL) in elf_getdata_rawchunk()
108 if (unlikely ((size_t) pread_retry (elf->fildes, rawchunk, size, in elf_getdata_rawchunk()
113 free (rawchunk); in elf_getdata_rawchunk()
125 if (((uintptr_t) rawchunk & (align - 1)) == 0) in elf_getdata_rawchunk()
[all …]
DChangeLog971 * elf_end.c (elf_end): Free recorded rawchunk buffers.