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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoff-m68k.c472 asection *targetsec;
489 targetsec = bfd_abs_section_ptr;
501 targetsec = coff_section_from_bfd_index (abfd, isym.n_scnum);
505 targetsec = h->root.u.def.section;
507 targetsec = NULL;
513 if (targetsec != NULL)
514 strncpy (p + 4, targetsec->output_section->name, 8);
471 asection *targetsec; local
H A Delf32-mips.c1399 asection *targetsec;
1422 targetsec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1432 targetsec = NULL;
1443 targetsec = h->root.u.def.section;
1455 if (targetsec != NULL)
1456 strncpy (p + 4, targetsec->output_section->name, 8);
1393 asection *targetsec; local
H A Delf32-m68k.c2135 asection *targetsec;
2170 targetsec = bfd_section_from_elf_index (abfd, isym->st_shndx);
2183 targetsec = h->root.u.def.section;
2185 targetsec = NULL;
2190 if (targetsec != NULL)
2191 strncpy (p + 4, targetsec->output_section->name, 8);
2134 asection *targetsec; local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-m68k.c472 asection *targetsec;
489 targetsec = bfd_abs_section_ptr;
501 targetsec = coff_section_from_bfd_index (abfd, isym.n_scnum);
505 targetsec = h->root.u.def.section;
507 targetsec = NULL;
513 if (targetsec != NULL)
514 strncpy ((char *) p + 4, targetsec->output_section->name, 8);
471 asection *targetsec; local
H A Delf32-m68k.c2306 asection *targetsec;
2341 targetsec = bfd_section_from_elf_index (abfd, isym->st_shndx);
2354 targetsec = h->root.u.def.section;
2356 targetsec = NULL;
2361 if (targetsec != NULL)
2362 strncpy ((char *) p + 4, targetsec->output_section->name, 8);
2305 asection *targetsec; local
H A Delf32-bfin.c5440 asection *targetsec;
5475 targetsec = bfd_section_from_elf_index (abfd, isym->st_shndx);
5488 targetsec = h->root.u.def.section;
5490 targetsec = NULL;
5495 if (targetsec != NULL)
5496 strncpy ((char *) p + 4, targetsec->output_section->name, 8);
5436 asection *targetsec; local

Completed in 141 milliseconds