Searched refs:this_glue (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-rl78.c2178 int this_glue = 1 << (irel->r_addend & RL78_RELAXA_ANUM);
2180 if (section_alignment_glue < this_glue)
2181 section_alignment_glue = this_glue;
2172 int this_glue = 1 << (irel->r_addend & RL78_RELAXA_ANUM); local
H A Delf32-rx.c2121 int this_glue = 1 << (irel->r_addend & RX_RELAXA_ANUM);
2123 if (section_alignment_glue < this_glue)
2124 section_alignment_glue = this_glue;
2118 int this_glue = 1 << (irel->r_addend & RX_RELAXA_ANUM); local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-rl78.c2197 int this_glue = 1 << (irel->r_addend & RL78_RELAXA_ANUM);
2199 if (section_alignment_glue < this_glue)
2200 section_alignment_glue = this_glue;
2191 int this_glue = 1 << (irel->r_addend & RL78_RELAXA_ANUM); local
H A Delf32-rx.c2132 int this_glue = 1 << (irel->r_addend & RX_RELAXA_ANUM);
2134 if (section_alignment_glue < this_glue)
2135 section_alignment_glue = this_glue;
2129 int this_glue = 1 << (irel->r_addend & RX_RELAXA_ANUM); local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-rl78.c2197 int this_glue = 1 << (irel->r_addend & RL78_RELAXA_ANUM);
2199 if (section_alignment_glue < this_glue)
2200 section_alignment_glue = this_glue;
2191 int this_glue = 1 << (irel->r_addend & RL78_RELAXA_ANUM); local
H A Delf32-rx.c2132 int this_glue = 1 << (irel->r_addend & RX_RELAXA_ANUM);
2134 if (section_alignment_glue < this_glue)
2135 section_alignment_glue = this_glue;
2129 int this_glue = 1 << (irel->r_addend & RX_RELAXA_ANUM); local
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-rl78.c2198 int this_glue = 1 << (irel->r_addend & RL78_RELAXA_ANUM);
2200 if (section_alignment_glue < this_glue)
2201 section_alignment_glue = this_glue;
2192 int this_glue = 1 << (irel->r_addend & RL78_RELAXA_ANUM); local
H A Delf32-rx.c2133 int this_glue = 1 << (irel->r_addend & RX_RELAXA_ANUM);
2135 if (section_alignment_glue < this_glue)
2136 section_alignment_glue = this_glue;
2130 int this_glue = 1 << (irel->r_addend & RX_RELAXA_ANUM); local

Completed in 288 milliseconds