Searched refs:asec (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/contrib/gdb/gdb/ |
| HD | gcore.c | 341 asection *asec = objsec->the_bfd_section; in gcore_create_callback() local 343 asec); in gcore_create_callback()
|
| HD | symfile.c | 1352 add_section_size_callback (bfd *abfd, asection *asec, void *data) in add_section_size_callback() argument 1356 *sum += bfd_get_section_size (asec); in add_section_size_callback() 1370 load_section_callback (bfd *abfd, asection *asec, void *data) in load_section_callback() argument 1374 if (bfd_get_section_flags (abfd, asec) & SEC_LOAD) in load_section_callback() 1376 bfd_size_type size = bfd_get_section_size (asec); in load_section_callback() 1381 CORE_ADDR lma = bfd_section_lma (abfd, asec) + args->load_offset; in load_section_callback() 1384 const char *sect_name = bfd_get_section_name (abfd, asec); in load_section_callback() 1400 bfd_get_section_contents (abfd, asec, buffer, 0, size); in load_section_callback()
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | elf32-ppc.c | 2134 asection *asec; in ppc_elf_begin_write_processing() local 2153 asec = bfd_get_section_by_name (ibfd, APUINFO_SECTION_NAME); in ppc_elf_begin_write_processing() 2154 if (asec) in ppc_elf_begin_write_processing() 2157 output_section_size += asec->size; in ppc_elf_begin_write_processing() 2167 asec = bfd_get_section_by_name (abfd, APUINFO_SECTION_NAME); in ppc_elf_begin_write_processing() 2168 if (asec == NULL) in ppc_elf_begin_write_processing() 2185 asec = bfd_get_section_by_name (ibfd, APUINFO_SECTION_NAME); in ppc_elf_begin_write_processing() 2186 if (asec == NULL) in ppc_elf_begin_write_processing() 2189 length = asec->size; in ppc_elf_begin_write_processing() 2196 if (bfd_seek (ibfd, asec->filepos, SEEK_SET) != 0 in ppc_elf_begin_write_processing() [all …]
|
| HD | cofflink.c | 1239 asection *asec; in process_embedded_commands() local 1266 asec = bfd_get_section_by_name (abfd, name); in process_embedded_commands() 1267 if (asec) in process_embedded_commands() 1270 asec->flags |= SEC_CODE; in process_embedded_commands() 1272 asec->flags |= SEC_READONLY; in process_embedded_commands()
|
| HD | elf.c | 9214 _bfd_elf_match_sections_by_type (bfd *abfd, const asection *asec, in _bfd_elf_match_sections_by_type() argument 9217 if (asec == NULL in _bfd_elf_match_sections_by_type() 9223 return elf_section_type (asec) == elf_section_type (bsec); in _bfd_elf_match_sections_by_type()
|
| /NextBSD/contrib/binutils/ld/ |
| HD | ldlang.c | 322 compare_section (sort_type sort, asection *asec, asection *bsec) in compare_section() argument 333 - bfd_section_alignment (asec->owner, asec)); in compare_section() 339 ret = strcmp (bfd_get_section_name (asec->owner, asec), in compare_section() 344 ret = strcmp (bfd_get_section_name (asec->owner, asec), in compare_section() 352 - bfd_section_alignment (asec->owner, asec)); in compare_section()
|
| /NextBSD/contrib/binutils/ld/emultempl/ |
| HD | pep.em | 1343 asection *asec = bfd_get_section_by_name (output_bfd, ".idata"); 1345 if (asec) 1347 asec->flags &= ~SEC_CODE; 1348 asec->flags |= SEC_DATA;
|
| HD | pe.em | 1564 asection *asec = bfd_get_section_by_name (output_bfd, ".idata"); 1566 if (asec) 1568 asec->flags &= ~SEC_CODE; 1569 asec->flags |= SEC_DATA;
|
| /NextBSD/contrib/binutils/gas/config/ |
| HD | tc-mips.c | 14153 md_convert_frag (bfd *abfd ATTRIBUTE_UNUSED, segT asec, fragS *fragp) in md_convert_frag() argument 14420 record_alignment (asec, op->shift); in md_convert_frag()
|
| HD | tc-arm.c | 16641 md_convert_frag (bfd *abfd, segT asec ATTRIBUTE_UNUSED, fragS *fragp) in md_convert_frag()
|