Home
last modified time | relevance | path

Searched refs:unwind_section_type (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gold/
Dtarget.h484 unwind_section_type() const in unwind_section_type() function
485 { return this->pti_->unwind_section_type; } in unwind_section_type()
582 const unsigned int unwind_section_type; member
DChangeLog-2018545 * target.h (Target::unwind_section_type): New method.
546 (Target::Target_info::unwind_section_type): New data member.
548 * aarch64.cc (aarch64_info): Add unwind_section_type.
560 * testsuite/testfile.cc: Add unwind_section_type.
Dlayout.cc1445 const unsigned int unwind_section_type = in layout_eh_frame() local
1446 parameters->target().unwind_section_type(); in layout_eh_frame()
1449 || shdr.get_sh_type() == unwind_section_type); in layout_eh_frame()
1536 const unsigned int unwind_section_type = in make_eh_frame_section() local
1537 parameters->target().unwind_section_type(); in make_eh_frame_section()
1540 unwind_section_type, in make_eh_frame_section()
1558 unwind_section_type, in make_eh_frame_section()
Dobject.cc578 || sh_type == parameters->target().unwind_section_type()) in check_eh_frame_flags()
1424 const unsigned int unwind_section_type = in do_layout() local
1425 parameters->target().unwind_section_type(); in do_layout()
1753 sh_type = unwind_section_type; in do_layout()
Dincremental.cc188 || sh_type == parameters->target().unwind_section_type()); in can_incremental_update()