Lines Matching full:files
39 - three source files archived under the library, ``my_src1.c``, ``my_src2.c`` and ``my_src3.c`` whi…
76 - object file (``.obj`` or ``.o`` files)
78 - archive (``.a`` files)
80 .. _ldgen-placing-object-files :
82 Placing object files
117 …up relevant code and data into source files, and :ref:`use object-granularity placements<ldgen-pla…
155 … and ``object2.o``; and when ``CONFIG_PERFORMANCE_LEVEL == 3`` all object files under the archive …
201 …ile:`freertos/CMakeLists.txt`. ``freertos`` uses this to place its object files to the instruction…
208 …files into an executable. It is performed by the toolchain's linker, and accepts linker scripts wh…
214 .. _ldgen-linker-fragment-files :
216 Linker Fragment Files
219 …files are simple text files with the ``.lf`` extension containing the desired placements. This is …
304 Comment in linker fragment files begin with ``#``. Like in other languages, comment are used to pro…
306 Compatibility with ESP-IDF v3.x Linker Script Fragment Files argument
311 - indentation is enforced and improperly indented fragment files generate a parse exception; this w…
315 Linker script generator should be able to parse ESP-IDF v3.x linker fragment files that are indente…
317 Note that linker fragment files using the new ESP-IDF v4.0 grammar is not supported on ESP-IDF v3.x…
400 Mapping fragments define what scheme fragment to use for mappable entities, i.e. object files, func…
415 - archive: ``*`` is specified, which is a short-hand for all the object files under the archive.
616 …of the ``freertos`` mapping fragment. All ``text`` sections of all object files under the archive …