Lines Matching refs:hello_world
52 A hello world C file can be found in tests/subsys/llext/hello_world/hello_world.c
63 …arm-zephyr-eabi-gcc -mlong-calls -mthumb -c -o hello_world.elf tests/subsys/llext/hello_world/hell…
64 $ arm-zephyr-eabi-objdump -r -d -x hello_world.elf
66 hello_world.elf: file format elf32-littlearm
67 hello_world.elf
88 00000000 l df *ABS* 00000000 hello_world.c
96 00000000 g F .text 00000034 hello_world
103 00000000 <hello_world>:
106 4: 4b08 ldr r3, [pc, #32] ; (28 <hello_world+0x28>)
108 8: 4b08 ldr r3, [pc, #32] ; (2c <hello_world+0x2c>)
109 a: f000 f813 bl 34 <hello_world+0x34>
111 10: 4b07 ldr r3, [pc, #28] ; (30 <hello_world+0x30>)
114 16: 4b05 ldr r3, [pc, #20] ; (2c <hello_world+0x2c>)
115 18: f000 f80c bl 34 <hello_world+0x34>
131 $ xxd -p hello_world.elf | tr -d '\n'
137 …uart:~$ llext load_hex hello_world 7f454c460101010000000000000000000100280001000000000000000000000…
140 (``list_symbols``), and the hello_world function which the extension exports can be called and
145 uart:~$ llext call_fn hello_world hello_world