Home
last modified time | relevance | path

Searched refs:MAX_SHORT_PLT (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-sh.c2307 #define MAX_SHORT_PLT 65536 macro
2319 if (offset > MAX_SHORT_PLT * info->short_plt->symbol_entry_size) in get_plt_index()
2321 plt_index = MAX_SHORT_PLT; in get_plt_index()
2322 offset -= MAX_SHORT_PLT * info->short_plt->symbol_entry_size; in get_plt_index()
2339 if (plt_index > MAX_SHORT_PLT) in get_plt_offset()
2341 offset = MAX_SHORT_PLT * info->short_plt->symbol_entry_size; in get_plt_offset()
2342 plt_index -= MAX_SHORT_PLT; in get_plt_offset()
2999 && (get_plt_index (plt_info->short_plt, s->size) < MAX_SHORT_PLT)) in allocate_dynrelocs()
6721 if (plt_info->short_plt != NULL && plt_index <= MAX_SHORT_PLT) in sh_elf_finish_dynamic_symbol()
DChangeLog-20101981 (MAX_SHORT_PLT): Define.