Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_modules/module_manager/utilities/
Dmodule_to_binary.c54 unsigned long elf_section_header_address; member
222 …if ((section_header[i].elf_section_header_address >= code_section_array[j].code_section_address) && in main()
223 …((section_header[i].elf_section_header_address+section_header[i].elf_section_header_size + section… in main()
236 …ion_array[code_section_index].code_section_address = section_header[i].elf_section_header_address; in main()
Dmodule_to_c_array.c54 unsigned long elf_section_header_address; member
231 …if ((section_header[i].elf_section_header_address >= code_section_array[j].code_section_address) && in main()
232 …((section_header[i].elf_section_header_address+section_header[i].elf_section_header_size + section… in main()
245 …ion_array[code_section_index].code_section_address = section_header[i].elf_section_header_address; in main()