Home
last modified time | relevance | path

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

/Zephyr-4.2.1/arch/x86/
Dgen_static_shstk_array.py47 def generate_initialized_irq_array64(sym, section_data, section_addr, isr_depth): argument
48 offset = sym["st_value"] - section_addr
68 def generate_initialized_array64(sym, section_data, section_addr, thread_entry): argument
69 offset = sym["st_value"] - section_addr
109 def generate_initialized_array32(sym, section_data, section_addr, thread_entry): argument
110 offset = sym["st_value"] - section_addr
139 def generate_initialized_array(sym, section_data, section_addr, thread_entry): argument
141 return generate_initialized_array32(sym, section_data, section_addr, thread_entry)
143 return generate_initialized_array64(sym, section_data, section_addr, thread_entry)
/Zephyr-4.2.1/subsys/llext/
Dllext_load.c710 uintptr_t section_addr = shdr->sh_addr; in llext_copy_symbols() local
715 (ldr->hdr.e_type == ET_REL ? section_addr : 0); in llext_copy_symbols()
735 (ldr->hdr.e_type == ET_REL ? 0 : section_addr); in llext_copy_symbols()