Home
last modified time | relevance | path

Searched refs:plt_eh_frame (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-i386.c852 asection *plt_eh_frame; member
1115 && htab->plt_eh_frame == NULL in elf_i386_create_dynamic_sections()
1121 htab->plt_eh_frame in elf_i386_create_dynamic_sections()
1123 if (htab->plt_eh_frame == NULL in elf_i386_create_dynamic_sections()
1124 || !bfd_set_section_alignment (dynobj, htab->plt_eh_frame, 2)) in elf_i386_create_dynamic_sections()
3377 if (htab->plt_eh_frame != NULL in elf_i386_size_dynamic_sections()
3382 htab->plt_eh_frame->size = sizeof (elf_i386_eh_frame_plt); in elf_i386_size_dynamic_sections()
3410 || s == htab->plt_eh_frame in elf_i386_size_dynamic_sections()
3461 if (htab->plt_eh_frame != NULL in elf_i386_size_dynamic_sections()
3462 && htab->plt_eh_frame->contents != NULL) in elf_i386_size_dynamic_sections()
[all …]
Delf64-x86-64.c866 asection *plt_eh_frame; member
1153 && htab->plt_eh_frame == NULL in elf_x86_64_create_dynamic_sections()
1159 htab->plt_eh_frame in elf_x86_64_create_dynamic_sections()
1161 if (htab->plt_eh_frame == NULL in elf_x86_64_create_dynamic_sections()
1162 || !bfd_set_section_alignment (dynobj, htab->plt_eh_frame, 3)) in elf_x86_64_create_dynamic_sections()
3788 if (htab->plt_eh_frame != NULL in elf_x86_64_size_dynamic_sections()
3796 htab->plt_eh_frame->size = arch_data->eh_frame_plt_size; in elf_x86_64_size_dynamic_sections()
3814 || s == htab->plt_eh_frame in elf_x86_64_size_dynamic_sections()
3865 if (htab->plt_eh_frame != NULL in elf_x86_64_size_dynamic_sections()
3866 && htab->plt_eh_frame->contents != NULL) in elf_x86_64_size_dynamic_sections()
[all …]
DChangeLog-20121643 or alloc plt_eh_frame here..
1646 (elf_i386_finish_dynamic_sections): Check plt_eh_frame->contents
1649 or alloc plt_eh_frame here..
1651 (elf_x86_64_finish_dynamic_sections): Check plt_eh_frame->contents
2483 elf_x86_64_backend_data parameters for plt_eh_frame.
DChangeLog-20111747 (struct elf_x86_64_link_hash_table): Add plt_eh_frame field.
1754 _bfd_elf_write_section_eh_frame on htab->plt_eh_frame section.
1760 (struct elf_i386_link_hash_table): Add plt_eh_frame field.
1767 _bfd_elf_write_section_eh_frame on htab->plt_eh_frame section.