Searched refs:secpp (Results 1 – 13 of 13) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | cofflink.c | 1395 asection **secpp; in _bfd_coff_link_input_bfd() local 1425 secpp = flaginfo->sec_ptrs; in _bfd_coff_link_input_bfd() 1472 *secpp = coff_section_from_bfd_index (input_bfd, isym.n_scnum); in _bfd_coff_link_input_bfd() 1475 *secpp = bfd_com_section_ptr; in _bfd_coff_link_input_bfd() 1478 *secpp = bfd_und_section_ptr; in _bfd_coff_link_input_bfd() 1542 && ((*secpp)->output_section == bfd_abs_section_ptr in _bfd_coff_link_input_bfd() 1544 (*secpp)->output_section))) in _bfd_coff_link_input_bfd() 1811 isym.n_scnum = (*secpp)->output_section->target_index; in _bfd_coff_link_input_bfd() 1828 isym.n_scnum = (*secpp)->output_section->target_index; in _bfd_coff_link_input_bfd() 1829 isym.n_value += (*secpp)->output_offset; in _bfd_coff_link_input_bfd() [all …]
|
D | elf32-crx.c | 752 asection **secpp; in elf32_crx_get_relocated_section_contents() local 779 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp) in elf32_crx_get_relocated_section_contents() 792 *secpp = isec; in elf32_crx_get_relocated_section_contents()
|
D | elf-m10200.c | 1306 asection **secpp; in mn10200_elf_get_relocated_section_contents() local 1333 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp) in mn10200_elf_get_relocated_section_contents() 1346 *secpp = isec; in mn10200_elf_get_relocated_section_contents()
|
D | elf32-h8300.c | 1635 asection **secpp; in elf32_h8_get_relocated_section_contents() local 1663 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp) in elf32_h8_get_relocated_section_contents() 1676 *secpp = isec; in elf32_h8_get_relocated_section_contents()
|
D | coff-sh.c | 2926 asection **secpp; in sh_coff_get_relocated_section_contents() local 2951 secpp = sections; in sh_coff_get_relocated_section_contents() 2959 *secpp = coff_section_from_bfd_index (input_bfd, isymp->n_scnum); in sh_coff_get_relocated_section_contents() 2963 *secpp = bfd_und_section_ptr; in sh_coff_get_relocated_section_contents() 2965 *secpp = bfd_com_section_ptr; in sh_coff_get_relocated_section_contents() 2969 secpp += isymp->n_numaux + 1; in sh_coff_get_relocated_section_contents()
|
D | elf32-cr16.c | 1549 asection **secpp; in elf32_cr16_get_relocated_section_contents() local 1575 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp) in elf32_cr16_get_relocated_section_contents() 1588 *secpp = isec; in elf32_cr16_get_relocated_section_contents()
|
D | elf32-avr.c | 2652 asection **secpp; in elf32_avr_get_relocated_section_contents() local 2679 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp) in elf32_avr_get_relocated_section_contents() 2692 *secpp = isec; in elf32_avr_get_relocated_section_contents()
|
D | elf64-sh64.c | 2137 asection **secpp; in sh_elf64_get_relocated_section_contents() local 2162 secpp = sections; in sh_elf64_get_relocated_section_contents() 2164 for (isymp = isymbuf; isymp < isymend; ++isymp, ++secpp) in sh_elf64_get_relocated_section_contents() 2177 *secpp = isec; in sh_elf64_get_relocated_section_contents()
|
D | elf-m10300.c | 4466 asection **secpp; in mn10300_elf_get_relocated_section_contents() local 4493 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp) in mn10300_elf_get_relocated_section_contents() 4506 *secpp = isec; in mn10300_elf_get_relocated_section_contents()
|
D | elf.c | 4573 asection **secpp; in assign_file_positions_for_load_sections() local 4643 for (i = 0, secpp = m->sections; i < m->count; i++, secpp++) in assign_file_positions_for_load_sections() 4647 secalign = bfd_get_section_alignment (abfd, *secpp); in assign_file_positions_for_load_sections() 4780 for (i = 0, secpp = m->sections; i < m->count; i++, secpp++) in assign_file_positions_for_load_sections() 4786 sec = *secpp; in assign_file_positions_for_load_sections()
|
D | elf32-sh.c | 5553 asection **secpp; in sh_elf_get_relocated_section_contents() local 5581 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp) in sh_elf_get_relocated_section_contents() 5594 *secpp = isec; in sh_elf_get_relocated_section_contents()
|
D | ChangeLog-0001 | 2517 "secpp".
|
D | ChangeLog-9495 | 5283 (coff_link_input_bfd): Set *secpp to bfd_com_section_ptr for a
|