4.7.2 Startof Operator

The .startof.(section_name) operator can be used to obtain the start address of a specific section after the link process has completed. For example, to obtain the starting address of the .data section, use:
.word .startof.(.data)