Home
last modified time | relevance | path

Searched refs:this_idx (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf-vxworks.c197 int this_idx = sec->output_section->target_index; in elf_vxworks_emit_relocs() local
200 = ELF32_R_INFO (this_idx, ELF32_R_TYPE (irela[j].r_info)); in elf_vxworks_emit_relocs()
233 d->this_hdr.sh_info = elf_section_data (sec)->this_idx; in elf_vxworks_final_write_processing()
Delf.c868 elf_section_data (newsect)->this_idx = shindex; in _bfd_elf_make_section_from_shdr()
3008 unsigned int idx = elf_section_data (s)->this_idx; in bfd_elf_set_group_contents()
3059 d->this_idx = section_number++; in assign_section_numbers()
3069 d->this_idx = section_number++; in assign_section_numbers()
3163 i_shdrp[d->this_idx] = &d->this_hdr; in assign_section_numbers()
3177 d->rel.hdr->sh_info = d->this_idx; in assign_section_numbers()
3183 d->rela.hdr->sh_info = d->this_idx; in assign_section_numbers()
3231 d->this_hdr.sh_link = elf_section_data (s)->this_idx; in assign_section_numbers()
3261 d->this_hdr.sh_link = elf_section_data (s)->this_idx; in assign_section_numbers()
3272 d->this_hdr.sh_info = elf_section_data (s)->this_idx; in assign_section_numbers()
[all …]
Delf32-i370.c967 indx = elf_section_data (s)->this_idx; in i370_elf_finish_dynamic_sections()
Delf-bfd.h1385 int this_idx; member
Delfxx-mips.c11982 (*hdrpp)->sh_link = elf_section_data (sec)->this_idx; in _bfd_mips_elf_final_write_processing()
11992 (*hdrpp)->sh_info = elf_section_data (sec)->this_idx; in _bfd_mips_elf_final_write_processing()
12003 (*hdrpp)->sh_link = elf_section_data (sec)->this_idx; in _bfd_mips_elf_final_write_processing()
12009 (*hdrpp)->sh_link = elf_section_data (sec)->this_idx; in _bfd_mips_elf_final_write_processing()
12012 (*hdrpp)->sh_info = elf_section_data (sec)->this_idx; in _bfd_mips_elf_final_write_processing()
12030 (*hdrpp)->sh_link = elf_section_data (sec)->this_idx; in _bfd_mips_elf_final_write_processing()
Delf64-sh64.c2273 int oIndex = ((struct bfd_elf_section_data *) elf_section_data (osec))->this_idx; in sh_elf64_copy_private_data_internal()
DChangeLog-20054029 (bfd_elf_section_data): Update comment for this_idx.
4034 and use it to set this_idx in bfd_elf_section_data.
4037 (_bfd_elf_section_from_bfd_section): Use this_idx in
Delf64-ia64-vms.c4649 unwind_info_sect_idx = elf_section_data (s)->this_idx; in elf64_vms_final_write_processing()
Delflink.c11039 indx = elf_section_data (s)->this_idx; in bfd_elf_final_link()
11072 elf_section_data (s->output_section)->this_idx; in bfd_elf_final_link()
DChangeLog-20061239 (elf_vxworks_emit_relocs): Use target_index instead of this_idx.