Home
last modified time | relevance | path

Searched refs:section_flags_to_segment (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dscript-sections.cc3841 Layout::section_flags_to_segment((*p)->flags()); in create_segments()
3942 Layout::section_flags_to_segment((*p)->flags()); in create_note_and_tls_segments()
3953 seg_flags = Layout::section_flags_to_segment((*pnext)->flags()); in create_note_and_tls_segments()
3966 Layout::section_flags_to_segment((*p)->flags()); in create_note_and_tls_segments()
3975 seg_flags = Layout::section_flags_to_segment((*pnext)->flags()); in create_note_and_tls_segments()
3990 Layout::section_flags_to_segment((*p)->flags()); in create_note_and_tls_segments()
4104 Layout::section_flags_to_segment(os->flags()); in attach_sections_using_phdrs_clause()
Dlayout.h960 section_flags_to_segment(elfcpp::Elf_Xword flags);
Dlayout.cc1626 Layout::section_flags_to_segment(elfcpp::Elf_Xword flags) in section_flags_to_segment() function in gold::Layout
1918 elfcpp::Elf_Word seg_flags = Layout::section_flags_to_segment(flags); in attach_allocated_section_to_segment()