Home | History | Annotate | Download | only in bfd

Lines Matching refs:irela

2893 	      Elf_Internal_Rela *internal_relocs, *irelaend, *irela;
2915 irela = internal_relocs;
2916 irelaend = irela + section->reloc_count;
2917 for (; irela < irelaend; irela++)
2929 r_type = ELF32_R_TYPE (irela->r_info);
2930 r_indx = ELF32_R_SYM (irela->r_info);
2968 destination = (sym_value + irela->r_addend
2991 destination = (sym_value + irela->r_addend
3016 stub_type = hppa_type_of_stub (section, irela, hh,
3025 stub_name = hppa_stub_name (id_sec, sym_sec, hh, irela);