Home
last modified time | relevance | path

Searched refs:asec (Results 1 – 15 of 15) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/emultempl/
Dtic6xdsbt.em75 asection *asec = *(asection **) a, *bsec = *(asection **) b;
76 asection *aout = asec->output_section, *bout = bsec->output_section;
83 avma = aout->vma + asec->output_offset;
Dpep.em1257 asection *asec;
1265 for (asec = abfd->sections; asec != NULL; asec = asec->next)
1268 for (l = asec->map_head.link_order; l != NULL; l = l->next)
1310 idd.AddressOfRawData = asec->vma - ib + link_order->offset
1312 idd.PointerToRawData = asec->filepos + link_order->offset
1319 if (bfd_seek (abfd, asec->filepos + link_order->offset, SEEK_SET) != 0)
1343 = asec->vma - ib + link_order->offset;
1854 asection *asec = bfd_get_section_by_name (link_info.output_bfd, ".idata");
1856 if (asec)
1858 asec->flags &= ~SEC_CODE;
[all …]
Dpe.em1293 asection *asec;
1301 for (asec = abfd->sections; asec != NULL; asec = asec->next)
1304 for (l = asec->map_head.link_order; l != NULL; l = l->next)
1346 idd.AddressOfRawData = asec->vma - ib + link_order->offset
1348 idd.PointerToRawData = asec->filepos + link_order->offset
1355 if (bfd_seek (abfd, asec->filepos + link_order->offset, SEEK_SET) != 0)
1379 = asec->vma - ib + link_order->offset;
2083 asection *asec = bfd_get_section_by_name (link_info.output_bfd, ".idata");
2085 if (asec)
2087 asec->flags &= ~SEC_CODE;
[all …]
Delf32.em917 asection *asec;
925 asec = t->o->build_id.sec;
926 if (bfd_is_abs_section (asec->output_section))
932 i_shdr = &elf_section_data (asec->output_section)->this_hdr;
936 if (asec->contents == NULL)
937 asec->contents = (unsigned char *) xmalloc (asec->size);
938 contents = asec->contents;
941 contents = i_shdr->contents + asec->output_offset;
947 size = asec->size - size;
956 position = i_shdr->sh_offset + asec->output_offset;
[all …]
Darmelf.em252 asection *asec = *(asection **) a, *bsec = *(asection **) b;
253 asection *aout = asec->output_section, *bout = bsec->output_section;
260 avma = aout->vma + asec->output_offset;
/toolchain/binutils/binutils-2.25/bfd/
Delf-hppa.h1099 asection *asec; in elf_hppa_fake_sections() local
1115 for (asec = abfd->sections, indx = 1; asec; asec = asec->next, indx++) in elf_hppa_fake_sections()
1117 if (asec->name && strcmp (asec->name, ".text") == 0) in elf_hppa_fake_sections()
Delf32-ppc.c2619 asection *asec; in ppc_elf_begin_write_processing() local
2636 asec = bfd_get_section_by_name (ibfd, APUINFO_SECTION_NAME); in ppc_elf_begin_write_processing()
2637 if (asec == NULL) in ppc_elf_begin_write_processing()
2641 length = asec->size; in ppc_elf_begin_write_processing()
2646 if (largest_input_size < asec->size) in ppc_elf_begin_write_processing()
2650 largest_input_size = asec->size; in ppc_elf_begin_write_processing()
2656 if (bfd_seek (ibfd, asec->filepos, SEEK_SET) != 0 in ppc_elf_begin_write_processing()
2695 asec = bfd_get_section_by_name (abfd, APUINFO_SECTION_NAME); in ppc_elf_begin_write_processing()
2697 if (asec && ! bfd_set_section_size (abfd, asec, 20 + num_entries * 4)) in ppc_elf_begin_write_processing()
2718 asection *asec, in ppc_elf_write_section() argument
[all …]
Dcofflink.c1265 asection *asec; in process_embedded_commands() local
1292 asec = bfd_get_section_by_name (abfd, name); in process_embedded_commands()
1293 if (asec) in process_embedded_commands()
1296 asec->flags |= SEC_CODE; in process_embedded_commands()
1298 asec->flags |= SEC_READONLY; in process_embedded_commands()
Delflink.c7368 _bfd_elf_match_sections_by_type (bfd *abfd, const asection *asec, in _bfd_elf_match_sections_by_type() argument
7371 if (asec == NULL in _bfd_elf_match_sections_by_type()
7377 return elf_section_type (asec) == elf_section_type (bsec); in _bfd_elf_match_sections_by_type()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mn10300.c2197 asection *asec, *ssec; in tc_gen_reloc() local
2199 asec = S_GET_SEGMENT (fixp->fx_addsy); in tc_gen_reloc()
2206 if (ssec != absolute_section || asec != absolute_section) in tc_gen_reloc()
2220 if (asec == absolute_section) in tc_gen_reloc()
Dtc-msp430.c3497 asection *asec, *ssec; in tc_gen_reloc() local
3499 asec = S_GET_SEGMENT (fixp->fx_addsy); in tc_gen_reloc()
3517 if ((ssec != absolute_section || asec != absolute_section) in tc_gen_reloc()
3542 if (asec == absolute_section) in tc_gen_reloc()
Dtc-tic6x.c4434 md_convert_frag (bfd *abfd ATTRIBUTE_UNUSED, segT asec ATTRIBUTE_UNUSED, in md_convert_frag()
Dtc-mips.c17403 md_convert_frag (bfd *abfd ATTRIBUTE_UNUSED, segT asec, fragS *fragp) in md_convert_frag() argument
17747 l = symbol_new (micromips_label_name (), asec, fragp->fr_fix, fragp); in md_convert_frag()
17871 record_alignment (asec, operand->shift); in md_convert_frag()
Dtc-arm.c20354 md_convert_frag (bfd *abfd, segT asec ATTRIBUTE_UNUSED, fragS *fragp) in md_convert_frag()
/toolchain/binutils/binutils-2.25/ld/
Dldlang.c412 compare_section (sort_type sort, asection *asec, asection *bsec) in compare_section() argument
424 = get_init_priority (bfd_get_section_name (asec->owner, asec)); in compare_section()
437 - bfd_section_alignment (asec->owner, asec)); in compare_section()
444 ret = strcmp (bfd_get_section_name (asec->owner, asec), in compare_section()
449 ret = strcmp (bfd_get_section_name (asec->owner, asec), in compare_section()
457 - bfd_section_alignment (asec->owner, asec)); in compare_section()