Home
last modified time | relevance | path

Searched refs:SORT_BY_NAME (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/subsys/testsuite/include/zephyr/
Dztest_unittest.ld12 KEEP(*(SORT_BY_NAME(._ztest_expected_result_entry.static.*)))
18 KEEP(*(SORT_BY_NAME(._ztest_suite_node.static.*)))
24 KEEP(*(SORT_BY_NAME(._ztest_unit_test.static.*)))
30 KEEP(*(SORT_BY_NAME(._ztest_test_rule.static.*)))
/Zephyr-latest/tests/bluetooth/audio/mocks/
Dmock-sections.ld12 KEEP(*(SORT_BY_NAME(._bt_conn_cb.static.*)))
18 KEEP(*(SORT_BY_NAME(._bt_gatt_service_static.static.*)))
/Zephyr-latest/include/zephyr/linker/common-rom/
Dcommon-rom-init.ld25 KEEP(*(SORT_BY_NAME(".ctors*")))
35 KEEP(*(SORT_BY_NAME(".ctors*")))
59 KEEP(*(SORT_BY_NAME(".init_array*")))
70 KEEP(*(SORT_BY_NAME(".ctors*")))
71 KEEP(*(SORT_BY_NAME(".init_array*")))
/Zephyr-latest/tests/bluetooth/host/conn/mocks/
Dmock-sections.ld14 KEEP(*(SORT_BY_NAME(._bt_conn_cb.static.*)))
25 KEEP(*(SORT_BY_NAME(._net_buf_pool.static.*)))
/Zephyr-latest/include/zephyr/linker/
Diterable_sections.h17 KEEP(*(SORT_BY_NAME(._##struct_type.static.*))); \
32 *(SORT_BY_NAME(._##struct_type.static.*)); \
Dlinker-tool-mwdt.h98 #define SORT_BY_NAME(x) SORT(x) macro
Dcommon-ram.ld107 KEEP(*(SORT_BY_NAME(".usb.descriptor*")))
119 KEEP(*(SORT_BY_NAME(".usb.bos_desc*")))
/Zephyr-latest/soc/ambiq/apollo3x/
Dshared_ram.ld11 KEEP(*(SORT_BY_NAME(".mspi_buff*")))
/Zephyr-latest/boards/segger/ip_k66f/
Dlinker.ld39 KEEP(*(SORT_BY_NAME(._net_if.static.dsa_slave*))); \
40 KEEP(*(SORT_BY_NAME(._net_if.static.*))); \
/Zephyr-latest/cmake/linker_script/common/
Dcommon-rom.cmake47 # KEEP(*(SORT_BY_NAME(".ctors*")))
54 # KEEP(*(SORT_BY_NAME(".ctors*")))
64 # KEEP(*(SORT_BY_NAME(".init_array*")))
/Zephyr-latest/cmake/linker/ld/
Dld_script.cmake5 set(SORT_TYPE_NAME SORT_BY_NAME)