HomeSort by: relevance | last modified time | path
    Searched defs:short_plt (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-sh.c 1560 const struct elf_sh_plt_info *short_plt;
2056 if (info->short_plt != NULL)
2058 if (offset > MAX_SHORT_PLT * info->short_plt->symbol_entry_size)
2061 offset -= MAX_SHORT_PLT * info->short_plt->symbol_entry_size;
2064 info = info->short_plt;
2076 if (info->short_plt != NULL)
2080 offset = MAX_SHORT_PLT * info->short_plt->symbol_entry_size;
2084 info = info->short_plt;
2676 if (plt_info->short_plt != NULL
2677 && (get_plt_index (plt_info->short_plt, s->size) < MAX_SHORT_PLT)
1556 const struct elf_sh_plt_info *short_plt; member in struct:elf_sh_plt_info
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-sh.c 1560 const struct elf_sh_plt_info *short_plt;
2056 if (info->short_plt != NULL)
2058 if (offset > MAX_SHORT_PLT * info->short_plt->symbol_entry_size)
2061 offset -= MAX_SHORT_PLT * info->short_plt->symbol_entry_size;
2064 info = info->short_plt;
2076 if (info->short_plt != NULL)
2080 offset = MAX_SHORT_PLT * info->short_plt->symbol_entry_size;
2084 info = info->short_plt;
2676 if (plt_info->short_plt != NULL
2677 && (get_plt_index (plt_info->short_plt, s->size) < MAX_SHORT_PLT)
1556 const struct elf_sh_plt_info *short_plt; member in struct:elf_sh_plt_info
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-sh.c 1560 const struct elf_sh_plt_info *short_plt;
2056 if (info->short_plt != NULL)
2058 if (offset > MAX_SHORT_PLT * info->short_plt->symbol_entry_size)
2061 offset -= MAX_SHORT_PLT * info->short_plt->symbol_entry_size;
2064 info = info->short_plt;
2076 if (info->short_plt != NULL)
2080 offset = MAX_SHORT_PLT * info->short_plt->symbol_entry_size;
2084 info = info->short_plt;
2675 if (plt_info->short_plt != NULL
2676 && (get_plt_index (plt_info->short_plt, s->size) < MAX_SHORT_PLT)
1556 const struct elf_sh_plt_info *short_plt; member in struct:elf_sh_plt_info
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-sh.c 1560 const struct elf_sh_plt_info *short_plt;
2056 if (info->short_plt != NULL)
2058 if (offset > MAX_SHORT_PLT * info->short_plt->symbol_entry_size)
2061 offset -= MAX_SHORT_PLT * info->short_plt->symbol_entry_size;
2064 info = info->short_plt;
2076 if (info->short_plt != NULL)
2080 offset = MAX_SHORT_PLT * info->short_plt->symbol_entry_size;
2084 info = info->short_plt;
2675 if (plt_info->short_plt != NULL
2676 && (get_plt_index (plt_info->short_plt, s->size) < MAX_SHORT_PLT)
1556 const struct elf_sh_plt_info *short_plt; member in struct:elf_sh_plt_info
    [all...]

Completed in 39 milliseconds