Searched refs:lc (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/cmake/linker/lld/ |
D | linker_libraries.cmake | 5 set_linker_property(NO_CREATE TARGET linker PROPERTY c_library "-lc") 8 set_linker_property(TARGET linker PROPERTY c++_library "-lc++;-lc++abi")
|
/Zephyr-latest/cmake/linker/ld/ |
D | linker_libraries.cmake | 5 set_linker_property(NO_CREATE PROPERTY c_library "-lc") 26 # We are using c;rt;c (expands to '-lc -lgcc -lc') in code below.
|
/Zephyr-latest/cmake/linker/ |
D | linker_libraries_template.cmake | 8 # For example, GCC usually has the order: -lc -lgcc 14 # set_linker_property(PROPERTY c_library "-lc")
|
/Zephyr-latest/lib/heap/ |
D | heap.c | 109 static void split_chunks(struct z_heap *h, chunkid_t lc, chunkid_t rc) in split_chunks() argument 111 CHECK(rc > lc); in split_chunks() 112 CHECK(rc - lc < chunk_size(h, lc)); in split_chunks() 114 chunksz_t sz0 = chunk_size(h, lc); in split_chunks() 115 chunksz_t lsz = rc - lc; in split_chunks() 118 set_chunk_size(h, lc, lsz); in split_chunks() 125 static void merge_chunks(struct z_heap *h, chunkid_t lc, chunkid_t rc) in merge_chunks() argument 127 chunksz_t newsz = chunk_size(h, lc) + chunk_size(h, rc); in merge_chunks() 129 set_chunk_size(h, lc, newsz); in merge_chunks()
|
/Zephyr-latest/cmake/linker/xt-ld/ |
D | linker_libraries.cmake | 5 set_linker_property(NO_CREATE PROPERTY c_library "-lc")
|
/Zephyr-latest/modules/trusted-firmware-m/psa/ |
D | GNUARM.cmake | 21 …_FLAGS "-Xlinker --fatal-warnings -Xlinker --gc-sections -z max-page-size=0x400 -lgcc -lc -lnosys")
|
/Zephyr-latest/cmake/compiler/clang/ |
D | target.cmake | 87 set_linker_property(PROPERTY c_library "--config=${newlib_cfg};-lc") 97 set_linker_property(PROPERTY c_library "--config=${picolibc_cfg};-lc")
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 1744 my ($linenr, $lc) = @_; 1747 for (my $count = $linenr + 1; $count <= $lc; $count++) { 6176 my $lc = $stat =~ tr@\n@@; 6177 $lc = $lc + $linenr; 6178 for (my $count = $linenr; $count <= $lc; $count++) { 6198 $stat_real = get_stat_real($linenr, $lc); 6205 my $stat_real = get_stat_real($linenr, $lc); 6326 my $lc = $stat =~ tr@\n@@; 6327 $lc = $lc + $linenr; 6328 my $stat_real = get_stat_real($linenr, $lc); [all …]
|
/Zephyr-latest/ |
D | .mailmap | 109 Shilpashree L C <shilpashree.lc@intel.com>
|
/Zephyr-latest/modules/openthread/ |
D | CMakeLists.txt | 212 target_link_libraries(ot-config INTERFACE -lc)
|