VADDR (LOAD, RESERVE)

The VADDR attribute is used to specify an explicit virtual address for the segment. The value specified is set in the p_vaddr field of the program header corresponding to the segment. By default, the link-editor assigns virtual addresses to LOAD segments as the output file is created, and the VADDR attribute is optional. The VADDR attribute is required for RESERVE segments.