jalx-2.ld 205 B

12345678910
  1. ENTRY (internal_function)
  2. _start_text_phys = 0x4400000;
  3. _start_text = _start_text_phys;
  4. SECTIONS
  5. {
  6. .text _start_text : AT (ADDR (.text)) { *(.text) }
  7. .plt : { *(.plt) }
  8. .rel.plt : { *(.rel.plt) }
  9. }