Home
last modified time | relevance | path

Searched refs:symbol_entry_size (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Daout-adobe.c185 adata (abfd).symbol_entry_size = sizeof (struct external_nlist); in aout_adobe_callback()
253 adata (abfd).symbol_entry_size = sizeof (struct external_nlist); in aout_adobe_mkobject()
Dlibaout.h384 unsigned symbol_entry_size; member
440 #define obj_symbol_entry_size(bfd) (adata (bfd).symbol_entry_size)
Delf32-sh.c1594 bfd_vma symbol_entry_size; member
2330 if (offset > MAX_SHORT_PLT * info->short_plt->symbol_entry_size) in get_plt_index()
2333 offset -= MAX_SHORT_PLT * info->short_plt->symbol_entry_size; in get_plt_index()
2338 return plt_index + offset / info->symbol_entry_size; in get_plt_index()
2352 offset = MAX_SHORT_PLT * info->short_plt->symbol_entry_size; in get_plt_offset()
2359 + (plt_index * info->symbol_entry_size)); in get_plt_offset()
3012 s->size += plt_info->symbol_entry_size; in allocate_dynrelocs()
6760 plt_info->symbol_entry_size); in sh_elf_finish_dynamic_symbol()
6805 / plt_info->symbol_entry_size) + 1; in sh_elf_finish_dynamic_symbol()
6806 plts_per_4k = (4096 / plt_info->symbol_entry_size); in sh_elf_finish_dynamic_symbol()
[all …]