Home
last modified time | relevance | path

Searched refs:targetsec (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-m68k.c471 asection *targetsec; local
488 targetsec = bfd_abs_section_ptr;
500 targetsec = coff_section_from_bfd_index (abfd, isym.n_scnum);
504 targetsec = h->root.u.def.section;
506 targetsec = NULL;
512 if (targetsec != NULL)
513 strncpy ((char *) p + 4, targetsec->output_section->name, 8);
H A Delf32-m68k.c2305 asection *targetsec; local
2340 targetsec = bfd_section_from_elf_index (abfd, isym->st_shndx);
2353 targetsec = h->root.u.def.section;
2355 targetsec = NULL;
2360 if (targetsec != NULL)
2361 strncpy ((char *) p + 4, targetsec->output_section->name, 8);
H A Delf32-bfin.c5436 asection *targetsec; in bfd_bfin_elf32_create_embedded_relocs() local
5471 targetsec = bfd_section_from_elf_index (abfd, isym->st_shndx); in bfd_bfin_elf32_create_embedded_relocs()
5484 targetsec = h->root.u.def.section; in bfd_bfin_elf32_create_embedded_relocs()
5486 targetsec = NULL; in bfd_bfin_elf32_create_embedded_relocs()
5491 if (targetsec != NULL) in bfd_bfin_elf32_create_embedded_relocs()
5492 strncpy ((char *) p + 4, targetsec->output_section->name, 8); in bfd_bfin_elf32_create_embedded_relocs()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcoff-m68k.c471 asection *targetsec; local
488 targetsec = bfd_abs_section_ptr;
500 targetsec = coff_section_from_bfd_index (abfd, isym.n_scnum);
504 targetsec = h->root.u.def.section;
506 targetsec = NULL;
512 if (targetsec != NULL)
513 strncpy (p + 4, targetsec->output_section->name, 8);
H A Delf32-mips.c1393 asection *targetsec; in bfd_mips_elf32_create_embedded_relocs() local
1416 targetsec = bfd_section_from_elf_index (abfd, isym->st_shndx); in bfd_mips_elf32_create_embedded_relocs()
1426 targetsec = NULL; in bfd_mips_elf32_create_embedded_relocs()
1437 targetsec = h->root.u.def.section; in bfd_mips_elf32_create_embedded_relocs()
1449 if (targetsec != NULL) in bfd_mips_elf32_create_embedded_relocs()
1450 strncpy (p + 4, targetsec->output_section->name, 8); in bfd_mips_elf32_create_embedded_relocs()
H A Delf32-m68k.c2134 asection *targetsec; local
2169 targetsec = bfd_section_from_elf_index (abfd, isym->st_shndx);
2182 targetsec = h->root.u.def.section;
2184 targetsec = NULL;
2189 if (targetsec != NULL)
2190 strncpy (p + 4, targetsec->output_section->name, 8);