Lines Matching refs:ofs
169 bfd_size_type ofs; member
2301 dyn_i->got_offset = x->ofs; in allocate_global_data_got()
2302 x->ofs += 8; in allocate_global_data_got()
2319 dyn_i->got_offset = x->ofs; in allocate_global_fptr_got()
2320 x->ofs += 8; in allocate_global_fptr_got()
2336 dyn_i->got_offset = x->ofs; in allocate_local_got()
2337 x->ofs += 8; in allocate_local_got()
2362 dyn_i->fptr_offset = x->ofs; in allocate_fptr()
2363 x->ofs += 16; in allocate_fptr()
2411 bfd_size_type ofs = x->ofs; in allocate_plt2_entries() local
2413 dyn_i->plt2_offset = ofs; in allocate_plt2_entries()
2414 x->ofs = ofs + PLT_FULL_ENTRY_SIZE; in allocate_plt2_entries()
2419 dyn_i->h->plt.offset = ofs; in allocate_plt2_entries()
2437 dyn_i->pltoff_offset = x->ofs; in allocate_pltoff_entries()
2438 x->ofs += 16; in allocate_pltoff_entries()
2617 data.ofs = 0; in elf64_ia64_size_dynamic_sections()
2621 ia64_info->root.sgot->size = data.ofs; in elf64_ia64_size_dynamic_sections()
2628 data.ofs = 0; in elf64_ia64_size_dynamic_sections()
2630 ia64_info->fptr_sec->size = data.ofs; in elf64_ia64_size_dynamic_sections()
2638 data.ofs = 0; in elf64_ia64_size_dynamic_sections()
2642 data.ofs = (data.ofs + 31) & (bfd_vma) -32; in elf64_ia64_size_dynamic_sections()
2645 if (data.ofs != 0 || ia64_info->root.dynamic_sections_created) in elf64_ia64_size_dynamic_sections()
2653 ia64_info->root.splt->size = data.ofs; in elf64_ia64_size_dynamic_sections()
2660 data.ofs = 0; in elf64_ia64_size_dynamic_sections()
2662 ia64_info->pltoff_sec->size = data.ofs; in elf64_ia64_size_dynamic_sections()