Home | History | Annotate | Download | only in bfd

Lines Matching refs:rel

1253 			  Elf_Internal_Rela * rel,
1277 page_addr = BASEADDR (input_section) + rel->r_offset;
1285 if (BASEADDR (input_section) + rel->r_offset != page_addr + 2)
1288 if (PAGENO (relocation + rel->r_addend) !=
1290 rel->r_offset, contents))
1292 BASEADDR (input_section) + rel->r_offset,
1293 relocation + rel->r_addend);
1301 rel->r_offset - 2, contents)
1303 rel->r_offset - 2, contents)
1304 && (PAGENO (relocation + rel->r_addend) ==
1306 rel->r_offset - 2, contents)))
1309 relocation + rel->r_addend);
1341 contents, rel->r_offset,
1342 relocation, rel->r_addend);
1353 actually uses Rel structures, the r_addend field will always be
1389 Elf_Internal_Rela *rel;
1396 for (rel = relocs; rel < relend; rel ++)
1408 r_type = ELF32_R_TYPE (rel->r_info);
1409 r_symndx = ELF32_R_SYM (rel->r_info);
1430 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
1440 rel, 1, relend, howto, 0, contents);
1447 contents, rel, relocation);
1458 (bfd_vma) 0, input_bfd, input_section, rel->r_offset);
1463 (info, name, input_bfd, input_section, rel->r_offset, TRUE);
1488 (info, msg, name, input_bfd, input_section, rel->r_offset);