Searched refs:MAX_SHORT_PLT (Results 1 – 2 of 2) sorted by relevance
2307 #define MAX_SHORT_PLT 65536 macro2319 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()
1981 (MAX_SHORT_PLT): Define.