Searched refs:text_sec (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | nlmconv.c | 171 asection *text_sec, *bss_sec, *data_sec; in main() local 426 text_sec = bfd_get_section_by_name (outbfd, NLM_CODE_NAME); in main() 643 && text_sec != (asection *) NULL) in main() 644 val += bfd_section_size (outbfd, text_sec); in main() 653 && text_sec != (asection *) NULL) in main() 654 val += bfd_section_size (outbfd, text_sec); in main() 663 && text_sec != (asection *) NULL) in main() 664 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()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | coff64-rs6000.c | 730 asection *text_sec = NULL; in xcoff64_write_object_contents() local 839 text_sec = current; in xcoff64_write_object_contents() 929 if (text_sec) in xcoff64_write_object_contents() 931 internal_a.tsize = text_sec->size; in xcoff64_write_object_contents() 932 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0; in xcoff64_write_object_contents() 962 if (text_sec != NULL) in xcoff64_write_object_contents() 964 internal_a.o_sntext = text_sec->target_index; in xcoff64_write_object_contents() 965 internal_a.o_algntext = bfd_get_section_alignment (abfd, text_sec); in xcoff64_write_object_contents()
|
D | coffcode.h | 3595 asection *text_sec = NULL; in coff_write_object_contents() local 3811 text_sec = current; in coff_write_object_contents() 4231 if (text_sec) in coff_write_object_contents() 4233 internal_a.tsize = text_sec->size; in coff_write_object_contents() 4234 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0; in coff_write_object_contents() 4263 if (text_sec != NULL) in coff_write_object_contents() 4265 internal_a.o_sntext = text_sec->target_index; in coff_write_object_contents() 4266 internal_a.o_algntext = bfd_get_section_alignment (abfd, text_sec); in coff_write_object_contents()
|
D | elf32-tic6x.c | 4014 elf32_tic6x_insert_cantunwind_after (asection *text_sec, asection *exidx_sec) in elf32_tic6x_insert_cantunwind_after() argument 4022 INSERT_EXIDX_CANTUNWIND_AT_END, text_sec, UINT_MAX); in elf32_tic6x_insert_cantunwind_after() 4298 asection *text_sec = edit_node->linked_section; in elf32_tic6x_write_section() local 4299 bfd_vma text_offset = text_sec->output_section->vma in elf32_tic6x_write_section() 4300 + text_sec->output_offset in elf32_tic6x_write_section() 4301 + text_sec->size; in elf32_tic6x_write_section()
|
D | elf32-arm.c | 10910 insert_cantunwind_after(asection *text_sec, asection *exidx_sec) in insert_cantunwind_after() argument 10918 INSERT_EXIDX_CANTUNWIND_AT_END, text_sec, UINT_MAX); in insert_cantunwind_after() 15664 asection *text_sec = edit_node->linked_section; in elf32_arm_write_section() local 15665 bfd_vma text_offset = text_sec->output_section->vma in elf32_arm_write_section() 15666 + text_sec->output_offset in elf32_arm_write_section() 15667 + text_sec->size; in elf32_arm_write_section()
|