Searched refs:targetsec (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-m68k.c | 471 asection *targetsec; in bfd_m68k_coff_create_embedded_relocs() local 488 targetsec = bfd_abs_section_ptr; in bfd_m68k_coff_create_embedded_relocs() 500 targetsec = coff_section_from_bfd_index (abfd, isym.n_scnum); in bfd_m68k_coff_create_embedded_relocs() 504 targetsec = h->root.u.def.section; in bfd_m68k_coff_create_embedded_relocs() 506 targetsec = NULL; in bfd_m68k_coff_create_embedded_relocs() 512 if (targetsec != NULL) in bfd_m68k_coff_create_embedded_relocs() 513 strncpy ((char *) p + 4, targetsec->output_section->name, 8); in bfd_m68k_coff_create_embedded_relocs()
|
D | elf32-cr16.c | 2841 asection *targetsec; in bfd_cr16_elf32_create_embedded_relocs() local 2877 targetsec = bfd_section_from_elf_index (abfd, isym->st_shndx); in bfd_cr16_elf32_create_embedded_relocs() 2890 targetsec = h->root.u.def.section; in bfd_cr16_elf32_create_embedded_relocs() 2892 targetsec = NULL; in bfd_cr16_elf32_create_embedded_relocs() 2898 && (targetsec != NULL) ) in bfd_cr16_elf32_create_embedded_relocs() 2899 strncpy ((char *) p + 4, targetsec->output_section->name, 4); in bfd_cr16_elf32_create_embedded_relocs()
|
D | elf32-m68k.c | 4620 asection *targetsec; local 4655 targetsec = bfd_section_from_elf_index (abfd, isym->st_shndx); 4668 targetsec = h->root.u.def.section; 4670 targetsec = NULL; 4675 if (targetsec != NULL) 4676 strncpy ((char *) p + 4, targetsec->output_section->name, 8);
|
D | elf32-bfin.c | 5544 asection *targetsec; in bfd_bfin_elf32_create_embedded_relocs() local 5579 targetsec = bfd_section_from_elf_index (abfd, isym->st_shndx); in bfd_bfin_elf32_create_embedded_relocs() 5592 targetsec = h->root.u.def.section; in bfd_bfin_elf32_create_embedded_relocs() 5594 targetsec = NULL; in bfd_bfin_elf32_create_embedded_relocs() 5599 if (targetsec != NULL) in bfd_bfin_elf32_create_embedded_relocs() 5600 strncpy ((char *) p + 4, targetsec->output_section->name, 8); in bfd_bfin_elf32_create_embedded_relocs()
|