Searched refs:plt_header (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delfnn-loongarch.c3130 uint32_t plt_header[PLT_HEADER_INSNS]; local
3132 plt_header))
3136 bfd_put_32 (output_bfd, plt_header[i], plt->contents + 4 * i);
H A Delfnn-riscv.c3247 uint32_t plt_header[PLT_HEADER_INSNS]; local
3250 sec_addr (splt), plt_header);
3255 bfd_putl32 (plt_header[i], splt->contents + 4*i);
H A Delfnn-ia64.c230 static const bfd_byte plt_header[PLT_HEADER_SIZE] =
4673 memcpy (loc, plt_header, PLT_HEADER_SIZE);
228 static const bfd_byte plt_header[PLT_HEADER_SIZE] = variable
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delfnn-riscv.c2499 uint32_t plt_header[PLT_HEADER_INSNS]; local
2502 sec_addr (splt), plt_header);
2507 bfd_put_32 (output_bfd, plt_header[i], splt->contents + 4*i);
H A Delfnn-ia64.c230 static const bfd_byte plt_header[PLT_HEADER_SIZE] =
4682 memcpy (loc, plt_header, PLT_HEADER_SIZE);
228 static const bfd_byte plt_header[PLT_HEADER_SIZE] = variable
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delfnn-loongarch.c3827 uint32_t plt_header[PLT_HEADER_INSNS]; local
3829 plt_header))
3833 bfd_put_32 (output_bfd, plt_header[i], plt->contents + 4 * i);
H A Delfnn-riscv.c3242 uint32_t plt_header[PLT_HEADER_INSNS]; local
3245 sec_addr (splt), plt_header);
3250 bfd_putl32 (plt_header[i], splt->contents + 4*i);
H A Delfnn-ia64.c230 static const bfd_byte plt_header[PLT_HEADER_SIZE] =
4673 memcpy (loc, plt_header, PLT_HEADER_SIZE);
228 static const bfd_byte plt_header[PLT_HEADER_SIZE] = variable
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delfnn-loongarch.c3130 uint32_t plt_header[PLT_HEADER_INSNS]; local
3132 plt_header))
3136 bfd_put_32 (output_bfd, plt_header[i], plt->contents + 4 * i);
H A Delfnn-riscv.c3247 uint32_t plt_header[PLT_HEADER_INSNS]; local
3250 sec_addr (splt), plt_header);
3255 bfd_putl32 (plt_header[i], splt->contents + 4*i);
H A Delfnn-ia64.c230 static const bfd_byte plt_header[PLT_HEADER_SIZE] =
4673 memcpy (loc, plt_header, PLT_HEADER_SIZE);
228 static const bfd_byte plt_header[PLT_HEADER_SIZE] = variable

Completed in 485 milliseconds