Searched defs:initial_bufsize (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/libdwfl/
H A Delf-from-memory.c72 const size_t initial_bufsize = 256; local
73 unsigned char *buffer = malloc (initial_bufsize);
82 sizeof (Elf32_Ehdr), initial_bufsize);
175 if (initial_bufsize < phnum * phentsize)

Completed in 110 milliseconds