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
1897 (*_bfd_error_handler) (_("%pB: unsupported relocation type %#x"),
1911 (*_bfd_error_handler) (_("%pB: unsupported relocation type %s"),
1939 (*_bfd_error_handler) (_("%pB: unsupported bfd relocation type %#x"),
2013 (*_bfd_error_handler) (_("%pB: relocation %s right shift %d error 0x%lx"),
2032 (*_bfd_error_handler) (_("%pB: relocation %s overflow 0x%lx"),
2102 bfd_vma relocation;
2115 relocation = symbol->value + symbol->section->output_section->vma
2134 relocation = old_value + relocation;
2142 relocation = old_value - relocation;
2146 bfd_put (howto->bitsize, abfd, relocation, data + reloc_entry->address);
2161 bfd_vma relocation;
2174 relocation = (symbol->value + symbol->section->output_section->vma
2190 relocation = old_value + relocation;
2194 relocation = old_value - relocation;
2201 relocation = relocation & mask;
2203 loongarch_write_unsigned_leb128 (p, len, relocation);