Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. //*****************************************************************************
  2. // The following symbols are constructs generated by the linker, indicating
  3. // the location of various points in the "Global Section Table". This table is
  4. // created by the linker via the Code Red managed linker script mechanism. It
  5. // contains the load address, execution address and length of each RW data
  6. // section and the execution and length of each BSS (zero initialized) section.
  7. //*****************************************************************************
  8. extern unsigned int __data_section_table;
  9. extern unsigned int __data_section_table_end;
  10. extern unsigned int __bss_section_table;
  11. extern unsigned int __bss_section_table_end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement