Home
last modified time | relevance | path

Searched refs:text_seg (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/binutils/gas/config/
HDtc-ia64.c3675 start_unwind_section (const segT text_seg, int sec_index) in start_unwind_section() argument
3716 sec_text_name = segment_name (text_seg); in start_unwind_section()
3747 if ((text_seg->flags & SEC_LINK_ONCE) != 0 in start_unwind_section()
3748 && (elf_section_flags (text_seg) & SHF_GROUP) != 0) in start_unwind_section()
3752 const char *group_name = elf_group_name (text_seg); in start_unwind_section()
3783 elf_linked_to_section (now_seg) = text_seg; in start_unwind_section()
3787 generate_unwind_image (const segT text_seg) in generate_unwind_image() argument
3825 start_unwind_section (text_seg, SPECIAL_SECTION_UNWIND_INFO); in generate_unwind_image()
HDtc-arm.c17291 start_unwind_section (const segT text_seg, int idx) in start_unwind_section() argument
17318 text_name = segment_name (text_seg); in start_unwind_section()
17342 if (prefix != prefix_once && (text_seg->flags & SEC_LINK_ONCE) != 0) in start_unwind_section()
17344 group_name = elf_group_name (text_seg); in start_unwind_section()
17348 segment_name (text_seg)); in start_unwind_section()
17360 elf_linked_to_section (now_seg) = text_seg; in start_unwind_section()