Searched refs:this_glue (Results 1 – 4 of 4) sorted by relevance
2191 int this_glue = 1 << (irel->r_addend & RL78_RELAXA_ANUM); in rl78_elf_relax_section() local2193 if (section_alignment_glue < this_glue) in rl78_elf_relax_section()2194 section_alignment_glue = this_glue; in rl78_elf_relax_section()
2129 int this_glue = 1 << (irel->r_addend & RX_RELAXA_ANUM); in elf32_rx_relax_section() local2131 if (section_alignment_glue < this_glue) in elf32_rx_relax_section()2132 section_alignment_glue = this_glue; in elf32_rx_relax_section()
2192 int this_glue = 1 << (irel->r_addend & RL78_RELAXA_ANUM); in rl78_elf_relax_section() local2194 if (section_alignment_glue < this_glue) in rl78_elf_relax_section()2195 section_alignment_glue = this_glue; in rl78_elf_relax_section()
2130 int this_glue = 1 << (irel->r_addend & RX_RELAXA_ANUM); in elf32_rx_relax_section() local2132 if (section_alignment_glue < this_glue) in elf32_rx_relax_section()2133 section_alignment_glue = this_glue; in elf32_rx_relax_section()