Home | History | Annotate | Download | only in bfd

Lines Matching defs:relocation

69 /* This does not include any relocation information, but should be
73 /* No relocation. */
91 /* 32 bit relocation. */
109 /* 64 bit relocation. */
1396 /* The paired relocation may be relaxed. */
1434 at the relocation offset. The alignment boundary is specified by the
2119 (*_bfd_error_handler) (_("%pB: unsupported relocation type %#x"),
2133 (*_bfd_error_handler) (_("%pB: unsupported relocation type %s"),
2161 (*_bfd_error_handler) (_("%pB: unsupported bfd relocation type %#x"),
2235 (*_bfd_error_handler) (_("%pB: relocation %s right shift %d error 0x%lx"),
2254 (*_bfd_error_handler) (_("%pB: relocation %s overflow 0x%lx"),
2331 bfd_vma relocation;
2344 relocation = symbol->value + symbol->section->output_section->vma
2363 relocation = old_value + relocation;
2371 relocation = old_value - relocation;
2375 bfd_put (howto->bitsize, abfd, relocation, data + reloc_entry->address);
2390 bfd_vma relocation;
2403 relocation = (symbol->value + symbol->section->output_section->vma
2419 relocation = old_value + relocation;
2423 relocation = old_value - relocation;
2430 relocation = relocation & mask;
2432 loongarch_write_unsigned_leb128 (p, len, relocation);