Home
last modified time | relevance | path

Searched refs:Script_sections (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dscript-sections.cc296 typedef Script_sections::Elements_iterator Elements_iterator;
635 Script_sections::Section_type*, bool*, bool) in output_section_name()
641 Script_sections::Elements_iterator) in orphan_section_init()
2005 Output_section***, Script_sections::Section_type*,
2011 Script_sections::Elements_iterator p) in orphan_section_init()
2056 Script_sections::Section_type
2291 Script_sections::Section_type* psection_type, in output_section_name()
2329 Script_sections::block_in_region(Symbol_table* symtab, Layout* layout, in block_in_region()
2355 Script_sections::find_memory_region( in find_memory_region()
2444 Script_sections* script_sections = in set_section_addresses()
[all …]
H A Dscript.h526 Script_sections*
530 const Script_sections*
577 Script_sections script_sections_;
H A Dscript-sections.h48 class Script_sections
68 Script_sections();
H A Dlayout.cc904 Script_sections* ss = this->script_options_->script_sections(); in keep_input_section()
907 Script_sections::Section_type script_section_type; in keep_input_section()
965 Script_sections* ss = this->script_options_->script_sections(); in choose_output_section()
968 Script_sections::Section_type script_section_type; in choose_output_section()
988 case Script_sections::ST_NONE: in choose_output_section()
990 case Script_sections::ST_NOLOAD: in choose_output_section()
1022 if (script_section_type == Script_sections::ST_NOLOAD) in choose_output_section()
2133 Script_sections::Section_type section_type) in make_output_section_for_script()
2137 if (section_type == Script_sections::ST_NOLOAD) in make_output_section_for_script()
2143 if (section_type == Script_sections::ST_NOLOAD) in make_output_section_for_script()
[all …]
H A Dscript.cc3278 Script_sections* ss = closure->script_options()->script_sections(); in script_add_phdr()
3325 Script_sections* ss = closure->script_options()->script_sections(); in script_saw_segment_start_expression()
3343 Script_sections* ss = closure->script_options()->script_sections(); in script_set_section_region()
3361 Script_sections* ss = closure->script_options()->script_sections(); in script_add_memory()
3418 Script_sections* ss = closure->script_options()->script_sections(); in script_exp_function_origin()
3437 Script_sections* ss = closure->script_options()->script_sections(); in script_exp_function_length()
H A DChangeLog-2016125 match_input_spec to Script_sections::output_section_name().
127 * script-sections.h (Script_sections::output_section_name): Add
131 (Script_sections::output_section_name): Likewise.
161 * script-sections.cc (Script_sections::output_section_name): Check it.
189 (Script_sections::place_orphan): Call update_last_alloc for allocated
191 (Script_sections::create_segments): Improve handling of BSS.
299 * script-sections.cc (Script_sections): Set *keep to false when
517 * script-sections.cc (Script_sections::release_segments):
H A DChangeLog-0815402 (Script_sections::find_memory_region): Add explicit_only parameter.
405 * script-sections.h (Script_sections::find_memory_region): Add
852 * script-sections.cc (Script_sections::Script_sections): Initialize
854 (Script_sections::create_note_and_tls_segments): Set flag when
856 (Script_sections::expected_segment_count): Count PT_INTERP.
857 (Script_sections::attach_sections_using_phdrs_clause): Set flag when
859 * script-sections.h (Script_sections::segments_created_): New data
6785 (Script_sections::attach_sections_using_phdrs_clause): Rename
6991 (Script_sections::create_note_and_tls_segments): Add a .interp
7030 (Script_sections::create_note_and_tls_segments): If making shared
[all …]
H A Dlayout.h1000 Script_sections::Section_type section_type);
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dscript-sections.cc296 typedef Script_sections::Elements_iterator Elements_iterator;
635 Script_sections::Section_type*, bool*, bool) in output_section_name()
641 Script_sections::Elements_iterator) in orphan_section_init()
2005 Output_section***, Script_sections::Section_type*,
2011 Script_sections::Elements_iterator p) in orphan_section_init()
2056 Script_sections::Section_type
2291 Script_sections::Section_type* psection_type, in output_section_name()
2329 Script_sections::block_in_region(Symbol_table* symtab, Layout* layout, in block_in_region()
2355 Script_sections::find_memory_region( in find_memory_region()
2444 Script_sections* script_sections = in set_section_addresses()
[all …]
H A Dscript.h526 Script_sections*
530 const Script_sections*
577 Script_sections script_sections_;
H A Dscript-sections.h48 class Script_sections
68 Script_sections();
H A Dlayout.cc901 Script_sections* ss = this->script_options_->script_sections(); in keep_input_section()
904 Script_sections::Section_type script_section_type; in keep_input_section()
962 Script_sections* ss = this->script_options_->script_sections(); in choose_output_section()
965 Script_sections::Section_type script_section_type; in choose_output_section()
985 case Script_sections::ST_NONE: in choose_output_section()
987 case Script_sections::ST_NOLOAD: in choose_output_section()
1019 if (script_section_type == Script_sections::ST_NOLOAD) in choose_output_section()
2130 Script_sections::Section_type section_type) in make_output_section_for_script()
2134 if (section_type == Script_sections::ST_NOLOAD) in make_output_section_for_script()
2140 if (section_type == Script_sections::ST_NOLOAD) in make_output_section_for_script()
[all …]
H A Dscript.cc3278 Script_sections* ss = closure->script_options()->script_sections(); in script_add_phdr()
3325 Script_sections* ss = closure->script_options()->script_sections(); in script_saw_segment_start_expression()
3343 Script_sections* ss = closure->script_options()->script_sections(); in script_set_section_region()
3361 Script_sections* ss = closure->script_options()->script_sections(); in script_add_memory()
3418 Script_sections* ss = closure->script_options()->script_sections(); in script_exp_function_origin()
3437 Script_sections* ss = closure->script_options()->script_sections(); in script_exp_function_length()
H A DChangeLog-2016125 match_input_spec to Script_sections::output_section_name().
127 * script-sections.h (Script_sections::output_section_name): Add
131 (Script_sections::output_section_name): Likewise.
161 * script-sections.cc (Script_sections::output_section_name): Check it.
189 (Script_sections::place_orphan): Call update_last_alloc for allocated
191 (Script_sections::create_segments): Improve handling of BSS.
299 * script-sections.cc (Script_sections): Set *keep to false when
517 * script-sections.cc (Script_sections::release_segments):
H A DChangeLog-0815402 (Script_sections::find_memory_region): Add explicit_only parameter.
405 * script-sections.h (Script_sections::find_memory_region): Add
852 * script-sections.cc (Script_sections::Script_sections): Initialize
854 (Script_sections::create_note_and_tls_segments): Set flag when
856 (Script_sections::expected_segment_count): Count PT_INTERP.
857 (Script_sections::attach_sections_using_phdrs_clause): Set flag when
859 * script-sections.h (Script_sections::segments_created_): New data
6785 (Script_sections::attach_sections_using_phdrs_clause): Rename
6991 (Script_sections::create_note_and_tls_segments): Add a .interp
7030 (Script_sections::create_note_and_tls_segments): If making shared
[all …]
H A Dlayout.h999 Script_sections::Section_type section_type);