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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delfxx-ia64.c613 #define PLT_HEADER_SIZE (3 * 16)
618 static const bfd_byte plt_header[PLT_HEADER_SIZE] =
2664 offset = PLT_HEADER_SIZE;
2925 = (data.ofs - PLT_HEADER_SIZE) / PLT_MIN_ENTRY_SIZE;
4558 index = (dyn_i->plt_offset - PLT_HEADER_SIZE) / PLT_MIN_ENTRY_SIZE;
4694 memcpy (loc, plt_header, PLT_HEADER_SIZE);
611 #define PLT_HEADER_SIZE macro
H A Delf64-sparc.c964 #define PLT_HEADER_SIZE (4 * PLT_ENTRY_SIZE)
984 for (i = 0; i < PLT_HEADER_SIZE/4; ++i)
1657 s->size = PLT_HEADER_SIZE;
3115 i += PLT_HEADER_SIZE / PLT_ENTRY_SIZE;
959 #define PLT_HEADER_SIZE macro
H A Delf64-alpha.c2252 #define PLT_HEADER_SIZE 32
3259 s->size = PLT_HEADER_SIZE;
3721 entries = (splt->size - PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
3752 splt->size = PLT_HEADER_SIZE;
4883 plt_index = (h->plt.offset - PLT_HEADER_SIZE) / PLT_ENTRY_SIZE;
2247 #define PLT_HEADER_SIZE macro
H A Delf32-m32r.c140 #define PLT_HEADER_SIZE 20 macro

Completed in 152 milliseconds