Lines Matching refs:fptr_sec
146 asection *fptr_sec; /* Function descriptor table (or NULL). */ member
1748 fptr = ia64_info->fptr_sec; in get_fptr()
1770 ia64_info->fptr_sec = fptr; in get_fptr()
2626 if (ia64_info->fptr_sec) in elf64_ia64_size_dynamic_sections()
2630 ia64_info->fptr_sec->size = data.ofs; in elf64_ia64_size_dynamic_sections()
2702 else if (sec == ia64_info->fptr_sec) in elf64_ia64_size_dynamic_sections()
2705 ia64_info->fptr_sec = NULL; in elf64_ia64_size_dynamic_sections()
3056 asection *fptr_sec; in set_fptr_entry() local
3062 fptr_sec = ia64_info->fptr_sec; in set_fptr_entry()
3069 bfd_put_64 (abfd, value, fptr_sec->contents + dyn_i->fptr_offset); in set_fptr_entry()
3071 fptr_sec->contents + dyn_i->fptr_offset + 8); in set_fptr_entry()
3075 value = (fptr_sec->output_section->vma in set_fptr_entry()
3076 + fptr_sec->output_offset in set_fptr_entry()