Searched refs:dst_buff (Results 1 – 2 of 2) sorted by relevance
62 const Elf32_Shdr **dst_section, void **dst_buff);
431 const Elf32_Shdr **dst_section, void **dst_buff) in elf_read_section() argument449 *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()