Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-sh.c1603 const struct elf_sh_plt_info *short_plt; member
2317 if (info->short_plt != NULL) in get_plt_index()
2319 if (offset > MAX_SHORT_PLT * info->short_plt->symbol_entry_size) in get_plt_index()
2322 offset -= MAX_SHORT_PLT * info->short_plt->symbol_entry_size; in get_plt_index()
2325 info = info->short_plt; in get_plt_index()
2337 if (info->short_plt != NULL) in get_plt_offset()
2341 offset = MAX_SHORT_PLT * info->short_plt->symbol_entry_size; in get_plt_offset()
2345 info = info->short_plt; in get_plt_offset()
2998 if (plt_info->short_plt != NULL in allocate_dynrelocs()
2999 && (get_plt_index (plt_info->short_plt, s->size) < MAX_SHORT_PLT)) in allocate_dynrelocs()
[all …]
DChangeLog-20101972 (struct elf_sh_plt_info): Add got20 and short_plt. Update all
1982 (get_plt_index, get_plt_offset): Handle short_plt.
2032 here. Rename sgot to sgotplt and srel to srelplt. Handle short_plt,