Home
last modified time | relevance | path

Searched refs:section (Results 1 – 25 of 42) sorted by relevance

12

/sof-3.4.0/smex/
Delf.c20 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 …]
Dldc.c78 const Elf32_Shdr *section; in write_logs_dictionary() local
93 ret = elf_read_section(src, ".static_log_entries", &section, &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", &section, &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 …]
Delf.h23 Elf32_Shdr *section; member
/sof-3.4.0/src/arch/xtensa/xtos/
Dnull-vectors.S52 .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"
Dshared-reset-vector.S30 .section .ResetTable.rodata, "a"
41 .section .SharedResetVector.text, "ax"
Duser-vector-min.S34 .section .UserExceptionVector.text, "ax"
89 .section .rodata, "a"
Dnmi-vector.S33 .section .NMIExceptionVector.text, "ax"
Ddouble-vector.S54 .section .DoubleExceptionVector.text, "ax"
Dkernel-vector.S51 .section .KernelExceptionVector.text, "ax"
Ddebug-vector.S39 .section .DebugExceptionVector.text, "ax"
Duser-vector.S33 .section .UserExceptionVector.text, "ax"
156 .section .bss
Dint-vector.S41 .section LABEL(.Level,InterruptVector.text), "ax"
Dreset-vector.S52 .section .ResetVector.text, "ax"
89 .section .iram0.text, "ax"
91 .section .irom0.text, "ax"
93 .section .uram0.text, "ax"
103 .section .ResetHandler.text, "ax"
Dmemep-initrams.S58 .section .rodata, "a"
/sof-3.4.0/tools/tune/eq/
Deq_load_dsp_ini.m19 % 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);
Dgui.m142 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/
DCMakeLists.txt9 target_compile_options(lps_vector PRIVATE -mtext-section-literals)
21 target_compile_options(altreset PRIVATE -mtext-section-literals)
Dalternate_reset_vector.S27 .section .AlternateResetVector.text, "ax"
211 .section .AlternateResetL2IntVector.text, "ax"
225 .section .LpsramCode.text, "ax"
/sof-3.4.0/src/arch/xtensa/hal/
Dstate_asm.S221 .section .rodata, "a"
239 .section .rodata, "a"
254 .section .rodata, "a"
272 .section .rodata, "a"
Ddebug_hndlr.S67 .section .srom.text, "ax"
/sof-3.4.0/src/arch/xtensa/
Dmain-entry.S23 .section .MainEntry.text, "ax"
/sof-3.4.0/xtos/include/sof/
Dcompiler_attributes.h33 #define __section(x) __attribute__((section(x)))
/sof-3.4.0/src/platform/intel/cavs/lib/
DCMakeLists.txt5 target_compile_options(pdown PRIVATE -mtext-section-literals)
/sof-3.4.0/src/platform/mt8195/
Dplatform.c138 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/
Dreloc-vectors.S35 .section .RelocatableVectors.text, "ax"

12