Searched refs:plt (Results 1 – 23 of 23) sorted by relevance
/Zephyr-latest/include/zephyr/linker/ |
D | rel-sections.ld | 9 SECTION_PROLOGUE(.rel.plt,,) 11 *(.rel.plt) 18 SECTION_PROLOGUE(.rela.plt,,) 20 *(.rela.plt)
|
/Zephyr-latest/arch/x86/zefi/ |
D | efi.ld | 47 *(.got.plt) 50 *(.plt) 51 *(.plt.*)
|
/Zephyr-latest/cmake/linker_script/arm/ |
D | linker.cmake | 64 zephyr_linker_section(NAME .rel.plt HIDDEN) 65 zephyr_linker_section(NAME .rela.plt HIDDEN) 71 zephyr_linker_section_configure(SECTION /DISCARD/ INPUT ".plt") 73 zephyr_linker_section_configure(SECTION /DISCARD/ INPUT ".got.plt") 74 zephyr_linker_section_configure(SECTION /DISCARD/ INPUT ".igot.plt") 82 zephyr_linker_section_configure(SECTION .rel.plt INPUT ".rel.iplt") 83 zephyr_linker_section_configure(SECTION .rela.plt INPUT ".rela.iplt")
|
/Zephyr-latest/boards/bcdevices/plt_demo_v2/doc/ |
D | index.rst | 107 https://bcdevices.com/products/plt-demo-board 113 https://github.com/bcdevices/plt-docs/tree/master/PLT-DEMOv2
|
/Zephyr-latest/include/zephyr/arch/arm64/scripts/ |
D | linker.ld | 90 * .plt and .iplt are here according to 'arm-zephyr-elf-ld --verbose', 95 *(.plt) 186 *(.got.plt) 207 *(.igot.plt)
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/scripts/ |
D | linker.ld | 106 * .plt and .iplt are here according to 'arm-zephyr-elf-ld --verbose', 109 SECTION_PROLOGUE(.plt,,) 111 *(.plt) 252 *(.got.plt) 253 *(.igot.plt)
|
/Zephyr-latest/include/zephyr/arch/x86/intel64/ |
D | linker.ld | 217 *(.got.plt) 219 *(.igot.plt) 221 *(.plt)
|
/Zephyr-latest/include/zephyr/arch/sparc/ |
D | linker.ld | 80 SECTION_PROLOGUE(.plt,,) 82 *(.plt)
|
/Zephyr-latest/include/zephyr/arch/mips/ |
D | linker.ld | 106 SECTION_PROLOGUE(.plt,,) 108 *(.plt)
|
/Zephyr-latest/include/zephyr/arch/nios2/ |
D | linker.ld | 93 * .plt and .iplt are here according to 96 SECTION_PROLOGUE(.plt,,) 98 *(.plt)
|
/Zephyr-latest/soc/infineon/cat1b/cyw20829/ |
D | linker.ld | 102 * .plt and .iplt are here according to 'arm-zephyr-elf-ld --verbose', 107 *(.plt) 235 *(.got.plt) 236 *(.igot.plt)
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/scripts/ |
D | linker.ld | 110 * .plt and .iplt are here according to 'arm-zephyr-elf-ld --verbose', 115 *(.plt) 252 *(.got.plt) 253 *(.igot.plt)
|
/Zephyr-latest/soc/sensry/ganymed/sy1xx/common/ |
D | linker.ld | 85 SECTION_PROLOGUE(.plt,,) 87 *(.plt)
|
/Zephyr-latest/boards/bcdevices/plt_demo_v2/ |
D | blueclover_plt_demo_v2_nrf52832.dts | 15 compatible = "nordic,blueclover-plt-demo-v2-nrf52832";
|
/Zephyr-latest/soc/openisa/rv32m1/ |
D | linker.ld | 94 SECTION_PROLOGUE(.plt,,) 96 *(.plt)
|
/Zephyr-latest/soc/andestech/ae350/ |
D | linker.ld | 100 * The .plt and .iplt are here according to 103 SECTION_PROLOGUE(.plt,,) 105 *(.plt)
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 165 "import matplotlib.pyplot as plt\n", 223 "plt.plot(x_values, y_values, 'b.')\n", 224 "plt.show()" 272 "plt.plot(x_values, y_values, 'b.')\n", 273 "plt.show()" 337 "plt.plot(x_train, y_train, 'b.', label=\"Train\")\n", 338 "plt.plot(x_test, y_test, 'r.', label=\"Test\")\n", 339 "plt.plot(x_validate, y_validate, 'y.', label=\"Validate\")\n", 340 "plt.legend()\n", 341 "plt.show()\n" [all …]
|
/Zephyr-latest/include/zephyr/arch/riscv/common/ |
D | linker.ld | 135 * The .plt and .iplt are here according to 138 SECTION_PROLOGUE(.plt,,) 140 *(.plt)
|
/Zephyr-latest/include/zephyr/arch/arc/v2/ |
D | linker.ld | 326 *(.got.plt) 327 *(.igot.plt)
|
/Zephyr-latest/dts/arm/nuvoton/npcx/ |
D | npcx-espi-vws-map.dtsi | 56 vw-plt-rst {
|
/Zephyr-latest/soc/ite/ec/it8xxx2/ |
D | linker.ld | 99 * The .plt and .iplt are here according to 102 SECTION_PROLOGUE(.plt,,) 104 *(.plt)
|
/Zephyr-latest/include/zephyr/arch/x86/ia32/ |
D | linker.ld | 86 *(.plt) 401 *(.got.plt) 402 *(.igot.plt)
|
/Zephyr-latest/boards/qemu/x86/ |
D | qemu_x86_tiny.ld | 263 *(.plt) 696 *(.got.plt) 697 *(.igot.plt)
|