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

/haiku-buildtools/binutils/bfd/
H A Delf-eh-frame.c518 asection *text_sec; local
544 text_sec = _bfd_elf_section_for_symbol (cookie, r_symndx, FALSE);
546 if (text_sec == NULL)
549 elf_section_eh_frame_entry (text_sec) = sec;
550 if (text_sec->output_section
551 && bfd_is_abs_section (text_sec->output_section))
555 elf_section_data (sec)->sec_info = text_sec;
1077 asection *text_sec; local
1083 text_sec = (asection *) elf_section_data (sec)->sec_info;
1084 end = text_sec
1654 asection *text_sec = (asection *) elf_section_data (sec)->sec_info; local
[all...]
H A Dcoff64-rs6000.c728 asection *text_sec = NULL; local
837 text_sec = current;
927 if (text_sec)
929 internal_a.tsize = text_sec->size;
930 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0;
960 if (text_sec != NULL)
962 internal_a.o_sntext = text_sec->target_index;
963 internal_a.o_algntext = bfd_get_section_alignment (abfd, text_sec);
H A Dcoffcode.h3635 asection *text_sec = NULL;
3852 text_sec = current;
4274 if (text_sec)
4276 internal_a.tsize = text_sec->size;
4277 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0;
4306 if (text_sec != NULL)
4308 internal_a.o_sntext = text_sec->target_index;
4309 internal_a.o_algntext = bfd_get_section_alignment (abfd, text_sec);
3634 asection *text_sec = NULL; local
H A Delf32-tic6x.c4026 elf32_tic6x_insert_cantunwind_after (asection *text_sec, asection *exidx_sec)
4034 INSERT_EXIDX_CANTUNWIND_AT_END, text_sec, UINT_MAX);
4310 asection *text_sec = edit_node->linked_section;
4311 bfd_vma text_offset = text_sec->output_section->vma
4312 + text_sec->output_offset
4313 + text_sec->size;
4025 elf32_tic6x_insert_cantunwind_after(asection *text_sec, asection *exidx_sec) argument
4309 asection *text_sec = edit_node->linked_section; local
H A Delf32-arm.c12650 insert_cantunwind_after(asection *text_sec, asection *exidx_sec) argument
12658 INSERT_EXIDX_CANTUNWIND_AT_END, text_sec, UINT_MAX);
14985 asection *text_sec = edit_tail->linked_section; local
14986 asection *text_out = text_sec->output_section;
18666 asection *text_sec = edit_node->linked_section; local
18667 bfd_vma text_offset = text_sec->output_section->vma
18668 + text_sec->output_offset
18669 + text_sec->size;
18684 prel31_offset = text_sec->output_offset
18685 + text_sec
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Dnlmconv.c171 asection *text_sec, *bss_sec, *data_sec;
426 text_sec = bfd_get_section_by_name (outbfd, NLM_CODE_NAME);
643 && text_sec != (asection *) NULL)
644 val += bfd_section_size (outbfd, text_sec);
653 && text_sec != (asection *) NULL)
654 val += bfd_section_size (outbfd, text_sec);
663 && text_sec != (asection *) NULL)
664 val += bfd_section_size (outbfd, text_sec);
169 asection *text_sec, *bss_sec, *data_sec; local
/haiku-buildtools/binutils/binutils/
H A Dnlmconv.c173 asection *text_sec, *bss_sec, *data_sec;
429 text_sec = bfd_get_section_by_name (outbfd, NLM_CODE_NAME);
646 && text_sec != (asection *) NULL)
647 val += bfd_section_size (outbfd, text_sec);
656 && text_sec != (asection *) NULL)
657 val += bfd_section_size (outbfd, text_sec);
666 && text_sec != (asection *) NULL)
667 val += bfd_section_size (outbfd, text_sec);
171 asection *text_sec, *bss_sec, *data_sec; local
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_get_section_vma (abfd, text_sec);
1454 text_size = bfd_get_section_size (text_sec);
1456 bfd_get_section_contents (abfd, text_sec, text, 0, text_size);
/haiku-buildtools/legacy/binutils/bfd/
H A Dcoff64-rs6000.c765 asection *text_sec = ((void *) 0); local
875 text_sec = current;
965 if (text_sec)
967 internal_a.tsize = text_sec->size;
968 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0;
998 if (text_sec != NULL)
1000 internal_a.o_sntext = text_sec->target_index;
1001 internal_a.o_algntext = bfd_get_section_alignment (abfd, text_sec);
H A Dcoffcode.h3361 asection *text_sec = NULL;
3551 text_sec = current;
3977 if (text_sec)
3979 internal_a.tsize = text_sec->size;
3980 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0;
4009 if (text_sec != NULL)
4011 internal_a.o_sntext = text_sec->target_index;
4012 internal_a.o_algntext = bfd_get_section_alignment (abfd, text_sec);
3360 asection *text_sec = NULL; local

Completed in 229 milliseconds