| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | solib-pa64.c | 84 asection *asec = sec->the_bfd_section; in pa64_relocate_section_addresses() local 89 load_offset = bfd_section_vma (so->abfd, asec) - asec->filepos; in pa64_relocate_section_addresses() 91 if (asec->flags & SEC_CODE) in pa64_relocate_section_addresses() 96 else if (asec->flags & SEC_DATA) in pa64_relocate_section_addresses()
|
| D | gcore.c | 341 asection *asec = objsec->the_bfd_section; in gcore_create_callback() local 343 asec); in gcore_create_callback()
|
| D | symfile.c | 1489 add_section_size_callback (bfd *abfd, asection *asec, void *data) in add_section_size_callback() argument 1493 *sum += bfd_get_section_size (asec); in add_section_size_callback() 1507 load_section_callback (bfd *abfd, asection *asec, void *data) in load_section_callback() argument 1511 if (bfd_get_section_flags (abfd, asec) & SEC_LOAD) in load_section_callback() 1513 bfd_size_type size = bfd_get_section_size (asec); in load_section_callback() 1518 CORE_ADDR lma = bfd_section_lma (abfd, asec) + args->load_offset; in load_section_callback() 1521 const char *sect_name = bfd_get_section_name (abfd, asec); in load_section_callback() 1537 bfd_get_section_contents (abfd, asec, buffer, 0, size); in load_section_callback()
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elf32-ppc.c | 2022 asection *asec; in ppc_elf_begin_write_processing() local 2041 asec = bfd_get_section_by_name (ibfd, APUINFO_SECTION_NAME); in ppc_elf_begin_write_processing() 2042 if (asec) in ppc_elf_begin_write_processing() 2045 output_section_size += asec->size; in ppc_elf_begin_write_processing() 2055 asec = bfd_get_section_by_name (abfd, APUINFO_SECTION_NAME); in ppc_elf_begin_write_processing() 2056 if (asec == NULL) in ppc_elf_begin_write_processing() 2073 asec = bfd_get_section_by_name (ibfd, APUINFO_SECTION_NAME); in ppc_elf_begin_write_processing() 2074 if (asec == NULL) in ppc_elf_begin_write_processing() 2077 length = asec->size; in ppc_elf_begin_write_processing() 2084 if (bfd_seek (ibfd, asec->filepos, SEEK_SET) != 0 in ppc_elf_begin_write_processing() [all …]
|
| D | elf-hppa.h | 952 asection *asec; in elf_hppa_fake_sections() local 967 for (asec = abfd->sections, indx = 1; asec; asec = asec->next, indx++) in elf_hppa_fake_sections() 969 if (asec->name && strcmp (asec->name, ".text") == 0) in elf_hppa_fake_sections()
|
| D | cofflink.c | 1237 asection *asec; in process_embedded_commands() local 1268 asec = bfd_get_section_by_name (abfd, name); in process_embedded_commands() 1269 if (asec) in process_embedded_commands() 1272 asec->flags |= SEC_CODE; in process_embedded_commands() 1274 asec->flags |= SEC_READONLY; in process_embedded_commands()
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Math/ |
| D | Complex.t | 923 &asec 931 &asec
|
| D | Complex.pm | 1006 sub asec { subroutine
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ldlang.c | 1836 compare_section (sort_type sort, asection *asec, asection *bsec) in compare_section() argument 1847 - bfd_section_alignment (asec->owner, asec)); in compare_section() 1853 ret = strcmp (bfd_get_section_name (asec->owner, asec), in compare_section() 1858 ret = strcmp (bfd_get_section_name (asec->owner, asec), in compare_section() 1866 - bfd_section_alignment (asec->owner, asec)); in compare_section()
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/emultempl/ |
| D | pe.em | 1494 asection *asec = bfd_get_section_by_name (output_bfd, ".idata"); 1496 if (asec) 1498 asec->flags &= ~SEC_CODE; 1499 asec->flags |= SEC_DATA;
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-mips.c | 12836 md_convert_frag (bfd *abfd ATTRIBUTE_UNUSED, segT asec, fragS *fragp) in md_convert_frag() argument 13104 record_alignment (asec, op->shift); in md_convert_frag()
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl5004delta.pod | 968 acsc asec acot
|