Searched refs:flash_pm_offset (Results 1 – 6 of 6) sorted by relevance
135 int flash_pm_offset = 0; in print_mcu() local137 if (arch->flash_pm_offset in print_mcu()138 && mcu->flash_pm_offset in print_mcu()139 && mcu->flash_pm_offset != arch->flash_pm_offset) in print_mcu()141 flash_pm_offset = mcu->flash_pm_offset; in print_mcu()258 && flash_pm_offset) in print_mcu()259 fprintf (f, " --defsym=__RODATA_PM_OFFSET__=0x%x", flash_pm_offset); in print_mcu()296 if (flash_pm_offset) in print_mcu()299 fprintf (f, " -D__AVR_PM_BASE_ADDRESS__=0x%x", flash_pm_offset); in print_mcu()
91 int flash_pm_offset; member131 int flash_pm_offset; member
345 avr_arch->flash_pm_offset); in avr_cpu_cpp_builtins()348 if (avr_arch->flash_pm_offset) in avr_cpu_cpp_builtins()350 avr_arch->flash_pm_offset); in avr_cpu_cpp_builtins()
3072 addr = plus_constant (Pmode, addr, avr_arch->flash_pm_offset); in avr_print_operand_address()10097 x = plus_constant (Pmode, x, avr_arch->flash_pm_offset); in avr_assemble_integer()10770 if (avr_arch->flash_pm_offset == 0) in avr_asm_init_sections()10809 && avr_arch->flash_pm_offset == 0 in avr_asm_named_section()
25028 __do_copy_data for stuff in .rodata if flash_pm_offset = 0.27828 (avr_mcu_t) <flash_pm_offset>: New field.27840 <__AVR_PM_BASE_ADDRESS__>: Built-in define if avr_arch->flash_pm_offset.27842 avr_arch->flash_pm_offset to define.27844 new field flash_pm_offset. Add entry for avrxmega3.27853 avr_arch->flash_pm_offset instead of AVR_TINY_PM_OFFSET.27856 callback if avr_arch->flash_pm_offset = 0.27858 for rodata if avr_arch->flash_pm_offset != 0.
3665 * config/avr/avr-arch.h (avr_mcu_t) <flash_pm_offset>: New field.