HomeSort by: relevance | last modified time | path
    Searched defs:PLT_MIN_ENTRY_SIZE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elfnn-ia64.c 226 #define PLT_MIN_ENTRY_SIZE (1 * 16)
243 static const bfd_byte plt_min_entry[PLT_MIN_ENTRY_SIZE] =
2786 x->ofs = offset + PLT_MIN_ENTRY_SIZE;
3053 = (data.ofs - PLT_HEADER_SIZE) / PLT_MIN_ENTRY_SIZE;
4540 plt_index = (dyn_i->plt_offset - PLT_HEADER_SIZE) / PLT_MIN_ENTRY_SIZE;
4544 memcpy (loc, plt_min_entry, PLT_MIN_ENTRY_SIZE);
  /src/external/gpl3/binutils.old/dist/bfd/
elfnn-ia64.c 226 #define PLT_MIN_ENTRY_SIZE (1 * 16)
243 static const bfd_byte plt_min_entry[PLT_MIN_ENTRY_SIZE] =
2788 x->ofs = offset + PLT_MIN_ENTRY_SIZE;
3055 = (data.ofs - PLT_HEADER_SIZE) / PLT_MIN_ENTRY_SIZE;
4543 plt_index = (dyn_i->plt_offset - PLT_HEADER_SIZE) / PLT_MIN_ENTRY_SIZE;
4547 memcpy (loc, plt_min_entry, PLT_MIN_ENTRY_SIZE);
  /src/external/gpl3/gdb/dist/bfd/
elfnn-ia64.c 226 #define PLT_MIN_ENTRY_SIZE (1 * 16)
243 static const bfd_byte plt_min_entry[PLT_MIN_ENTRY_SIZE] =
2788 x->ofs = offset + PLT_MIN_ENTRY_SIZE;
3054 = (data.ofs - PLT_HEADER_SIZE) / PLT_MIN_ENTRY_SIZE;
4541 plt_index = (dyn_i->plt_offset - PLT_HEADER_SIZE) / PLT_MIN_ENTRY_SIZE;
4545 memcpy (loc, plt_min_entry, PLT_MIN_ENTRY_SIZE);
  /src/external/gpl3/gdb.old/dist/bfd/
elfnn-ia64.c 226 #define PLT_MIN_ENTRY_SIZE (1 * 16)
243 static const bfd_byte plt_min_entry[PLT_MIN_ENTRY_SIZE] =
2789 x->ofs = offset + PLT_MIN_ENTRY_SIZE;
3055 = (data.ofs - PLT_HEADER_SIZE) / PLT_MIN_ENTRY_SIZE;
4542 plt_index = (dyn_i->plt_offset - PLT_HEADER_SIZE) / PLT_MIN_ENTRY_SIZE;
4546 memcpy (loc, plt_min_entry, PLT_MIN_ENTRY_SIZE);

Completed in 36 milliseconds