]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/bpf-reloc.def
2.41 Release sources
[thirdparty/binutils-gdb.git] / bfd / bpf-reloc.def
index 31f761d291d80cc2ff5bdeec793d66e21fb6cf66..b1be2eb66f69c79806a3d9e04f267289b16f8a02 100644 (file)
         0xffffffff,            /* src_mask */
         0xffffffff,            /* dst_mask */
         true)                  /* pcrel_offset */
-
-  /* 16-bit PC-relative address in load instructions.  */
-  BPF_HOWTO (R_BPF_GNU_64_16,      /* type */
-        0,                     /* rightshift */
-        2,                     /* size */
-        16,                    /* bitsize */
-        true,                  /* pc_relative */
-        16,                    /* bitpos */
-        complain_overflow_signed, /* complain_on_overflow */
-        bpf_elf_generic_reloc, /* special_function */
-        "R_BPF_GNU_64_16",     /* name */
-        true,                  /* partial_inplace */
-        0xffff,                /* src_mask */
-        0xffff,                /* dst_mask */
-        true)                  /* pcrel_offset */