Searched refs:text_seg (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic6x.c4597 tic6x_start_unwind_section (const segT text_seg, int idx) argument
4625 text_name = segment_name (text_seg);
4648 if (prefix != prefix_once && (text_seg->flags & SEC_LINK_ONCE) != 0)
4650 match.group_name = elf_group_name (text_seg);
4654 segment_name (text_seg));
4667 elf_linked_to_section (now_seg) = text_seg;
H A Dtc-ia64.c3517 start_unwind_section (const segT text_seg, int sec_index) argument
3557 sec_text_name = segment_name (text_seg);
3581 if ((text_seg->flags & SEC_LINK_ONCE) != 0
3582 && (elf_section_flags (text_seg) & SHF_GROUP) != 0)
3585 const char *group_name = elf_group_name (text_seg);
3607 elf_linked_to_section (now_seg) = text_seg;
3612 generate_unwind_image (const segT text_seg) argument
3650 start_unwind_section (text_seg, SPECIAL_SECTION_UNWIND_INFO);
H A Dtc-arm.c27689 start_unwind_section (const segT text_seg, int idx)
27713 text_name = segment_name (text_seg);
27730 if (prefix != prefix_once && (text_seg->flags & SEC_LINK_ONCE) != 0)
27732 match.group_name = elf_group_name (text_seg);
27736 segment_name (text_seg));
27749 elf_linked_to_section (now_seg) = text_seg;
27679 start_unwind_section(const segT text_seg, int idx) argument
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-tic6x.c4600 tic6x_start_unwind_section (const segT text_seg, int idx) argument
4628 text_name = segment_name (text_seg);
4652 if (prefix != prefix_once && (text_seg->flags & SEC_LINK_ONCE) != 0)
4654 match.group_name = elf_group_name (text_seg);
4658 segment_name (text_seg));
4671 elf_linked_to_section (now_seg) = text_seg;
H A Dtc-ia64.c3521 start_unwind_section (const segT text_seg, int sec_index) argument
3561 sec_text_name = segment_name (text_seg);
3586 if ((text_seg->flags & SEC_LINK_ONCE) != 0
3587 && (elf_section_flags (text_seg) & SHF_GROUP) != 0)
3590 const char *group_name = elf_group_name (text_seg);
3612 elf_linked_to_section (now_seg) = text_seg;
3617 generate_unwind_image (const segT text_seg) argument
3655 start_unwind_section (text_seg, SPECIAL_SECTION_UNWIND_INFO);
H A Dtc-arm.c27564 start_unwind_section (const segT text_seg, int idx)
27588 text_name = segment_name (text_seg);
27606 if (prefix != prefix_once && (text_seg->flags & SEC_LINK_ONCE) != 0)
27608 match.group_name = elf_group_name (text_seg);
27612 segment_name (text_seg));
27625 elf_linked_to_section (now_seg) = text_seg;
27554 start_unwind_section(const segT text_seg, int idx) argument
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-tic6x.c4597 tic6x_start_unwind_section (const segT text_seg, int idx) argument
4625 text_name = segment_name (text_seg);
4648 if (prefix != prefix_once && (text_seg->flags & SEC_LINK_ONCE) != 0)
4650 match.group_name = elf_group_name (text_seg);
4654 segment_name (text_seg));
4667 elf_linked_to_section (now_seg) = text_seg;
H A Dtc-ia64.c3517 start_unwind_section (const segT text_seg, int sec_index) argument
3557 sec_text_name = segment_name (text_seg);
3581 if ((text_seg->flags & SEC_LINK_ONCE) != 0
3582 && (elf_section_flags (text_seg) & SHF_GROUP) != 0)
3585 const char *group_name = elf_group_name (text_seg);
3607 elf_linked_to_section (now_seg) = text_seg;
3612 generate_unwind_image (const segT text_seg) argument
3650 start_unwind_section (text_seg, SPECIAL_SECTION_UNWIND_INFO);
H A Dtc-arm.c27689 start_unwind_section (const segT text_seg, int idx)
27713 text_name = segment_name (text_seg);
27730 if (prefix != prefix_once && (text_seg->flags & SEC_LINK_ONCE) != 0)
27732 match.group_name = elf_group_name (text_seg);
27736 segment_name (text_seg));
27749 elf_linked_to_section (now_seg) = text_seg;
27679 start_unwind_section(const segT text_seg, int idx) argument

Completed in 980 milliseconds