Searched refs:phdrs (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-latest/scripts/build/ |
| D | gen_relocate_app.py | 336 def add_phdr(memory_type, phdrs): argument 346 phdrs argument 351 load_address_string = LOAD_ADDRESS_LOCATION_FLASH.format(add_phdr(memory_type, phdrs)) 353 … load_address_string = LOAD_ADDRESS_LOCATION_FLASH_NOCOPY.format(add_phdr(memory_type, phdrs)) 355 load_address_string = LOAD_ADDRESS_LOCATION_BSS.format(add_phdr(memory_type, phdrs)) 385 complete_list_of_sections, phdrs): argument 399 …+= string_create_helper(SectionKind.LITERAL, memory_type, full_list_of_sections, 1, is_copy, phdrs) 400 …ng += string_create_helper(SectionKind.TEXT, memory_type, full_list_of_sections, 1, is_copy, phdrs) 401 … += string_create_helper(SectionKind.RODATA, memory_type, full_list_of_sections, 1, is_copy, phdrs) 407 …ram_data += string_create_helper(SectionKind.DATA, memory_type, full_list_of_sections, 1, 1, phdrs) [all …]
|
| /Zephyr-latest/soc/intel/intel_adsp/common/ |
| D | CMakeLists.txt | 45 # header (our link generates lots of phdrs because of the disjoint
|