HomeSort by relevance Sort by last modified time
    Searched refs:text_sec (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
elf-eh-frame.c 518 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;
1075 asection *text_sec; local
1081 text_sec = (asection *) elf_section_data (sec)->sec_info;
1082 end = text_sec->output_section->vma + text_sec->output_offse
1651 asection *text_sec = (asection *) elf_section_data (sec)->sec_info; local
    [all...]
coff64-rs6000.c 728 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);
    [all...]
coffcode.h 3627 asection *text_sec = NULL; local
    [all...]
elf32-tic6x.c 4295 asection *text_sec = edit_node->linked_section; local
    [all...]
elf32-arm.c 17670 asection *text_sec = edit_node->linked_section; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
nlmconv.c 173 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
    [all...]
od-xcoff.c 1441 asection *text_sec; local
    [all...]

Completed in 159 milliseconds