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