Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#source: reloc-ext24.s #ld: --no-relax --defsym foobar=0xabcdef #objdump: -d -r tmpdir/dump: file format elf32-s12z Disassembly of section .text: 00fe0000 <here>: fe0000: ba ab cd ef jmp foobar fe0004: 01 nop 00fe0005 <_etext>: ...