Home
last modified time | relevance | path

Searched refs:memusage (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/cmake/linker/
Dlinker_flags_template.cmake26 # Linker flag for printing of memusage.
27 # Set this flag if the linker supports reporting of memusage as part of link,
31 check_set_linker_property(TARGET linker PROPERTY memusage)
/Zephyr-latest/cmake/bintools/
Dbintools_template.cmake8 # - memusage : Tool for reporting target memory usage
9 # (if linker support memusage reporting leave this property empty)
53 # - memusage : Name of command to execute
56 # memusage_flag : Flags that must always be applied when calling memusage command
57 # memusage_flag_final : Flags that must always be applied last at the memusage command
59 # memusage_byproducts : Byproducts (files) generated when calling memusage
124 # If memusage is supported as post-build command, set memusage_type to: command
126 # Note: If memusage is supported during linking, please use:
/Zephyr-latest/cmake/bintools/arcmwdt/
Dtarget_bintools.cmake1 # - memusage: Name of command for memusage
/Zephyr-latest/cmake/linker/ld/
Dlinker_flags.cmake25 check_set_linker_property(TARGET linker PROPERTY memusage "${LINKERFLAGPREFIX},--print-memory-usage…
/Zephyr-latest/
DCMakeLists.txt1686 target_link_libraries(${logical_target_for_zephyr_elf} $<TARGET_PROPERTY:linker,memusage>)