Home
last modified time | relevance | path

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

/sof-2.7.6/smex/
Dldc.c22 int section_size; in fw_version_copy() local
24 section_size = elf_read_section(src, ".fw_ready", NULL, &buffer); in fw_version_copy()
26 if (section_size < 0) in fw_version_copy()
27 return section_size; in fw_version_copy()
47 section_size = elf_read_section(src, ".fw_metadata", NULL, &buffer); in fw_version_copy()
49 if (section_size < 0) in fw_version_copy()
50 return section_size; in fw_version_copy()
53 while ((uintptr_t)ext_hdr < (uintptr_t)buffer + section_size) { in fw_version_copy()