Searched refs:PLT_HEADER_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-alpha.c96 #define PLT_HEADER_SIZE \
2472 splt->size = PLT_HEADER_SIZE;
4698 plt_index = (gotent->plt_offset-PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
4703 disp = (PLT_HEADER_SIZE - 4) - (gotent->plt_offset + 4);
4876 ofs = gotplt_vma - (plt_vma + PLT_HEADER_SIZE);
4902 insn = INSN_AD (INSN_BR, 28, -PLT_HEADER_SIZE);
95 #define PLT_HEADER_SIZE macro
H A Delfxx-ia64.c646 #define PLT_HEADER_SIZE (3 * 16)
651 static const bfd_byte plt_header[PLT_HEADER_SIZE] =
3404 offset = PLT_HEADER_SIZE;
3673 = (data.ofs - PLT_HEADER_SIZE) / PLT_MIN_ENTRY_SIZE;
5369 index = (dyn_i->plt_offset - PLT_HEADER_SIZE) / PLT_MIN_ENTRY_SIZE;
5505 memcpy (loc, plt_header, PLT_HEADER_SIZE);
644 #define PLT_HEADER_SIZE macro

Completed in 138 milliseconds