Home
last modified time | relevance | path

Searched refs:this_glue (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-rl78.c2191 int this_glue = 1 << (irel->r_addend & RL78_RELAXA_ANUM); in rl78_elf_relax_section() local
2193 if (section_alignment_glue < this_glue) in rl78_elf_relax_section()
2194 section_alignment_glue = this_glue; in rl78_elf_relax_section()
H A Delf32-rx.c2129 int this_glue = 1 << (irel->r_addend & RX_RELAXA_ANUM); in elf32_rx_relax_section() local
2131 if (section_alignment_glue < this_glue) in elf32_rx_relax_section()
2132 section_alignment_glue = this_glue; in elf32_rx_relax_section()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-rl78.c2192 int this_glue = 1 << (irel->r_addend & RL78_RELAXA_ANUM); in rl78_elf_relax_section() local
2194 if (section_alignment_glue < this_glue) in rl78_elf_relax_section()
2195 section_alignment_glue = this_glue; in rl78_elf_relax_section()
H A Delf32-rx.c2130 int this_glue = 1 << (irel->r_addend & RX_RELAXA_ANUM); in elf32_rx_relax_section() local
2132 if (section_alignment_glue < this_glue) in elf32_rx_relax_section()
2133 section_alignment_glue = this_glue; in elf32_rx_relax_section()