Searched refs:header (Results 1 – 7 of 7) sorted by relevance
| /ThreadX-v6.4.1/common_modules/module_manager/utilities/ |
| D | module_to_binary.c | 86 ELF_HEADER header; variable 181 elf_object_read(0, &header, sizeof(header)); in main() 184 program_header = malloc(sizeof(ELF_PROGRAM_HEADER)*header.elf_header_program_header_entries); in main() 187 …elf_object_read(header.elf_header_program_header_offset, program_header, (sizeof(ELF_PROGRAM_HEADE… in main() 190 section_header = malloc(sizeof(ELF_SECTION_HEADER)*header.elf_header_section_header_entries); in main() 193 …elf_object_read(header.elf_header_section_header_offset, section_header, (sizeof(ELF_SECTION_HEADE… in main() 197 …section_string_table = malloc(section_header[header.elf_header_section_string_index].elf_section_… in main() 200 …_read(section_header[header.elf_header_section_string_index].elf_section_header_offset, section_st… in main() 203 … code_section_array = malloc(sizeof(CODE_SECTION_ENTRY)*header.elf_header_section_header_entries); in main() 207 for (i = 0; i < header.elf_header_section_header_entries; i++) in main()
|
| D | module_to_c_array.c | 86 ELF_HEADER header; variable 181 elf_object_read(0, &header, sizeof(header)); in main() 194 program_header = malloc(sizeof(ELF_PROGRAM_HEADER)*header.elf_header_program_header_entries); in main() 197 …elf_object_read(header.elf_header_program_header_offset, program_header, (sizeof(ELF_PROGRAM_HEADE… in main() 200 section_header = malloc(sizeof(ELF_SECTION_HEADER)*header.elf_header_section_header_entries); in main() 203 …elf_object_read(header.elf_header_section_header_offset, section_header, (sizeof(ELF_SECTION_HEADE… in main() 207 …section_string_table = malloc(section_header[header.elf_header_section_string_index].elf_section_… in main() 210 …_read(section_header[header.elf_header_section_string_index].elf_section_header_offset, section_st… in main() 213 … code_section_array = malloc(sizeof(CODE_SECTION_ENTRY)*header.elf_header_section_header_entries); in main() 217 for (i = 0; i < header.elf_header_section_header_entries; i++) in main()
|
| /ThreadX-v6.4.1/.github/ |
| D | PULL_REQUEST_TEMPLATE.md | 3 - [ ] Updated function header with a short description and version number
|
| /ThreadX-v6.4.1/docs/ |
| D | revision_history.txt | 301 tx*.c Changed comments and copyright header. 302 tx*.h Changed comments and copyright header. 340 tx*.c Changed comments and copyright header. 341 tx*.h Changed comments and copyright header. 890 tx*.c Changed comments and copyright header. 891 tx*.h Changed comments and copyright header. 908 tx*.c Changed comments and copyright header. 909 tx*.h Changed comments and copyright header. 1248 tx*.c Changed comments and copyright header. 1249 tx*.h Changed comments and copyright header. [all …]
|
| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
| D | readme_threadx_posix.txt | 33 references the same header files as the ones the posix library has been built with. 37 are provided. Most notably is the header file tx_px_time.h.
|
| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/ |
| D | threadx_osek_readme.txt | 13 an existing ThreadX project, making sure that the location of the os.h header is in the
|
| /ThreadX-v6.4.1/ |
| D | README.md | 46 > When you see xx-xx-xxxx, 6.x or x.x in function header, this means the file is not officially rel…
|