Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic6x.c4606 tic6x_start_unwind_section (const segT text_seg, int idx) in tic6x_start_unwind_section() argument
4634 text_name = segment_name (text_seg); in tic6x_start_unwind_section()
4658 if (prefix != prefix_once && (text_seg->flags & SEC_LINK_ONCE) != 0) in tic6x_start_unwind_section()
4660 group_name = elf_group_name (text_seg); in tic6x_start_unwind_section()
4664 segment_name (text_seg)); in tic6x_start_unwind_section()
4676 elf_linked_to_section (now_seg) = text_seg; in tic6x_start_unwind_section()
Dtc-ia64.c3531 start_unwind_section (const segT text_seg, int sec_index) in start_unwind_section() argument
3572 sec_text_name = segment_name (text_seg); in start_unwind_section()
3603 if ((text_seg->flags & SEC_LINK_ONCE) != 0 in start_unwind_section()
3604 && (elf_section_flags (text_seg) & SHF_GROUP) != 0) in start_unwind_section()
3608 const char *group_name = elf_group_name (text_seg); in start_unwind_section()
3639 elf_linked_to_section (now_seg) = text_seg; in start_unwind_section()
3643 generate_unwind_image (const segT text_seg) in generate_unwind_image() argument
3681 start_unwind_section (text_seg, SPECIAL_SECTION_UNWIND_INFO); in generate_unwind_image()
Dtc-arm.c21149 start_unwind_section (const segT text_seg, int idx) in start_unwind_section() argument
21176 text_name = segment_name (text_seg); in start_unwind_section()
21200 if (prefix != prefix_once && (text_seg->flags & SEC_LINK_ONCE) != 0) in start_unwind_section()
21202 group_name = elf_group_name (text_seg); in start_unwind_section()
21206 segment_name (text_seg)); in start_unwind_section()
21218 elf_linked_to_section (now_seg) = text_seg; in start_unwind_section()