Home
last modified time | relevance | path

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

/sof-2.7.6/smex/
Delf.h62 const Elf32_Shdr **dst_section, void **dst_buff);
Delf.c431 const Elf32_Shdr **dst_section, void **dst_buff) in elf_read_section() argument
449 *dst_buff = calloc(1, section->size); in elf_read_section()
450 if (!*dst_buff) in elf_read_section()
455 read = fread(*dst_buff, 1, section->size, module->fd); in elf_read_section()
460 free(*dst_buff); in elf_read_section()