Home
last modified time | relevance | path

Searched refs:isec (Results 1 – 14 of 14) sorted by relevance

/trueos/contrib/gdb/gdb/cli/
HDcli-dump.c454 restore_section_callback (bfd *ibfd, asection *isec, void *args) in restore_section_callback() argument
457 bfd_vma sec_start = bfd_section_vma (ibfd, isec); in restore_section_callback()
458 bfd_size_type size = bfd_section_size (ibfd, isec); in restore_section_callback()
467 if (!(bfd_get_section_flags (ibfd, isec) & SEC_LOAD)) in restore_section_callback()
476 bfd_section_name (ibfd, isec)); in restore_section_callback()
493 if (!bfd_get_section_contents (ibfd, isec, buf, 0, size)) in restore_section_callback()
498 bfd_section_name (ibfd, isec), in restore_section_callback()
/trueos/contrib/gdb/gdb/
HDgcore.c406 asection *isec = objsec->the_bfd_section; in objfile_find_memory_regions() local
407 flagword flags = bfd_get_section_flags (ibfd, isec); in objfile_find_memory_regions()
412 int size = bfd_section_size (ibfd, isec); in objfile_find_memory_regions()
415 ret = (*func) (objsec->addr, bfd_section_size (ibfd, isec), in objfile_find_memory_regions()
/trueos/contrib/binutils/bfd/
HDelf32-cr16.c980 asection *isec; in elf32_cr16_get_relocated_section_contents() local
983 isec = bfd_und_section_ptr; in elf32_cr16_get_relocated_section_contents()
985 isec = bfd_abs_section_ptr; in elf32_cr16_get_relocated_section_contents()
987 isec = bfd_com_section_ptr; in elf32_cr16_get_relocated_section_contents()
989 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx); in elf32_cr16_get_relocated_section_contents()
991 *secpp = isec; in elf32_cr16_get_relocated_section_contents()
HDelf32-ppc.c5123 asection *isec, in ppc_elf_relax_section() argument
5150 if ((isec->flags & SEC_ALLOC) == 0 in ppc_elf_relax_section()
5151 || (isec->flags & SEC_RELOC) == 0 in ppc_elf_relax_section()
5152 || isec->reloc_count == 0) in ppc_elf_relax_section()
5155 trampoff = (isec->size + 3) & (bfd_vma) -4; in ppc_elf_relax_section()
5162 internal_relocs = _bfd_elf_link_read_relocs (abfd, isec, NULL, NULL, in ppc_elf_relax_section()
5170 irelend = internal_relocs + isec->reloc_count; in ppc_elf_relax_section()
5282 if (tsec == isec) in ppc_elf_relax_section()
5329 reladdr = isec->output_section->vma + isec->output_offset + roff; in ppc_elf_relax_section()
5401 if (elf_section_data (isec)->this_hdr.contents != NULL) in ppc_elf_relax_section()
[all …]
HDelf.c5455 unsigned int isec; in rewrite_elf_program_header() local
5583 isec = 0; in rewrite_elf_program_header()
5604 && isec == 0 in rewrite_elf_program_header()
5629 map->sections[isec ++] = output_section; in rewrite_elf_program_header()
5640 if (isec == section_count) in rewrite_elf_program_header()
5703 isec = 0; in rewrite_elf_program_header()
5760 ++isec; in rewrite_elf_program_header()
5774 if (isec < section_count) in rewrite_elf_program_header()
5801 while (isec < section_count); in rewrite_elf_program_header()
5941 unsigned int isec = 0; in copy_elf_program_header() local
[all …]
HDelf64-ppc.c8726 ppc64_elf_next_toc_section (struct bfd_link_info *info, asection *isec) in ppc64_elf_next_toc_section() argument
8732 bfd_vma addr = isec->output_offset + isec->output_section->vma; in ppc64_elf_next_toc_section()
8735 if (off + isec->size > 0x10000) in ppc64_elf_next_toc_section()
8738 elf_gp (isec->owner) = (htab->toc_curr in ppc64_elf_next_toc_section()
8739 - elf_gp (isec->output_section->owner) in ppc64_elf_next_toc_section()
8767 toc_adjusting_stub_needed (struct bfd_link_info *info, asection *isec) in toc_adjusting_stub_needed() argument
8775 if ((isec->flags & SEC_LINKER_CREATED) != 0) in toc_adjusting_stub_needed()
8778 if (isec->size == 0) in toc_adjusting_stub_needed()
8781 if (isec->output_section == NULL) in toc_adjusting_stub_needed()
8786 if (strcmp (isec->name, ".fixup") == 0) in toc_adjusting_stub_needed()
[all …]
HDelflink.c8394 asection *isec; in elf_link_input_bfd() local
8410 isec = bfd_und_section_ptr; in elf_link_input_bfd()
8414 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx); in elf_link_input_bfd()
8415 if (isec in elf_link_input_bfd()
8416 && isec->sec_info_type == ELF_INFO_TYPE_MERGE in elf_link_input_bfd()
8419 _bfd_merged_section_offset (output_bfd, &isec, in elf_link_input_bfd()
8420 elf_section_data (isec)->sec_info, in elf_link_input_bfd()
8424 isec = bfd_abs_section_ptr; in elf_link_input_bfd()
8426 isec = bfd_com_section_ptr; in elf_link_input_bfd()
8435 *ppsection = isec; in elf_link_input_bfd()
[all …]
HDpeXXigen.c2010 asection *isec, in _bfd_XX_bfd_copy_private_section_data() argument
2018 if (coff_section_data (ibfd, isec) != NULL in _bfd_XX_bfd_copy_private_section_data()
2019 && pei_section_data (ibfd, isec) != NULL) in _bfd_XX_bfd_copy_private_section_data()
2038 pei_section_data (ibfd, isec)->virt_size; in _bfd_XX_bfd_copy_private_section_data()
2040 pei_section_data (ibfd, isec)->pe_flags; in _bfd_XX_bfd_copy_private_section_data()
HDaout-target.h215 asection *isec ATTRIBUTE_UNUSED, in MY_bfd_copy_private_section_data()
HDlibbfd.c1056 asection *isec ATTRIBUTE_UNUSED, in _bfd_generic_init_private_section_data()
HDbfd-in2.h1724 (bfd *ibfd, asection *isec, bfd *obfd, asection *osec);
5125 #define bfd_init_private_section_data(ibfd, isec, obfd, osec, link_info) \ argument
5126 BFD_SEND (obfd, _bfd_init_private_section_data, (ibfd, isec, obfd, osec, link_info))
/trueos/gnu/usr.bin/binutils/libbfd/
HDbfd.h1730 (bfd *ibfd, asection *isec, bfd *obfd, asection *osec);
5132 #define bfd_init_private_section_data(ibfd, isec, obfd, osec, link_info) \ argument
5133 BFD_SEND (obfd, _bfd_init_private_section_data, (ibfd, isec, obfd, osec, link_info))
/trueos/contrib/binutils/ld/
HDldlang.c1865 init_os (lang_output_section_statement_type *s, asection *isec, in init_os() argument
1906 if (isec) in init_os()
1907 bfd_init_private_section_data (isec->owner, isec, in init_os()
HDChangeLog-02033324 Remove unused update of "isec".