Searched refs:this_glue (Results 1 – 2 of 2) sorted by relevance
2067 int this_glue = 1 << (irel->r_addend & RL78_RELAXA_ANUM); in rl78_elf_relax_section() local2069 if (section_alignment_glue < this_glue) in rl78_elf_relax_section()2070 section_alignment_glue = this_glue; in rl78_elf_relax_section()
2071 int this_glue = 1 << (irel->r_addend & RX_RELAXA_ANUM); in elf32_rx_relax_section() local2073 if (section_alignment_glue < this_glue) in elf32_rx_relax_section()2074 section_alignment_glue = this_glue; in elf32_rx_relax_section()