Home
last modified time | relevance | path

Searched refs:symbols (Results 1 – 25 of 28) sorted by relevance

12

/hal_rpi_pico-latest/tools/pioasm/
Dgo_output.cpp33 …utput_symbols(FILE *out, std::string prefix, const std::vector<compiled_source::symbol> &symbols) { in output_symbols()
35 for (const auto &s : symbols) { in output_symbols()
45 for (const auto &s : symbols) { in output_symbols()
90 output_symbols(out, prefix, program.symbols); in output()
Djson_output.cpp25 …out, bool output_labels, std::string prefix, const std::vector<compiled_source::symbol> &symbols) { in output_symbols()
29 for (const auto &s : symbols) { in output_symbols()
49 for (const auto &s : symbols) { in output_symbols()
108 output_symbols(out, true, tabs, program.symbols); in output()
Dpio_assembler.h94 const auto &i = get_dummy_global_program().symbols.find(name); in get_symbol()
95 if (i != get_dummy_global_program().symbols.end()) in get_symbol()
99 const auto &i2 = p->symbols.find(name); in get_symbol()
100 if (i2 != p->symbols.end()) in get_symbol()
Dada_output.cpp32 void output_symbols(FILE *out, const std::vector<compiled_source::symbol> &symbols) { in output_symbols()
34 for (const auto &s : symbols) { in output_symbols()
44 for (const auto &s : symbols) { in output_symbols()
121 output_symbols(out, program.symbols); in output()
Dc_sdk_output.cpp25 …utput_symbols(FILE *out, std::string prefix, const std::vector<compiled_source::symbol> &symbols) { in output_symbols()
27 for (const auto &s : symbols) { in output_symbols()
37 for (const auto &s : symbols) { in output_symbols()
90 output_symbols(out, prefix, program.symbols); in output()
Dpython_output.cpp28 …utput_symbols(FILE *out, std::string prefix, const std::vector<compiled_source::symbol> &symbols) { in output_symbols()
30 for (const auto &s : symbols) { in output_symbols()
40 for (const auto &s : symbols) { in output_symbols()
77 output_symbols(out, prefix, program.symbols); in output()
Doutput_format.h86 std::vector<symbol> symbols; // public only member
/hal_rpi_pico-latest/src/rp2_common/pico_printf/
DBUILD.bazel30 alwayslink = True, # Ensures the wrapped symbols are linked in.
64 alwayslink = True, # Ensures the wrapped symbols are linked in.
/hal_rpi_pico-latest/src/rp2_common/pico_int64_ops/
DBUILD.bazel15 alwayslink = True, # Ensures the wrapped symbols are linked in.
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/
Dmemmap_no_flash.ld2 Defines the following symbols for use by code:
189 /* Start and end symbols must be word-aligned */
206 /* .stack*_dummy section doesn't contains any symbols. It is only
208 * values to stack symbols later
Dmemmap_blocked_ram.ld2 Defines the following symbols for use by code:
221 /* Start and end symbols must be word-aligned */
238 /* .stack*_dummy section doesn't contains any symbols. It is only
240 * values to stack symbols later
Dmemmap_copy_to_ram.ld2 Defines the following symbols for use by code:
222 /* Start and end symbols must be word-aligned */
239 /* .stack*_dummy section doesn't contains any symbols. It is only
241 * values to stack symbols later
Dmemmap_default.ld2 Defines the following symbols for use by code:
221 /* Start and end symbols must be word-aligned */
238 /* .stack*_dummy section doesn't contains any symbols. It is only
240 * values to stack symbols later
/hal_rpi_pico-latest/src/rp2_common/pico_double/
DBUILD.bazel117 alwayslink = True, # Ensures the wrapped symbols are linked in.
141 alwayslink = True, # Ensures the wrapped symbols are linked in.
161 alwayslink = True, # Ensures the wrapped symbols are linked in.
/hal_rpi_pico-latest/src/rp2_common/pico_malloc/
DBUILD.bazel22 alwayslink = True, # Ensures the wrapped symbols are linked in.
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/
Dmemmap_no_flash.ld2 Defines the following symbols for use by code:
194 /* Start and end symbols must be word-aligned */
211 /* .stack*_dummy section doesn't contains any symbols. It is only
213 * values to stack symbols later
Dmemmap_copy_to_ram.ld2 Defines the following symbols for use by code:
242 /* Start and end symbols must be word-aligned */
259 /* .stack*_dummy section doesn't contains any symbols. It is only
261 * values to stack symbols later
Dmemmap_default.ld2 Defines the following symbols for use by code:
235 /* Start and end symbols must be word-aligned */
252 /* .stack*_dummy section doesn't contains any symbols. It is only
254 * values to stack symbols later
/hal_rpi_pico-latest/src/rp2_common/pico_bit_ops/
DBUILD.bazel30 alwayslink = True, # Ensures the wrapped symbols are linked in.
/hal_rpi_pico-latest/src/rp2_common/pico_mem_ops/
DBUILD.bazel49 alwayslink = True, # Ensures the wrapped symbols are linked in.
/hal_rpi_pico-latest/src/rp2_common/pico_divider/
DBUILD.bazel50 alwayslink = True, # Ensures the wrapped symbols are linked in.
/hal_rpi_pico-latest/src/rp2350/pico_platform/
DBUILD.bazel19 # this but not `pico_platform` they'll end up with undefined symbols.
/hal_rpi_pico-latest/src/rp2040/pico_platform/
DBUILD.bazel19 # this but not `pico_platform` they'll end up with undefined symbols.
/hal_rpi_pico-latest/src/rp2_common/pico_stdio/
DBUILD.bazel57 alwayslink = True, # Ensures the wrapped symbols are linked in.
/hal_rpi_pico-latest/src/rp2_common/pico_float/
DBUILD.bazel176 alwayslink = True, # Ensures the wrapped symbols are linked in.
194 alwayslink = True, # Ensures the wrapped symbols are linked in.

12