Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf32-sh.c2318 #define MAX_SHORT_PLT 65536 macro
2330 if (offset > MAX_SHORT_PLT * info->short_plt->symbol_entry_size) in get_plt_index()
2332 plt_index = MAX_SHORT_PLT; in get_plt_index()
2333 offset -= MAX_SHORT_PLT * info->short_plt->symbol_entry_size; in get_plt_index()
2350 if (plt_index > MAX_SHORT_PLT) in get_plt_offset()
2352 offset = MAX_SHORT_PLT * info->short_plt->symbol_entry_size; in get_plt_offset()
2353 plt_index -= MAX_SHORT_PLT; in get_plt_offset()
3010 && (get_plt_index (plt_info->short_plt, s->size) < MAX_SHORT_PLT)) in allocate_dynrelocs()
6737 if (plt_info->short_plt != NULL && plt_index <= MAX_SHORT_PLT) in sh_elf_finish_dynamic_symbol()
DChangeLog-20101981 (MAX_SHORT_PLT): Define.