Searched refs:text_sec (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf-eh-frame.c531 asection *text_sec; local
557 text_sec = _bfd_elf_section_for_symbol (cookie, r_symndx, FALSE);
559 if (text_sec == NULL)
562 elf_section_eh_frame_entry (text_sec) = sec;
563 if (text_sec->output_section
564 && bfd_is_abs_section (text_sec->output_section))
568 elf_section_data (sec)->sec_info = text_sec;
1090 asection *text_sec; local
1096 text_sec = (asection *) elf_section_data (sec)->sec_info;
1097 end = text_sec
1840 asection *text_sec = (asection *) elf_section_data (sec)->sec_info; local
[all...]
H A Dcoff64-rs6000.c727 asection *text_sec = NULL; local
836 text_sec = current;
926 if (text_sec)
928 internal_a.tsize = text_sec->size;
929 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0;
959 if (text_sec != NULL)
961 internal_a.o_sntext = text_sec->target_index;
962 internal_a.o_algntext = bfd_section_alignment (text_sec);
H A Dcoffcode.h3382 asection *text_sec = NULL;
3602 text_sec = current;
3983 if (text_sec)
3985 internal_a.tsize = text_sec->size;
3986 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0;
4015 if (text_sec != NULL)
4017 internal_a.o_sntext = text_sec->target_index;
4018 internal_a.o_algntext = bfd_section_alignment (text_sec);
3381 asection *text_sec = NULL; local
H A Delf32-tic6x.c3890 elf32_tic6x_insert_cantunwind_after (asection *text_sec, asection *exidx_sec)
3898 INSERT_EXIDX_CANTUNWIND_AT_END, text_sec, UINT_MAX);
4174 asection *text_sec = edit_node->linked_section;
4175 bfd_vma text_offset = text_sec->output_section->vma
4176 + text_sec->output_offset
4177 + text_sec->size;
3889 elf32_tic6x_insert_cantunwind_after(asection *text_sec, asection *exidx_sec) argument
4173 asection *text_sec = edit_node->linked_section; local
H A Delf32-arm.c13514 insert_cantunwind_after(asection *text_sec, asection *exidx_sec) argument
13522 INSERT_EXIDX_CANTUNWIND_AT_END, text_sec, UINT_MAX);
15818 asection *text_sec = edit_tail->linked_section; local
15819 asection *text_out = text_sec->output_section;
19573 asection *text_sec = edit_node->linked_section; local
19574 bfd_vma text_offset = text_sec->output_section->vma
19575 + text_sec->output_offset
19576 + text_sec->size;
19591 prel31_offset = text_sec->output_offset
19592 + text_sec
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf-eh-frame.c531 asection *text_sec; local
557 text_sec = _bfd_elf_section_for_symbol (cookie, r_symndx, false);
559 if (text_sec == NULL)
562 elf_section_eh_frame_entry (text_sec) = sec;
563 if (text_sec->output_section
564 && bfd_is_abs_section (text_sec->output_section))
568 elf_section_data (sec)->sec_info = text_sec;
1090 asection *text_sec; local
1096 text_sec = (asection *) elf_section_data (sec)->sec_info;
1097 end = text_sec
1841 asection *text_sec = (asection *) elf_section_data (sec)->sec_info; local
[all...]
H A Delf32-tic6x.c3880 elf32_tic6x_insert_cantunwind_after (asection *text_sec, asection *exidx_sec)
3888 INSERT_EXIDX_CANTUNWIND_AT_END, text_sec, UINT_MAX);
4164 asection *text_sec = edit_node->linked_section;
4165 bfd_vma text_offset = text_sec->output_section->vma
4166 + text_sec->output_offset
4167 + text_sec->size;
3879 elf32_tic6x_insert_cantunwind_after(asection *text_sec, asection *exidx_sec) argument
4163 asection *text_sec = edit_node->linked_section; local
H A Dcoffcode.h3445 asection *text_sec = NULL;
3669 text_sec = current;
4072 if (text_sec)
4074 internal_a.tsize = text_sec->size;
4075 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0;
4104 if (text_sec != NULL)
4106 internal_a.o_sntext = text_sec->target_index;
4107 internal_a.o_algntext = bfd_section_alignment (text_sec);
3444 asection *text_sec = NULL; local
H A Delf32-arm.c13512 insert_cantunwind_after (asection *text_sec, asection *exidx_sec) argument
13520 INSERT_EXIDX_CANTUNWIND_AT_END, text_sec, UINT_MAX);
15872 asection *text_sec = edit_tail->linked_section; local
15873 asection *text_out = text_sec->output_section;
19598 asection *text_sec = edit_node->linked_section; local
19599 bfd_vma text_offset = text_sec->output_section->vma
19600 + text_sec->output_offset
19601 + text_sec->size;
19616 prel31_offset = text_sec->output_offset
19617 + text_sec
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf-eh-frame.c531 asection *text_sec; local
557 text_sec = _bfd_elf_section_for_symbol (cookie, r_symndx, false);
559 if (text_sec == NULL)
562 elf_section_eh_frame_entry (text_sec) = sec;
563 if (text_sec->output_section
564 && bfd_is_abs_section (text_sec->output_section))
568 elf_section_data (sec)->sec_info = text_sec;
1090 asection *text_sec; local
1096 text_sec = (asection *) elf_section_data (sec)->sec_info;
1097 end = text_sec
1841 asection *text_sec = (asection *) elf_section_data (sec)->sec_info; local
[all...]
H A Delf32-tic6x.c3880 elf32_tic6x_insert_cantunwind_after (asection *text_sec, asection *exidx_sec)
3888 INSERT_EXIDX_CANTUNWIND_AT_END, text_sec, UINT_MAX);
4164 asection *text_sec = edit_node->linked_section;
4165 bfd_vma text_offset = text_sec->output_section->vma
4166 + text_sec->output_offset
4167 + text_sec->size;
3879 elf32_tic6x_insert_cantunwind_after(asection *text_sec, asection *exidx_sec) argument
4163 asection *text_sec = edit_node->linked_section; local
H A Dcoffcode.h3432 asection *text_sec = NULL;
3656 text_sec = current;
4054 if (text_sec)
4056 internal_a.tsize = text_sec->size;
4057 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0;
4086 if (text_sec != NULL)
4088 internal_a.o_sntext = text_sec->target_index;
4089 internal_a.o_algntext = bfd_section_alignment (text_sec);
3431 asection *text_sec = NULL; local
H A Delf32-arm.c13511 insert_cantunwind_after (asection *text_sec, asection *exidx_sec) argument
13519 INSERT_EXIDX_CANTUNWIND_AT_END, text_sec, UINT_MAX);
15871 asection *text_sec = edit_tail->linked_section; local
15872 asection *text_out = text_sec->output_section;
19590 asection *text_sec = edit_node->linked_section; local
19591 bfd_vma text_offset = text_sec->output_section->vma
19592 + text_sec->output_offset
19593 + text_sec->size;
19608 prel31_offset = text_sec->output_offset
19609 + text_sec
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf-eh-frame.c531 asection *text_sec; local
557 text_sec = _bfd_elf_section_for_symbol (cookie, r_symndx, false);
559 if (text_sec == NULL)
562 elf_section_eh_frame_entry (text_sec) = sec;
563 if (text_sec->output_section
564 && bfd_is_abs_section (text_sec->output_section))
568 elf_section_data (sec)->sec_info = text_sec;
1091 asection *text_sec; local
1097 text_sec = (asection *) elf_section_data (sec)->sec_info;
1098 end = text_sec
1842 asection *text_sec = (asection *) elf_section_data (sec)->sec_info; local
[all...]
H A Delf32-tic6x.c3880 elf32_tic6x_insert_cantunwind_after (asection *text_sec, asection *exidx_sec)
3888 INSERT_EXIDX_CANTUNWIND_AT_END, text_sec, UINT_MAX);
4164 asection *text_sec = edit_node->linked_section;
4165 bfd_vma text_offset = text_sec->output_section->vma
4166 + text_sec->output_offset
4167 + text_sec->size;
3879 elf32_tic6x_insert_cantunwind_after(asection *text_sec, asection *exidx_sec) argument
4163 asection *text_sec = edit_node->linked_section; local
H A Dcoffcode.h3514 asection *text_sec = NULL;
3769 text_sec = current;
4189 if (text_sec)
4191 internal_a.tsize = text_sec->size;
4192 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0;
4221 if (text_sec != NULL)
4223 internal_a.o_sntext = text_sec->target_index;
4224 internal_a.o_algntext = bfd_section_alignment (text_sec);
3513 asection *text_sec = NULL; local
H A Delf32-arm.c13520 insert_cantunwind_after (asection *text_sec, asection *exidx_sec) argument
13528 INSERT_EXIDX_CANTUNWIND_AT_END, text_sec, UINT_MAX);
15881 asection *text_sec = edit_tail->linked_section; local
15882 asection *text_out = text_sec->output_section;
19647 asection *text_sec = edit_node->linked_section; local
19648 bfd_vma text_offset = text_sec->output_section->vma
19649 + text_sec->output_offset
19650 + text_sec->size;
19665 prel31_offset = text_sec->output_offset
19666 + text_sec
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dod-xcoff.c1441 asection *text_sec; local
1449 text_sec = bfd_get_section_by_name (abfd, ".text");
1450 if (text_sec == NULL)
1452 text_vma = bfd_section_vma (text_sec);
1454 text_size = bfd_section_size (text_sec);
1456 bfd_get_section_contents (abfd, text_sec, text, 0, text_size);
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dod-xcoff.c1440 asection *text_sec; local
1448 text_sec = bfd_get_section_by_name (abfd, ".text");
1449 if (text_sec == NULL)
1451 text_vma = bfd_section_vma (text_sec);
1453 text_size = bfd_section_size (text_sec);
1455 bfd_get_section_contents (abfd, text_sec, text, 0, text_size);
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dod-xcoff.c1441 asection *text_sec; local
1449 text_sec = bfd_get_section_by_name (abfd, ".text");
1450 if (text_sec == NULL)
1452 text_vma = bfd_section_vma (text_sec);
1454 text_size = bfd_section_size (text_sec);
1456 bfd_get_section_contents (abfd, text_sec, text, 0, text_size);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dia64-tdep.c2848 struct obj_section *text_sec;
2860 text_sec = objfile->sections + SECT_OFF_TEXT (objfile);
2861 ip = obj_section_addr (text_sec);
2847 struct obj_section *text_sec; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dia64-tdep.c2853 struct obj_section *text_sec;
2865 text_sec = objfile->sections + SECT_OFF_TEXT (objfile);
2866 ip = text_sec->addr ();
2852 struct obj_section *text_sec; local

Completed in 1297 milliseconds