/sof-3.4.0/smex/ |
D | elf.c | 20 Elf32_Shdr *section = module->section; in elf_read_sections() local 34 section = calloc(sizeof(Elf32_Shdr), hdr->shnum); in elf_read_sections() 35 if (!section) in elf_read_sections() 37 module->section = section; in elf_read_sections() 40 count = fread(section, sizeof(Elf32_Shdr), hdr->shnum, module->fd); in elf_read_sections() 48 module->strings = calloc(1, section[hdr->shstrndx].size); in elf_read_sections() 55 ret = fseek(module->fd, section[hdr->shstrndx].off, SEEK_SET); in elf_read_sections() 62 count = fread(module->strings, 1, section[hdr->shstrndx].size, in elf_read_sections() 64 if (count != section[hdr->shstrndx].size) { in elf_read_sections() 80 if (!(section[i].flags & valid)) in elf_read_sections() [all …]
|
D | ldc.c | 78 const Elf32_Shdr *section; in write_logs_dictionary() local 93 ret = elf_read_section(src, ".static_log_entries", §ion, &buffer); in write_logs_dictionary() 98 header.base_address = section->vaddr; in write_logs_dictionary() 99 header.data_length = section->size; in write_logs_dictionary() 104 count = fwrite(buffer, 1, section->size, image->ldc_out_fd); in write_logs_dictionary() 105 if (count != section->size) { in write_logs_dictionary() 128 const Elf32_Shdr *section; in write_uids_dictionary() local 135 ret = elf_read_section(src, ".static_uuid_entries", §ion, &buffer); in write_uids_dictionary() 140 header.base_address = section->vaddr; in write_uids_dictionary() 141 header.data_length = section->size; in write_uids_dictionary() [all …]
|
D | elf.h | 23 Elf32_Shdr *section; member
|
/sof-3.4.0/src/arch/xtensa/xtos/ |
D | null-vectors.S | 52 .section .UserExceptionVector.text, "ax" 77 .section .Level2InterruptVector.text, "ax" 99 .section .Level3InterruptVector.text, "ax" 121 .section .Level4InterruptVector.text, "ax" 143 .section .Level5InterruptVector.text, "ax" 165 .section .Level6InterruptVector.text, "ax"
|
D | shared-reset-vector.S | 30 .section .ResetTable.rodata, "a" 41 .section .SharedResetVector.text, "ax"
|
D | user-vector-min.S | 34 .section .UserExceptionVector.text, "ax" 89 .section .rodata, "a"
|
D | nmi-vector.S | 33 .section .NMIExceptionVector.text, "ax"
|
D | double-vector.S | 54 .section .DoubleExceptionVector.text, "ax"
|
D | kernel-vector.S | 51 .section .KernelExceptionVector.text, "ax"
|
D | debug-vector.S | 39 .section .DebugExceptionVector.text, "ax"
|
D | user-vector.S | 33 .section .UserExceptionVector.text, "ax" 156 .section .bss
|
D | int-vector.S | 41 .section LABEL(.Level,InterruptVector.text), "ax"
|
D | reset-vector.S | 52 .section .ResetVector.text, "ax" 89 .section .iram0.text, "ax" 91 .section .irom0.text, "ax" 93 .section .uram0.text, "ax" 103 .section .ResetHandler.text, "ax"
|
D | memep-initrams.S | 58 .section .rodata, "a"
|
/sof-3.4.0/tools/tune/eq/ |
D | eq_load_dsp_ini.m | 19 % locate eq2 section 25 errordlg("eq2 section not found.\n Please check input file."); 82 section = getfield(filter, field_name); variable 92 set(section.dropdown, "value", cras_filter2sof_filter(r(2) + 1)); 95 set(section.edit, "string", num2str(r(2))); 97 func = get(section.edit, "callback"); 98 func(section.edit, 0);
|
D | gui.m | 142 function set_section_visibility(section, visible) 143 for [control, control_name] = section 236 for [section, section_name] = biquad 240 set_section_visibility(section, visible); 497 function update_control_elements(section, EQ) 498 set_udata_field(section.gain.edit, "EQ", EQ); 499 set_udata_field(section.gain.slider, "EQ", EQ); 500 set_udata_field(section.Q.edit, "EQ", EQ); 501 set_udata_field(section.Q.slider, "EQ", EQ); 502 set_udata_field(section.freq.edit, "EQ", EQ); [all …]
|
/sof-3.4.0/src/platform/intel/cavs/ |
D | CMakeLists.txt | 9 target_compile_options(lps_vector PRIVATE -mtext-section-literals) 21 target_compile_options(altreset PRIVATE -mtext-section-literals)
|
D | alternate_reset_vector.S | 27 .section .AlternateResetVector.text, "ax" 211 .section .AlternateResetL2IntVector.text, "ax" 225 .section .LpsramCode.text, "ax"
|
/sof-3.4.0/src/arch/xtensa/hal/ |
D | state_asm.S | 221 .section .rodata, "a" 239 .section .rodata, "a" 254 .section .rodata, "a" 272 .section .rodata, "a"
|
D | debug_hndlr.S | 67 .section .srom.text, "ax"
|
/sof-3.4.0/src/arch/xtensa/ |
D | main-entry.S | 23 .section .MainEntry.text, "ax"
|
/sof-3.4.0/xtos/include/sof/ |
D | compiler_attributes.h | 33 #define __section(x) __attribute__((section(x)))
|
/sof-3.4.0/src/platform/intel/cavs/lib/ |
D | CMakeLists.txt | 5 target_compile_options(pdown PRIVATE -mtext-section-literals)
|
/sof-3.4.0/src/platform/mt8195/ |
D | platform.c | 138 const unsigned int __xt_mpu_init_table_size __attribute__((section(".ResetVector.text"))) = 11; 140 const struct xthal_MPU_entry __xt_mpu_init_table[] __attribute__((section(".ResetVector.text"))) = {
|
/sof-3.4.0/src/arch/xtensa/xtos/xea2/ |
D | reloc-vectors.S | 35 .section .RelocatableVectors.text, "ax"
|