ld: Expressions

1 
1 3.10 Expressions in Linker Scripts
1 ==================================
1 
1 The syntax for expressions in the linker script language is identical to
1 that of C expressions.  All expressions are evaluated as integers.  All
1 expressions are evaluated in the same size, which is 32 bits if both the
1 host and target are 32 bits, and is otherwise 64 bits.
1 
1    You can use and set symbol values in expressions.
1 
1    The linker defines several special purpose builtin functions for use
1 in expressions.
1 

Menu