Home | History | Annotate | Download | only in bfd

Lines Matching defs:rela

886   rela_hdr = elf_section_data (sec)->rela.hdr;
898 /* Figure out whether the relocations are RELA or REL relocations. */
1422 Elf_Internal_Rela rela;
1425 elf_swap_reloca_in (abfd, native_relocs, &rela);
1427 elf_swap_reloc_in (abfd, native_relocs, &rela);
1434 relent->address = rela.r_offset;
1436 relent->address = rela.r_offset - asect->vma;
1438 if (ELF_R_SYM (rela.r_info) == STN_UNDEF)
1440 else if (ELF_R_SYM (rela.r_info) > symcount)
1444 abfd->filename, asect->name, i, ELF_R_SYM (rela.r_info));
1451 ps = symbols + ELF_R_SYM (rela.r_info) - 1;
1456 relent->addend = rela.r_addend;
1461 (*ebd->elf_info_to_howto) (abfd, relent, &rela);
1463 (*ebd->elf_info_to_howto_rel) (abfd, relent, &rela);
1504 rel_hdr2 = d->rela.hdr;