Searched refs:text_sec (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf-eh-frame.c | 518 asection *text_sec; in _bfd_elf_parse_eh_frame_entry() local 544 text_sec = _bfd_elf_section_for_symbol (cookie, r_symndx, FALSE); in _bfd_elf_parse_eh_frame_entry() 546 if (text_sec == NULL) in _bfd_elf_parse_eh_frame_entry() 549 elf_section_eh_frame_entry (text_sec) = sec; in _bfd_elf_parse_eh_frame_entry() 550 if (text_sec->output_section in _bfd_elf_parse_eh_frame_entry() 551 && bfd_is_abs_section (text_sec->output_section)) in _bfd_elf_parse_eh_frame_entry() 555 elf_section_data (sec)->sec_info = text_sec; in _bfd_elf_parse_eh_frame_entry() 1075 asection *text_sec; in add_eh_frame_hdr_terminator() local 1081 text_sec = (asection *) elf_section_data (sec)->sec_info; in add_eh_frame_hdr_terminator() 1082 end = text_sec->output_section->vma + text_sec->output_offset in add_eh_frame_hdr_terminator() [all …]
|
D | coff64-rs6000.c | 728 asection *text_sec = NULL; in xcoff64_write_object_contents() local 837 text_sec = current; in xcoff64_write_object_contents() 927 if (text_sec) in xcoff64_write_object_contents() 929 internal_a.tsize = text_sec->size; in xcoff64_write_object_contents() 930 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0; in xcoff64_write_object_contents() 960 if (text_sec != NULL) in xcoff64_write_object_contents() 962 internal_a.o_sntext = text_sec->target_index; in xcoff64_write_object_contents() 963 internal_a.o_algntext = bfd_get_section_alignment (abfd, text_sec); in xcoff64_write_object_contents()
|
D | coffcode.h | 3627 asection *text_sec = NULL; in coff_write_object_contents() local 3843 text_sec = current; in coff_write_object_contents() 4265 if (text_sec) in coff_write_object_contents() 4267 internal_a.tsize = text_sec->size; in coff_write_object_contents() 4268 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0; in coff_write_object_contents() 4297 if (text_sec != NULL) in coff_write_object_contents() 4299 internal_a.o_sntext = text_sec->target_index; in coff_write_object_contents() 4300 internal_a.o_algntext = bfd_get_section_alignment (abfd, text_sec); in coff_write_object_contents()
|
D | elf32-tic6x.c | 4011 elf32_tic6x_insert_cantunwind_after (asection *text_sec, asection *exidx_sec) in elf32_tic6x_insert_cantunwind_after() argument 4019 INSERT_EXIDX_CANTUNWIND_AT_END, text_sec, UINT_MAX); in elf32_tic6x_insert_cantunwind_after() 4295 asection *text_sec = edit_node->linked_section; in elf32_tic6x_write_section() local 4296 bfd_vma text_offset = text_sec->output_section->vma in elf32_tic6x_write_section() 4297 + text_sec->output_offset in elf32_tic6x_write_section() 4298 + text_sec->size; in elf32_tic6x_write_section()
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | nlmconv.c | 171 asection *text_sec, *bss_sec, *data_sec; in main() local 427 text_sec = bfd_get_section_by_name (outbfd, NLM_CODE_NAME); in main() 644 && text_sec != (asection *) NULL) in main() 645 val += bfd_section_size (outbfd, text_sec); in main() 654 && text_sec != (asection *) NULL) in main() 655 val += bfd_section_size (outbfd, text_sec); in main() 664 && text_sec != (asection *) NULL) in main() 665 val += bfd_section_size (outbfd, text_sec); in main()
|
D | od-xcoff.c | 1441 asection *text_sec; in dump_xcoff32_traceback() local 1449 text_sec = bfd_get_section_by_name (abfd, ".text"); in dump_xcoff32_traceback() 1450 if (text_sec == NULL) in dump_xcoff32_traceback() 1452 text_vma = bfd_get_section_vma (abfd, text_sec); in dump_xcoff32_traceback() 1454 text_size = bfd_get_section_size (text_sec); in dump_xcoff32_traceback() 1456 bfd_get_section_contents (abfd, text_sec, text, 0, text_size); in dump_xcoff32_traceback()
|