Home
last modified time | relevance | path

Searched refs:instructions (Results 1 – 25 of 27) sorted by relevance

12

/hal_espressif-3.7.0/components/esp_system/test_eh_frame_parser/
Dmain.c282 uint8_t* instructions = (uint8_t*) funs[i].start; in initialize_functions_info() local
283 while (instructions[0] != 0xc9 || instructions[1] != 0xc3) in initialize_functions_info()
284 instructions++; in initialize_functions_info()
285 instructions += 1; in initialize_functions_info()
286 funs[i].end = (uintptr_t) instructions; in initialize_functions_info()
DREADME.md34 DWARF instructions in `x86` binaries include the instruction `DW_CFA_expression`.
42 will not generate unimplemented DWARF instructions.
/hal_espressif-3.7.0/components/xtensa/
Dxt_trax.c28 static void _xt_trax_start_trace(bool instructions) in _xt_trax_start_trace() argument
33 if (instructions) { in _xt_trax_start_trace()
/hal_espressif-3.7.0/components/esp_system/
Deh_frame_parser.c589 static bool esp_eh_frame_execute(const uint8_t* instructions, const uint32_t instructions_length, in esp_eh_frame_execute() argument
593 const uint8_t instr = instructions[i]; in esp_eh_frame_execute()
603 used_operands = esp_eh_frame_execute_opcode_0(param, &instructions[i + 1], state); in esp_eh_frame_execute()
618 operand1 = decode_leb128(&instructions[i + 1], false, &size); in esp_eh_frame_execute()
746 const uint8_t* instructions = ((uint8_t*) (fde + ESP_FDE_AUGMENTATION_IDX)) + 1; in esp_eh_frame_restore_caller_state() local
763 bool success = esp_eh_frame_execute(instructions, instructions_length, frame, state); in esp_eh_frame_restore_caller_state()
/hal_espressif-3.7.0/tools/esptool_py/docs/en/esptool/
Dflashing-firmware.rst11 … bigger amount of devices with the same binaries or to share flashing instructions with a third pa…
14 Sharing these instructions and below mentioned assets with a third party (for example a manufacture…
18 … please see the documentation of the development framework of your choice for precise instructions.
23 * Installed esptool, see the :ref:`installation guide <installation>` for instructions.
/hal_espressif-3.7.0/tools/esptool_py/docs/en/
Dindex.rst27 For detailed instructions, see :ref:`installation`.
Dinstallation.rst64 …l>`_), it is advised to follow the update guide of used framework for instructions and not to upda…
Dtroubleshooting.rst156 …this, try resetting into the download mode manually. See :ref:`manual-bootloader` for instructions.
165 …), or try resetting into the download mode manually. See :ref:`manual-bootloader` for instructions.
179 …), or try resetting into the download mode manually. See :ref:`manual-bootloader` for instructions.
/hal_espressif-3.7.0/components/bootloader/subproject/main/ld/esp32s2/
Dbootloader.ld172 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
186 * Padding these instructions will generate null bytes that shall be
/hal_espressif-3.7.0/components/bootloader/subproject/main/ld/esp32/
Dbootloader.ld183 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
197 * Padding these instructions will generate null bytes that shall be
/hal_espressif-3.7.0/components/esp_psram/esp32s2/
DKconfig.spiram54 If enabled, instructions in flash will be moved into PSRAM on startup.
/hal_espressif-3.7.0/components/bootloader/subproject/main/ld/esp32s3/
Dbootloader.ld206 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
220 * Padding these instructions will generate null bytes that shall be
/hal_espressif-3.7.0/components/esp_psram/esp32s3/
DKconfig.spiram63 If enabled, instructions in flash will be moved into PSRAM on startup.
/hal_espressif-3.7.0/components/esp_system/ld/esp32/
Dsections.ld.in397 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
455 * Padding these instructions will generate null bytes that shall be
/hal_espressif-3.7.0/components/esp_system/ld/esp32s2/
Dsections.ld.in394 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
430 * Padding these instructions will generate null bytes that shall be
/hal_espressif-3.7.0/components/esp_system/ld/esp32s3/
Dsections.ld.in280 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
469 * Padding these instructions will generate null bytes that shall be
Dmemory.ld.in134 /* RTC fast memory shares the same range for both data and instructions */
/hal_espressif-3.7.0/components/bootloader/subproject/main/ld/esp32c2/
Dbootloader.ld205 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
/hal_espressif-3.7.0/components/bootloader/subproject/main/ld/esp32c3/
Dbootloader.ld205 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
/hal_espressif-3.7.0/components/bootloader/subproject/main/ld/esp32c6/
Dbootloader.ld202 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
/hal_espressif-3.7.0/components/bootloader/subproject/main/ld/esp32h2/
Dbootloader.ld203 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
/hal_espressif-3.7.0/components/esp_system/ld/esp32c2/
Dsections.ld.in112 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
/hal_espressif-3.7.0/components/esp_system/ld/esp32h2/
Dsections.ld.in276 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
/hal_espressif-3.7.0/components/esp_system/ld/esp32c3/
Dsections.ld.in243 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow
/hal_espressif-3.7.0/components/esp_system/ld/esp32c6/
Dsections.ld.in278 * of instructions. This means that any configuration (e.g. MMU, PMS) must allow

12