In PRM file you may specify segment alignment. With alignment specified linker will align all variables (objects) placed to that specified segment. For example using S12D64 you may want eeprom items to start on eraseable 4-bytes EEPROM sector boundary:
EEPROM = NO_INIT 0x0C00 TO 0x0FEF ALIGN 4;