Searched refs:section_name (Results 1 – 3 of 3) sorted by relevance
/sof-3.4.0/smex/ |
D | elf.h | 61 int elf_read_section(const struct elf_module *module, const char *section_name,
|
D | elf.c | 430 int elf_read_section(const struct elf_module *module, const char *section_name, in elf_read_section() argument 437 section_index = elf_find_section(module, section_name); in elf_read_section() 440 section_name); in elf_read_section() 458 "error: can't read %s section %d\n", section_name, in elf_read_section()
|
/sof-3.4.0/tools/tune/eq/ |
D | gui.m | 236 for [section, section_name] = biquad 237 if strcmp(section_name, "enable_switch") || strcmp(section_name, "pane")
|