Home | History | Annotate | Download | only in bfd

Lines Matching refs:relocs

27 # the relocs to be sequential (this is needed so that bfd/elf32-mep.h
56 push(@relocs, $rel);
82 $autogen = " /* This section generated from bfd/mep-relocs.pl from include/elf/mep.h. */\n";
127 for ($i=2; $i<=$#relocs; $i++) {
141 $c = "$relocs[$i],";
148 for ($i=2; $i<=$#relocs; $i++) {
158 print NEW " case R_MEP_$relocs[$i]: /* $pattern[$i] */\n";
159 if ($relocs[$i] =~ /HI16S/) {
237 for $i (2..$#relocs) {
238 printf (NEW "$pattern", $relocs[$i]) || die("$file.new write: $!");