Home | History | Annotate | Download | only in bfd

Lines Matching refs:rel

329      REL[24|14]     : branches relative to the Instruction Address
883 struct internal_reloc *rel)
892 h->glue_insn = bfd_get_32 (abfd, (bfd_byte *) &rel->r_vaddr);
946 struct internal_reloc *rel;
958 rel = relocs;
959 relend = rel + input_section->reloc_count;
960 for (; rel < relend; rel++)
971 unsigned short r_type = EXTRACT_TYPE (rel->r_type);
972 unsigned short r_flags = EXTRACT_FLAGS(rel->r_type);
974 symndx = rel->r_symndx;
975 loc = contents + rel->r_vaddr - input_section->vma;
1037 rel->r_vaddr - input_section->vma, TRUE)))
1057 DUMP_RELOC2(howto->name, rel);
1209 DUMP_RELOC2 (howto->name, rel);
1249 rel->r_symndx, my_name, (long) rel->r_vaddr,
1250 (unsigned long) rel->r_vaddr);
1273 DUMP_RELOC2 (howto->name, rel);
1365 DUMP_RELOC2(howto->name, rel);
1377 DUMP_RELOC2(howto->name, rel);
1394 bfd_vma addr = (rel->r_vaddr
1434 input_section, rel->r_vaddr - input_section->vma)))
1548 struct internal_reloc *i, *rel;
1572 for (rel = i; rel < i + sec->reloc_count; ++rel)
1574 unsigned short r_type = EXTRACT_TYPE (rel->r_type);
1575 unsigned short r_flags = EXTRACT_FLAGS (rel->r_type);
1578 DUMP_RELOC2 (ppc_coff_howto_table[r_type].name, rel);
1587 rel->r_symndx, default_toc);
1592 ppc_mark_symbol_as_glue (abfd, rel->r_symndx, rel);
1785 struct internal_reloc *rel,
1802 unsigned short r_type = EXTRACT_TYPE (rel->r_type);
1803 unsigned short r_flags = EXTRACT_FLAGS (rel->r_type);
1804 unsigned short junk = EXTRACT_JUNK (rel->r_type);
1817 DUMP_RELOC2(ppc_coff_howto_table[r_type].name, rel);
1822 DUMP_RELOC2(ppc_coff_howto_table[r_type].name, rel);
1835 DUMP_RELOC2(ppc_coff_howto_table[r_type].name, rel);
1839 DUMP_RELOC2(ppc_coff_howto_table[r_type].name, rel);